Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-27 | add basic mesh loading demo | sanine | |
2022-08-24 | add command-line arguments | sanine | |
2022-08-22 | refactor: rename opengl functions to match their C counterparts | sanine | |
2022-08-22 | add textures | 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 | 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 | |