Commit Graph

12 Commits

Author SHA1 Message Date
1c7a9900be pool allocation. not working. not sure why. will travel back in time... 2025-09-05 11:21:34 -05:00
75e72ba9ca cleanup build. add demo project. add timing features to sync. switch to more std::string and std::vector usage over custom, hacky Array template 2025-09-01 21:56:43 -05:00
d0c1d9fb93 func names are no longer mangled to death 2025-08-25 18:22:23 -05:00
59162408f1 A serious refactor. Moved the entire window management process to another thread. Made a plotting interface with DLL exports. Refactored camera and changed transformation approach based on Jordan's suggestions 2025-08-25 03:09:32 -05:00
19f786ee7c adding in the axes for all the camera poses. failing to read the file properly though 2025-08-21 23:54:05 -05:00
a7011eee89 remove tcp server reference from proj. Saving right before I unleash pthread stuff 2025-08-19 18:37:33 -05:00
d4d4a236e9 actually find the parser bug (not handling lines that end in \r\n). formatting changes. comment out functions b/c clang can't be bothered to generate generic function defs if the function that uses it isn't actually part of the main program 2025-08-19 08:50:10 -05:00
a00bac0b3f working rotation and zoom. pan bad 2025-08-18 13:41:15 -05:00
2a1654e80c refactoring 2025-08-17 12:40:31 -05:00
47564bb3cf work on moving shader loading/compilation to a separate file 2025-08-17 00:32:43 -05:00
06d99cf87e Make GLFW a submodule. Reorg 2025-08-16 14:15:53 -05:00
7236121c4e Saving project that displays an icosphere w/ 240 faces 2025-08-16 12:57:49 -05:00