start 073

This commit is contained in:
Judah Caruso 2025-05-27 09:42:29 -06:00
parent 046fa50429
commit 6ad1544a5e

2
TODO
View file

@ -2,6 +2,7 @@
[Judah]
017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array')
073 [array] standardize api across types (also add 'find' and 'find_pointer')
[Jesse]
011 [math] add more Vec math procedures
@ -71,7 +72,6 @@
070 [x, bug] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced
071 [math] basic shape collision detection (circle, rect, line)
072 [timestep] create drop-in fixed timestep module
073 [array] standardize api across types (also add 'find' and 'find_pointer')
*** DONE ***