Age | Commit message (Expand) | Author |
2023-03-02 | remove honeysuckle | sanine |
2023-03-01 | switch glad profile to gl4.1 | sanine |
2023-02-26 | bind (almost) all miniaudio functions | sanine |
2023-02-26 | bind engine and sound functions | sanine |
2023-02-25 | bind ode heightfield and trimesh collider functions | sanine |
2023-02-24 | refactor: bind (almost) all ode functions | sanine |
2023-02-23 | refactor: remove honeysuckle from image | sanine |
2023-02-23 | add glm.version() | sanine |
2023-02-23 | refactor: remove honeysuckle from logging | sanine |
2023-02-23 | refactor: remove honeysuckle from util | sanine |
2023-02-23 | fix bug with byte alignment and update fancy demo to use refactored glm bindings | sanine |
2023-02-22 | refactor: bind all basic matrix & vector functions from cglm | sanine |
2023-02-22 | begin cglm bind refactor | sanine |
2023-02-22 | implement and demo basic obj loading | sanine |
2023-02-19 | remove cairo include in image.c | sanine |
2023-02-19 | refactor: bind (nearly) all nvg functions | sanine |
2023-02-17 | begin remove honeysuckle refactor | sanine |
2023-02-15 | implement basic vector bindings | sanine |
2023-02-14 | add basic nanovg bindings | sanine |
2023-02-12 | switch to tinyobj and nanovg from assimp and cairo | sanine |
2022-10-07 | add basic framebuffers and additional float uniforms | sanine |
2022-10-04 | add garbage collector canaries | sanine |
2022-10-04 | add first person demo | sanine |
2022-10-03 | add all keycodes | sanine |
2022-10-03 | add window.getKey | sanine |
2022-10-03 | refactor: use luaL_check* instead of hs_parse_args in gl/window.c | sanine |
2022-10-03 | add basic bouncing ball | sanine |
2022-09-28 | add basic cairo demo functions | sanine |
2022-09-27 | add basic mesh loading demo | sanine |
2022-09-27 | fix off-by-1 bug in face indexing | sanine |
2022-09-27 | fix uninitialized memory bug in mesh loading and add suzanne.dae | sanine |
2022-09-27 | implement scene loading | sanine |
2022-09-26 | fix memory overflow bug in test_node_push and add import_scene.test.c | sanine |
2022-09-22 | test 3rd level of recursion | sanine |
2022-09-22 | add basic recursive aiNode push | sanine |
2022-09-22 | add uv loading | sanine |
2022-09-19 | add tangents & bitangents | sanine |
2022-09-18 | add normal pushing | sanine |
2022-09-18 | add face pushing | sanine |
2022-09-18 | add basic mesh vertex loading | sanine |
2022-09-18 | add push_aistring | sanine |
2022-09-16 | begin assimp bindings | sanine |
2022-09-16 | fix bug in float assertions | sanine |
2022-09-13 | add initial audio bindings | sanine |
2022-08-24 | add logging bindings | sanine |
2022-08-24 | add command-line arguments | sanine |
2022-08-23 | add basic 3d perspective | sanine |
2022-08-23 | :wMerge branch 'gl-window' into main | sanine |
2022-08-23 | fix memory leak | sanine |
2022-08-23 | add basic transforms | sanine |