summaryrefslogtreecommitdiff
path: root/src/gl
AgeCommit message (Collapse)Author
2022-08-20fix bug in gl.bufferData and add error checkingsanine
2022-08-19enable hello trianglesanine
2022-08-19add shaders and basic drawing functionssanine
2022-08-19add several buffer-related functionssanine
2022-08-18implement working windowssanine
2022-08-18add glfwInit and glfwTerminate bindingssanine
2022-06-18add tointegersanine
2022-06-18add all window hintssanine
2022-06-16begin adding window creation hintssanine
2022-06-16throw error on glfwInit failsanine
2022-06-16add mock_**queue macrossanine
2022-06-16add initial window frameworksanine
2022-06-16fix bad glad filessanine
2022-06-14re-add gladsanine
2022-06-14scorched earth, start oversanine
2022-04-16fix bug in main script loader and rename honey_gl.c -> honey_window.csanine
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