summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
12 daysUsing new cstring.HEADmain3gg
2024-09-16Add camera control.3gg
2024-09-16Add function to query mouse buttons.3gg
2024-09-16Better naming.3gg
2024-09-01Shrink tile.3gg
2024-08-31Handle resizing.3gg
2024-08-31More viewport control.3gg
2024-08-29Fix offseting. Add function to get screen size.3gg
2024-08-29Add TODO.3gg
2024-08-29More consistent changing of coordinates.3gg
2024-08-29Sort out window vs screen dimensions.3gg
2024-08-29Supress unused variable warnings.3gg
2024-08-28Add demo skeleton.3gg
2024-06-15Move glad initialization to gfx-app.3gg
2024-06-07Use new path library.3gg
2024-06-07Format.3gg
2024-03-15Rename render -> core.3gg
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-25Add gfx_reset_polygon_offset().3gg
2024-02-25Use new error function.3gg
2024-02-25Fix gfx_imm_set_model_matrix().3gg
2024-02-25Use new error function.3gg
2024-02-25Log asset load failures.3gg
2024-02-19Update to latest gfx.3gg
2024-02-19Address TODO.3gg
2024-02-19Address TODO.3gg
2024-02-17Remove joint nodes after the model anima is loaded.3gg
2024-02-17Fix constness in model loader.3gg
2024-02-17Fix constness of node.3gg
2024-02-17Introduce gfx_update().3gg
2024-02-17Rename scene.h/c -> model.h/c.3gg
2024-02-17Address viewer reloading TODO.3gg
This works now with the recent changes to the asset cache.
2024-02-17Asset cache returns model clones.3gg
2024-02-17Asset cache returns const Texture.3gg
2024-02-17Introduce Model.3gg
2024-02-17Pack joints into array to simplify animation data structure and make it ↵3gg
easier to clone.
2024-02-15Fix includes.3gg
2024-02-15Cleanup.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-13Assert cleanup.3gg
2024-02-12Initial implementation for an asset cache.3gg
2024-02-11Prevent dummy scene object allocations from getting compiled out.3gg
2024-02-08Rename glfw_view -> viewer.3gg
2024-02-08Add Pong demo.3gg
2024-02-08Add missing render call back.3gg