OpenGL simulator of mass objects in space - according to Newton.
Go to file
0xdeadbeer a19b1370ac Tracing: implement object tracing lines
Implementation includes an 'auto-delete' system
for the traces. Each object will hold no more than
MAX_PATHS vertices for its trace. For more information
see the record_path() function
2023-10-22 13:40:22 +02:00
assets Tracing: implement object tracing lines 2023-10-22 13:40:22 +02:00
.gitignore Main: add basic lightning 2023-10-15 20:38:47 +02:00
CMakeLists.txt Main: add basic lightning 2023-10-15 20:38:47 +02:00
LICENSE Initial commit 2023-10-09 23:33:53 +02:00
main.c Tracing: implement object tracing lines 2023-10-22 13:40:22 +02:00
README Initialize the project 2023-10-10 23:33:10 +02:00