index
:
gfx
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
game
Age
Commit message (
Expand
)
Author
2024-09-16
Add camera control.
3gg
2024-08-31
More viewport control.
3gg
2024-06-15
Move glad initialization to gfx-app.
3gg
2024-03-09
Rename RenderBackend -> GfxCore.
3gg
2024-03-09
Rename gfx_app -> app.
3gg
2024-03-09
Make isogfx a library instead of an executable.
3gg
2024-03-02
Compute joint bounding boxes.
3gg
2024-02-19
Address TODO.
3gg
2024-02-17
Introduce gfx_update().
3gg
2024-02-17
Address viewer reloading TODO.
3gg
2024-02-17
Asset cache returns const Texture.
3gg
2024-02-17
Introduce Model.
3gg
2024-02-15
Fix includes.
3gg
2024-02-15
Move scene and texture utils to asset/.
3gg
2024-02-13
Make loaded scene node an anima node only if the scene has skins/skeletons.
3gg
2024-02-13
Adjust camera field of view.
3gg
2024-02-12
Initial implementation for an asset cache.
3gg
2024-02-08
Rename glfw_view -> viewer.
3gg
2024-02-08
Add Pong demo.
3gg
2024-02-08
Add missing render call back.
3gg
2024-02-08
Address TODO.
3gg
2024-02-08
Add window width and height to game.
3gg
2024-01-20
Rename gltfview -> game.
3gg