- Started interface for renderers

- Renamed fproc -> langproc (I'll probably never settle on a naming convention for this)
 - Refactored set to use median psl
This commit is contained in:
2025-08-02 13:17:20 -04:00
parent 3d4ea4398a
commit 3d42dea9eb
39 changed files with 962 additions and 164 deletions

View File

@@ -20,10 +20,10 @@ add_executable(fennec-test main.cpp
tests/math/test_exponential.h
tests/math/test_relational.h
tests/math/test_trigonometric.h
tests/fproc/test_strings.h
tests/fproc/strings/test_cstring.h
tests/test_fproc.h
tests/fproc/test_io.h
tests/langproc/test_strings.h
tests/langproc/strings/test_cstring.h
tests/test_langproc.h
tests/langproc/test_io.h
printing.h
tests/math/test_ext.h
tests/math/ext/test_quaternion.h