Age | Commit message (Expand) | Author |
2022-08-22 | refactor: rename opengl functions to match their C counterparts | sanine |
2022-08-22 | add append_table() | sanine |
2022-08-22 | add textures | sanine |
2022-08-22 | add image/ | sanine |
2022-08-22 | add multiple vertex attributes | sanine |
2022-08-22 | add uniforms | sanine |
2022-08-22 | add element buffers | sanine |
2022-08-22 | refactor: move data functions into separate file | sanine |
2022-08-22 | refactor: move drawing code into separate file | sanine |
2022-08-22 | refactor: move shader functions into separate file | sanine |
2022-08-22 | make hello triangle work | sanine |
2022-08-22 | add types to gl_buffer_data | sanine |
2022-08-21 | fix segfault with wdata | sanine |
2022-08-21 | build with clang on visual studio | sanine |
2022-08-21 | add glfw to CMakeLists.txt | sanine |
2022-08-21 | add glfw library | sanine |
2022-08-21 | add demo script | sanine |
2022-08-21 | use full gl_vertex_attrib_pointer | sanine |
2022-08-20 | fix bug in gl.bufferData and add error checking | sanine |
2022-08-19 | enable hello triangle | sanine |
2022-08-19 | add shaders and basic drawing functions | sanine |
2022-08-19 | add several buffer-related functions | sanine |
2022-08-18 | implement working windows | sanine |
2022-08-18 | add glfwInit and glfwTerminate bindings | sanine |
2022-08-18 | remove Lua as library requirement | sanine |
2022-08-18 | add lua-5.1.5 files | sanine |
2022-06-28 | fix honeysuckle.h includes | sanine |
2022-06-18 | add tointeger | sanine |
2022-06-18 | add all window hints | sanine |
2022-06-16 | begin adding window creation hints | sanine |
2022-06-16 | throw error on glfwInit fail | sanine |
2022-06-16 | add mock_**queue macros | sanine |
2022-06-16 | add initial window framework | sanine |
2022-06-16 | fix bad glad files | sanine |
2022-06-16 | rename logging functions from honey_* to honey_log_* | sanine |
2022-06-16 | add helper macros for mocking | sanine |
2022-06-14 | re-add glad | sanine |
2022-06-14 | do not log if log level is too low | sanine |
2022-06-14 | add honey_set_log_level | sanine |
2022-06-14 | fix RUN_TESTS macro | sanine |
2022-06-14 | ignore vim swapfiles | sanine |
2022-06-14 | add basic logging function | sanine |
2022-06-14 | add design overview | sanine |
2022-06-14 | add cglm as 3rd-party library | sanine |
2022-06-14 | scorched earth, start over | sanine |
2022-04-16 | delete src/mesh/assimp-master | sanine |
2022-04-16 | move 3rd-party librarys into libs/ and add built-in honeysuckle | sanine |
2022-04-16 | fix bug in main script loader and rename honey_gl.c -> honey_window.c | sanine |
2022-03-04 | add assimp submodule | sanine |
2022-03-01 | pop after creating window | sanine |