No description
Find a file
2026-09-14 20:50:12 -04:00
src working!! 2026-09-14 20:50:12 -04:00
zig-pkg/serde-1.0.1-1DszT_hrDQAURHcyOhR7wEKwqbF8FYl8vN26pKLLCkWn prog 2026-06-14 01:35:09 -04:00
.gitignore prog 2026-06-14 01:35:09 -04:00
build.zig prog 2026-06-23 02:00:48 -04:00
build.zig.zon prog 2026-06-14 01:35:09 -04:00
README.md still broken 2026-08-09 02:20:05 -04:00

Notes

point rotation math - https://starlighttools.org/calculators/coordinate-transformations?mode=translate

Memory MAnagement Notes

Since I cannot get granual control of memory while allocating with an Arena, maybe a hybrid approach is in order

  • Arena for game memory
  • individual allocator for use in structs maybe?