summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-31add basic framebuffer operationssanine-a
2020-10-31add additional texture types and refactor texture setup and loadingsanine-a
2020-10-31fix bug in FPS camera update()sanine-a
2020-10-31add basic texture bindingssanine-a
2020-10-28fix bug in model loadingsanine-a
2020-10-28refactor Matrix.luasanine-a
2020-10-28add Enum.lua and refactor Vector.luasanine-a
2020-10-28modify CMakeLists.txt to allow for cross-platform buildsanine-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-27update doxyfilesanine-a
2020-10-27add cglm bindings for vec3 and mat3 functionssanine-a
2020-10-27refactor cglm bindings to not allocate memorysanine-a
2020-10-27improve syntax error messagessanine-a
2020-10-27fix bug in honey.shader.new and add basic primitives bindingssanine-a
2020-10-27revert mesh.* with minor refactor and honey_setup_mesh()sanine-a
2020-10-27add honey.mesh bindings to the honey_setup()sanine-a
2020-10-27add mesh lua functions and refactor lua type namessanine-a
2020-10-25remove model/* and add shader bindingssanine-a
2020-10-25add new cglm bindings to honey.cglmsanine-a
2020-10-25add a whole bunch of cglm bindingssanine-a
2020-10-25add basic cglm binding functionssanine-a
2020-10-25move main loop into honey_runsanine-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-24switch input callbacks to use honey_lua_pcallsanine-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-24add honey_lua_pcall with traceback abilitysanine-a
2020-10-24move setup functions to honey.csanine-a
2020-10-23remove spurious files (for real)sanine-a
2020-10-23amend last commit to remove spurious filessanine-a
2020-10-23add key binding input functionssanine-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-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-18add LICENSE.mdsanine-a
2020-10-18clear out old files, add basic scriptingsanine-a
2020-06-08add temple modelsanine-a
2020-06-05refactor: rename honey_error to honey_resultsanine-a
2020-06-03add multiple lights to shaderssanine-a
2020-06-01add model loadingsanine-a
2020-06-01refactor: unify error handlingsanine-a
2020-05-24add honey_shader_new()sanine-a
2020-05-24add demo disclaimer to README.mdsanine-a
2020-05-24add blinn-phong lighting demosanine-a