summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-08Address TODO.3gg
2024-02-08Add window width and height to game.3gg
2024-02-08Add AABB2 and matrix stack to immediate-mode renderer.3gg
2024-02-08Add function to check for key press.3gg
2024-01-20Rename gltfview -> game.3gg
2024-01-20Use time_delta instead of double to track time.3gg
2024-01-19Plugin refactor, moving scene from game to plugin.3gg
2024-01-18Simplify game callbacks.3gg
2023-07-26Add support for paletted sprites.3gg
2023-07-19Add sprites.3gg
2023-07-14Fix checkerboard demo.3gg
2023-07-13Use new mem allocator that supports variable-sized chunks.3gg
2023-07-13Remove listpool.3gg
2023-07-08Add pixel scaling.3gg
2023-07-08Load tile maps and tile sets from files.3gg
2023-06-27Initial renderer.3gg
2023-06-24Isometric Renderer initial commit.3gg
2023-06-24Add option to set window title. Add function to get mouse position.3gg
2023-06-21Update comment.3gg
2023-06-21Add ability to update texture contents.3gg
2023-06-21Fix bug in Geometry that would over-allocate buffers.3gg
2023-06-21Formatting.3gg
2023-06-21Formatting.3gg
2023-06-21Make camera optional in the renderer and move start/end frame calls outside s...3gg
2023-06-21Flip y-coordinate in view-texture shader and use texelFetch to avoid bilinear...3gg
2023-06-17Allow plugins to not have to define all plugin functions.3gg
2023-06-17Move and import error library from clib.3gg
2023-06-16New plugin architecture.3gg
2023-06-15Add TODO for const qualifier in Buffer.3gg
2023-06-15Remove use of non-standard __VA_OPT__3gg
2023-06-12Let skyquad take RenderBackend directly.3gg
2023-06-02Cleanup.3gg
2023-06-02scene_memory refactor to make adding new types easier.3gg
2023-06-02Cleanup.3gg
2023-06-02Cleanup.3gg
2023-05-30Move debug rendering to the renderer.3gg
2023-05-27Lazy load of IBL state in renderer.3gg
2023-05-27Split renderer and immediate mode renderer implementation.3gg
2023-05-26Add gfx_animate_scene() for convenience.3gg
2023-05-26Add bounding boxes and an immediate mode renderer. Pending proper bounding bo...3gg
2023-05-26Add node getters and iterators.3gg
2023-02-25Simplify buffer creation, add support for dynamic geometry.3gg
2023-02-17Fix sizeof calculations in gfx_make_buffer().3gg
2023-02-11Fix IBL cubemap coordinate system and put position-normal-tangent in world sp...3gg
2023-02-11Add support for 8-bit vertex indices.3gg
2023-02-11Use floating-point textures for IBL to get a proper range of values.3gg
2023-02-11Create default material for meshes that do not specify one.3gg
2023-02-10Add shader and shader program caches.3gg
2023-02-10Fix traversal of root children during animation.3gg
2023-02-04More compliance with C11.3gg