summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-10refactor: move glfw functions into separate tablesanine
2023-03-02fully remove honeysuckle and stop building cglmsanine
2023-03-02remove honeysucklesanine
2023-03-01switch glad profile to gl4.1sanine
2023-02-26bind (almost) all miniaudio functionssanine
2023-02-26bind engine and sound functionssanine
2023-02-25bind ode heightfield and trimesh collider functionssanine
2023-02-24refactor: bind (almost) all ode functionssanine
2023-02-23refactor: remove honeysuckle from imagesanine
2023-02-23add glm.version()sanine
2023-02-23refactor: remove honeysuckle from loggingsanine
2023-02-23refactor: remove honeysuckle from utilsanine
2023-02-23handle errors properly when binding multiple signaturessanine
2023-02-23fix bug with byte alignment and update fancy demo to use refactored glm bindingssanine
2023-02-22refactor: bind all basic matrix & vector functions from cglmsanine
2023-02-22begin cglm bind refactorsanine
2023-02-22implement and demo basic obj loadingsanine
2023-02-20add font rendering to demosanine-a
2023-02-20add some better comments to generate-binding.luasanine
2023-02-20implement basic binding auto-generationsanine
2023-02-19fix OpenGL CMake linksanine
2023-02-19remove cairo include in image.csanine
2023-02-19refactor: bind (nearly) all nvg functionssanine
2023-02-17begin remove honeysuckle refactorsanine
2023-02-15implement basic vector bindingssanine
2023-02-14add basic nanovg bindingssanine
2023-02-12switch to tinyobj and nanovg from assimp and cairosanine
2022-10-12add pixman and libpngraylibsanine
2022-10-12add cairosanine
2022-10-07add basic framebuffers and additional float uniformssanine
2022-10-04add garbage collector canariessanine
2022-10-04add first person demosanine
2022-10-03add all keycodessanine
2022-10-03add window.getKeysanine
2022-10-03refactor: use luaL_check* instead of hs_parse_args in gl/window.csanine
2022-10-03add basic bouncing ballsanine
2022-10-01add odesanine
2022-09-28add basic cairo demo functionssanine
2022-09-27add basic mesh loading demosanine
2022-09-27fix off-by-1 bug in face indexingsanine
2022-09-27fix uninitialized memory bug in mesh loading and add suzanne.daesanine
2022-09-27implement scene loadingsanine
2022-09-26fix memory overflow bug in test_node_push and add import_scene.test.csanine
2022-09-22test 3rd level of recursionsanine
2022-09-22add basic recursive aiNode pushsanine
2022-09-22add uv loadingsanine
2022-09-19add tangents & bitangentssanine
2022-09-18add normal pushingsanine
2022-09-18add face pushingsanine
2022-09-18add basic mesh vertex loadingsanine