summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2023-05-17add glPointSize and glLineWidth bindsHEADmainsanine-a
2023-03-24do chdir error checkingsanine
2023-03-24add verbosity & working directory optionssanine
2023-03-21move modules.h -> common.h and add version numberssanine-a
2023-03-02remove honeysucklesanine
2023-02-17begin remove honeysuckle refactorsanine
2023-02-15implement basic vector bindingssanine
2023-02-12switch to tinyobj and nanovg from assimp and cairosanine
2022-10-04add garbage collector canariessanine
2022-10-03add basic bouncing ballsanine
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-13add initial audio bindingssanine
2022-08-24add logging bindingssanine
2022-08-24add command-line argumentssanine
2022-08-23add basic transformssanine
2022-08-22add texturessanine
2022-08-19add shaders and basic drawing functionssanine
2022-08-18implement working windowssanine
2022-06-14add basic logging functionsanine
2022-06-14scorched earth, start oversanine
2022-04-16fix bug in main script loader and rename honey_gl.c -> honey_window.csanine
2022-03-01pop after creating windowsanine
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
2020-10-25move main loop into honey_runsanine-a
2020-10-24add more window functions and clean up window info accesssanine-a
2020-10-24add window module and fullscreen togglesanine-a
2020-10-24add honey_lua_pcall with traceback abilitysanine-a
2020-10-24move setup functions to honey.csanine-a
2020-10-23add key binding input functionssanine-a
2020-10-21add table recurtion to honey_lua_create_table and fix input setupsanine-a
2020-10-19add honey libraries back and reorganize directoriessanine-a
2020-10-18clear out old files, add basic scriptingsanine-a