Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-17 | fix a bug with dirname seg faulting when passed a string literal | Omniscient | |
it doesnt like things in readonly memory i guess. now we create an arena for the obj load and create a dynamically allocated copy of the string | |||
2024-03-14 | change screenshot | omniscient | |
2024-03-14 | Merge branch 'master' of github.com:omnisci3nce/celeritas-core | omniscient | |
2024-03-14 | add screenshot to README | omniscient | |
2024-03-14 | chore: format | omniscient | |
2024-03-14 | lights, camera, action | omniscient | |
2024-03-11 | added a path_parent function to get path of a file | omniscient | |
Now we can load .mtl files without hardcoding the full path from top-level like before. that was a hack! | |||
2024-03-09 | create basic scene and draw obj | omniscient | |
2024-03-05 | why is it crashing on file loading now? | Omniscient | |
2024-02-25 | boilerplate for more examples | Omniscient | |
2024-02-25 | chore: format | Omniscient | |
2024-02-25 | split into two examples | Omniscient | |
2024-02-25 | leave main loop in the example | Omniscient | |
2024-02-25 | Merge branch 'master' into feature/some-string-utils | Omniscient | |
2024-02-25 | change glfw header imports | Omniscient | |
2024-02-25 | new string function signatures just dropped | Omniscient | |
2024-02-24 | repo init. partial port of existing code | Omniscient | |
2024-02-24 | xmake init with shared/static lib | Omniscient | |