Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-12 | expand docs | omniscient | |
2024-05-12 | proc Actions | omniscient | |
2024-05-12 | docker commands for mkdocs | omniscient | |
2024-05-12 | docs folder | omniscient | |
2024-05-12 | mkdocs.yaml | omniscient | |
2024-05-12 | Create mkdocs.yaml | Joshua Rowe | |
2024-04-23 | update variable naming in gltf example | Omniscient | |
2024-04-21 | Merge pull request #10 from ↵ | Joshua Rowe | |
omnisci3nce/cel-41-port-over-a-basic-3d-scene-example Cel 41 port over a basic 3d scene example | |||
2024-04-21 | fix draw_model call | Omniscient | |
2024-04-21 | Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-example | Omniscient | |
2024-04-21 | dont log arena padding | Omniscient | |
2024-04-20 | Merge pull request #7 from omnisci3nce/transform-hierarchy | Joshua Rowe | |
Transform hierarchy | |||
2024-04-17 | add .DS_Store to gitignore | omniscient | |
2024-04-04 | Merge pull request #8 from omnisci3nce/cel-56-load-gltf-files | Joshua Rowe | |
Cel 56 load gltf files | |||
2024-04-04 | chore: format | omniscient | |
2024-04-04 | fix weird linebreak | omniscient | |
2024-04-04 | loading textures | omniscient | |
2024-04-03 | load gltf vertices and indices. need to move to git LFS! | omnisci3nce | |
2024-04-03 | some code from last repo | Omniscient | |
2024-04-03 | copy code from previous repo | Omniscient | |
2024-04-03 | add cgltf dependency | Omniscient | |
2024-03-17 | remove commented individual draw_model calls | omniscient | |
2024-03-17 | fix obj example | omniscient | |
2024-03-17 | chore: format | omniscient | |
2024-03-17 | Merge branch 'transform-hierarchy' of github.com:omnisci3nce/celeritas-core ↵ | omniscient | |
into transform-hierarchy | |||
2024-03-17 | draw_scene that uses transform hierarchy to draw all models | omniscient | |
2024-03-17 | free print_ctx | Omniscient | |
2024-03-17 | comment | Omniscient | |
2024-03-17 | MOVE | omniscient | |
2024-03-17 | rendering using transforms | omniscient | |
2024-03-17 | print desu? | Omniscient | |
2024-03-17 | Merge branch 'master' into transform-hierarchy | Omniscient | |
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-17 | wip: transform propagation | Omniscient | |
2024-03-14 | fix cube texture path now that we can load relative path | omniscient | |
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 | Merge pull request #5 from omnisci3nce/cel-41-port-over-a-basic-3d-scene-example | Joshua Rowe | |
CEL 41 port over a basic 3d scene example | |||
2024-03-14 | chore: format | omniscient | |
2024-03-14 | lights, camera, action | omniscient | |
2024-03-11 | minor docstring changes + fmt | omniscient | |
2024-03-11 | first iteration of API | omnisci3nce | |
2024-03-11 | Merge pull request #6 from omnisci3nce/cel-49-directory-name-function-posix | Joshua Rowe | |
Support relative path in loaders using a wrapper around dirname() | |||
2024-03-11 | minor cleanup | 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 | add pthreads link flag | omnisci3nce | |
2024-03-09 | pull sources out into a local variable so we can share them easily | omniscient | |
2024-03-09 | chore: format | omniscient | |
2024-03-09 | create basic scene and draw obj | omniscient | |