summaryrefslogtreecommitdiff
path: root/game
AgeCommit message (Expand)Author
2024-03-09Rename RenderBackend -> GfxCore.3gg
2024-03-09Rename gfx_app -> app.3gg
2024-03-09Make isogfx a library instead of an executable.3gg
2024-03-02Compute joint bounding boxes.3gg
2024-02-19Address TODO.3gg
2024-02-17Introduce gfx_update().3gg
2024-02-17Address viewer reloading TODO.3gg
2024-02-17Asset cache returns const Texture.3gg
2024-02-17Introduce Model.3gg
2024-02-15Fix includes.3gg
2024-02-15Move scene and texture utils to asset/.3gg
2024-02-13Make loaded scene node an anima node only if the scene has skins/skeletons.3gg
2024-02-13Adjust camera field of view.3gg
2024-02-12Initial implementation for an asset cache.3gg
2024-02-08Rename glfw_view -> viewer.3gg
2024-02-08Add Pong demo.3gg
2024-02-08Add missing render call back.3gg
2024-02-08Address TODO.3gg
2024-02-08Add window width and height to game.3gg
2024-01-20Rename gltfview -> game.3gg