summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-12really really strongy suggest core profile (looking @ u, mac)sanine
2023-03-12specify opengl version in CMakeLists.txtsanine
2023-03-11build & link with luajit instead of lua5.1sanine
2023-03-10refactor: move glfw functions into separate tablesanine
2023-03-02fully remove honeysuckle and stop building cglmsanine
2023-03-02remove honeysucklesanine
2023-02-23fix bug with byte alignment and update fancy demo to use refactored glm bindingssanine
2023-02-22begin cglm bind refactorsanine
2023-02-19fix OpenGL CMake linksanine
2023-02-19refactor: bind (nearly) all nvg functionssanine
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-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