summaryrefslogtreecommitdiff
path: root/examples/obj_loading
AgeCommit message (Collapse)Author
2024-10-05Remove more examplesomniscient
2024-04-21misc cleanupOmniscient
2024-04-21minor cleanupOmniscient
2024-03-17fix obj exampleomniscient
2024-03-17fix a bug with dirname seg faulting when passed a string literalOmniscient
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-14change screenshotomniscient
2024-03-14Merge branch 'master' of github.com:omnisci3nce/celeritas-coreomniscient
2024-03-14add screenshot to READMEomniscient
2024-03-14chore: formatomniscient
2024-03-14lights, camera, actionomniscient
2024-03-11added a path_parent function to get path of a fileomniscient
Now we can load .mtl files without hardcoding the full path from top-level like before. that was a hack!
2024-03-09create basic scene and draw objomniscient
2024-03-05why is it crashing on file loading now?Omniscient
2024-02-25boilerplate for more examplesOmniscient