summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-09-18add push_aistringsanine
2022-09-16begin assimp bindingssanine
2022-09-16fix bug in float assertionssanine
2022-09-13add initial audio bindingssanine
2022-09-13add miniaudiosanine
2022-08-24add logging bindingssanine
2022-08-24add command-line argumentssanine
2022-08-23add basic 3d perspectivesanine
2022-08-23:wMerge branch 'gl-window' into mainsanine
2022-08-23fix memory leaksanine
2022-08-23add basic transformssanine
2022-08-23add gl.TexParameteri()sanine
2022-08-22refactor: rename opengl functions to match their C counterpartssanine
2022-08-22add append_table()sanine
2022-08-22add texturessanine
2022-08-22add image/sanine
2022-08-22add multiple vertex attributessanine
2022-08-22add uniformssanine
2022-08-22add element bufferssanine
2022-08-22refactor: move data functions into separate filesanine
2022-08-22refactor: move drawing code into separate filesanine
2022-08-22refactor: move shader functions into separate filesanine
2022-08-22make hello triangle worksanine
2022-08-22add types to gl_buffer_datasanine
2022-08-21fix segfault with wdatasanine
2022-08-21build with clang on visual studiosanine
2022-08-21add glfw to CMakeLists.txtsanine