index
:
pub/celeritas-core.git
master
vk
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-03-09
chore: format
omniscient
2024-03-09
create basic scene and draw obj
omniscient
2024-03-09
some more maths helpers
omniscient
2024-03-09
renderer functions necessary for model drawing
omniscient
2024-03-09
give model the name of the path
omniscient
2024-03-09
create camera and split view/proj matrices
omniscient
2024-03-09
add shaders
omniscient
2024-03-09
rename target to obj
omniscient
2024-03-05
add some TODO comments for tomorrow
omniscient
2024-03-05
chore: format
Omniscient
2024-03-05
pass mesh and material darrays for happy path.
Omniscient
2024-03-05
remove some comments
Omniscient
2024-03-05
loads and runs now (no visuals yet)
Omniscient
2024-03-05
get us running on Mac again with our vendored GLFW
omniscient
2024-03-05
Merge branch 'master' into cel-41-port-over-a-basic-3d-scene-example
omniscient
2024-03-05
add string.h include
omniscient
2024-03-06
chore: fmt
Omniscient
2024-03-05
why is it crashing on file loading now?
Omniscient
2024-03-05
add cube obj
Omniscient
2024-03-05
wip: port obj loader
Omniscient
2024-03-05
add render types for material and texture
Omniscient
2024-02-26
Merge pull request #4 from paulkayode/string-subviews
Joshua Rowe
2024-02-26
update
segunkayode1
2024-02-26
string subview functions
segunkayode1
2024-02-25
Merge branch 'master' of github.com:omnisci3nce/celeritas-core
Omniscient
2024-02-25
boilerplate for more examples
Omniscient
2024-02-25
disclaimer about some string apis not being unicode aware
Omniscient
2024-02-25
Merge pull request #3 from omnisci3nce/feature/some-string-utils
Joshua Rowe
2024-02-25
Merge pull request #1 from omnisci3nce/cel-18-arena-allocator
Joshua Rowe
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 'cel-18-arena-allocator' into feature/some-string-utils
Omniscient
2024-02-25
Merge branch 'master' into feature/some-string-utils
Omniscient
2024-02-25
add TODO for future arena resize fn
Omniscient
2024-02-25
chore: format
Omniscient
2024-02-25
add an arena reset to free everything
Omniscient
2024-02-25
Merge pull request #2 from omnisci3nce/cel-24-compile-all-c-code-in-ci-pipeline
Joshua Rowe
2024-02-25
change glfw header imports
Omniscient
2024-02-25
use meta packages to get all the X headers we need
Omniscient
2024-02-25
add libxinerama
Omniscient
2024-02-25
add libxrandr to pipeline
Omniscient
2024-02-25
build GLFW from source (for real this time)
Omniscient
2024-02-25
add -y for xmake
Omniscient
2024-02-25
add the generated Doxygen file from xmake doxygen
Omniscient
2024-02-25
chore: format
Omniscient
2024-02-25
add a github action workflow
Omniscient
2024-02-25
new string function signatures just dropped
Omniscient
2024-02-25
add an arena allocator first impl
Omniscient
2024-02-24
add shaders for drawing simple rectangles
Omniscient
[next]