[qfcc] Add some TODO items

They came up when talking about math with Darian
This commit is contained in:
Bill Currie 2024-08-12 08:51:39 +09:00
parent e13dce882a
commit 6bd26a0f61

View file

@ -19,5 +19,8 @@ o arrays in entities
o optional arguments for functions (alternative to overloading)
vector(vector fwd, optional vector up) vectoangles = #51;
o rewrite type system to be const-correct (hard!)
o symbolic differentiation
o tensor calculus
o geometric calculus
? try to reduce memory consumption
?? embedded nul characters in strings (why?)