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
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2024-04-06
separate pipeline for skinned meshes
Omniscient
2024-04-06
storing joints and weights
Omniscient
2024-04-06
wip: get integers
omniscient
2024-04-06
add a skinned model example from gltf sample models.
omniscient
2024-04-05
close.
omniscient
2024-04-04
loading animation data - step 1
omnisci3nce
2024-04-04
add AnimatedCube
omnisci3nce
2024-04-04
Merge branch 'cel-60-scaffold-vulkan' into cel-67-load-animation-data-from-gltf
omnisci3nce
2024-04-04
create example file for animation
omniscient
2024-04-04
loading textures
omniscient
2024-04-03
load gltf vertices and indices. need to move to git LFS!
omnisci3nce
2024-04-01
image / textures !
Omniscient
2024-03-31
redo cube primitive vertex and normals
Omniscient
2024-03-31
working on cube (hardcoded)
Omniscient
2024-03-30
fix main loop example
Omniscient
2024-03-30
vulkan glossary
Omniscient
2024-03-30
chore: format
Omniscient
2024-03-30
start adding mouse input processing
Omniscient
2024-03-30
uniform with descriptor set. fix image_index being 4 when expoected to be 3
Omniscient
2024-03-25
clearing the screen with a clear color!
omnisci3nce
2024-03-17
fix a bug with dirname seg faulting when passed a string literal
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
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
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