summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-10-03add basic bouncing ballsanine
2022-10-01add odesanine
2022-09-28add basic cairo demo functionssanine
2022-09-27fix uninitialized memory bug in mesh loading and add suzanne.daesanine
2022-09-16begin assimp bindingssanine
2022-09-13add initial audio bindingssanine
2022-08-24add command-line argumentssanine
2022-08-23add basic transformssanine
2022-08-22add append_table()sanine
2022-08-22add image/sanine
2022-08-22add uniformssanine
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-21build with clang on visual studiosanine
2022-08-21add glfw to CMakeLists.txtsanine
2022-08-20fix bug in gl.bufferData and add error checkingsanine
2022-08-19add several buffer-related functionssanine
2022-08-18implement working windowssanine
2022-08-18remove Lua as library requirementsanine
2022-06-28fix honeysuckle.h includessanine
2022-06-16add initial window frameworksanine
2022-06-14add basic logging functionsanine
2022-06-14add cglm as 3rd-party librarysanine
2022-04-16move 3rd-party librarys into libs/ and add built-in honeysucklesanine
2022-04-16fix bug in main script loader and rename honey_gl.c -> honey_window.csanine
2022-03-04add assimp submodulesanine
2022-03-01add basic window functions, option parsing, and main loopsanine
2021-10-21move test files to the same directories as the files they testsanine
2021-09-28add mock queuesanine
2021-09-23add honey_log_level_str_()sanine
2021-09-23add basic test frameworksanine
2020-12-12add basic cairo bindingssanine-a
2020-12-09refactor: move primitives into lua & streamline mesh creationsanine-a
2020-12-05remove light.*sanine-a
2020-12-05remove camera.*sanine-a
2020-12-04add SignalManager.lua and revert to old Node.luasanine-a
2020-12-02create basic scene tree nodesanine-a
2020-11-29refactor affine transform bindingssanine-a
2020-11-29add glm vec3 and vec4 bindings as lua objectssanine-a
2020-11-29refactor all files to use new argument parsing and table building functionssanine-a
2020-11-29begin refactor of glm functions and basic argument parsingsanine-a
2020-10-28modify CMakeLists.txt to allow for cross-platform buildsanine-a
2020-10-25remove model/* and add shader bindingssanine-a
2020-10-25add basic cglm binding functionssanine-a
2020-10-24add window module and fullscreen togglesanine-a
2020-10-21refactor: move honey_lua function definitions to common.hsanine-a
2020-10-21add honey_lua.h and honey_lua.hsanine-a
2020-10-19add honey libraries back and reorganize directoriessanine-a
2020-10-18clear out old files, add basic scriptingsanine-a