summaryrefslogtreecommitdiff
path: root/demo
AgeCommit message (Expand)Author
2020-10-28add Enum.lua and refactor Vector.luasanine-a
2020-10-27fix minor bugs, add cube primitive binding, and implement basic first-person ...sanine-a
2020-10-27fix bug with working directory and add Vector and Matrix wrapperssanine-a
2020-10-27add cglm bindings for vec3 and mat3 functionssanine-a
2020-10-27refactor cglm bindings to not allocate memorysanine-a
2020-10-27fix bug in honey.shader.new and add basic primitives bindingssanine-a
2020-10-25remove model/* and add shader bindingssanine-a
2020-10-25add a whole bunch of cglm bindingssanine-a
2020-10-25add basic cglm binding functionssanine-a
2020-10-25add honey_exitsanine-a
2020-10-25move honey_window_information to common.h and add mouse movement functionssanine-a
2020-10-24add window focus callback functionssanine-a
2020-10-24add window resize callback functionssanine-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-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-18add LICENSE.mdsanine-a
2020-10-18clear out old files, add basic scriptingsanine-a