summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-21Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-exampleOmniscient
2024-04-21dont log arena paddingOmniscient
2024-04-04Merge pull request #8 from omnisci3nce/cel-56-load-gltf-filesJoshua Rowe
2024-04-04chore: formatomniscient
2024-04-04fix weird linebreakomniscient
2024-04-04loading texturesomniscient
2024-04-03load gltf vertices and indices. need to move to git LFS!omnisci3nce
2024-04-03copy code from previous repoOmniscient
2024-03-17chore: formatomniscient
2024-03-17Merge branch 'transform-hierarchy' of github.com:omnisci3nce/celeritas-core i...omniscient
2024-03-17draw_scene that uses transform hierarchy to draw all modelsomniscient
2024-03-17free print_ctxOmniscient
2024-03-17rendering using transformsomniscient
2024-03-17print desu?Omniscient
2024-03-17Merge branch 'master' into transform-hierarchyOmniscient
2024-03-17fix a bug with dirname seg faulting when passed a string literalOmniscient
2024-03-17wip: transform propagationOmniscient
2024-03-14fix cube texture path now that we can load relative pathomniscient
2024-03-14chore: formatomniscient
2024-03-14lights, camera, actionomniscient
2024-03-11minor docstring changes + fmtomniscient
2024-03-11first iteration of APIomnisci3nce
2024-03-11minor cleanupomniscient
2024-03-11added a path_parent function to get path of a fileomniscient
2024-03-09chore: formatomniscient
2024-03-09some more maths helpersomniscient
2024-03-09renderer functions necessary for model drawingomniscient
2024-03-09give model the name of the pathomniscient
2024-03-09create camera and split view/proj matricesomniscient
2024-03-05add some TODO comments for tomorrowomniscient
2024-03-05chore: formatOmniscient
2024-03-05pass mesh and material darrays for happy path.Omniscient
2024-03-05remove some commentsOmniscient
2024-03-05loads and runs now (no visuals yet)Omniscient
2024-03-05get us running on Mac again with our vendored GLFWomniscient
2024-03-05Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-exampleomniscient
2024-03-05add string.h includeomniscient
2024-03-06chore: fmtOmniscient
2024-03-05why is it crashing on file loading now?Omniscient
2024-03-05wip: port obj loaderOmniscient
2024-03-05add render types for material and textureOmniscient
2024-02-26updatesegunkayode1
2024-02-26string subview functionssegunkayode1
2024-02-25Merge branch 'master' of github.com:omnisci3nce/celeritas-coreOmniscient
2024-02-25boilerplate for more examplesOmniscient
2024-02-25disclaimer about some string apis not being unicode awareOmniscient
2024-02-25chore: formatOmniscient
2024-02-25Merge branch 'cel-18-arena-allocator' into feature/some-string-utilsOmniscient
2024-02-25Merge branch 'master' into feature/some-string-utilsOmniscient
2024-02-25add TODO for future arena resize fnOmniscient