Age | Commit message (Expand) | Author |
---|---|---|
2022-10-03 | add basic bouncing ball | sanine |
2022-10-01 | add ode | sanine |
2022-09-28 | add basic cairo demo functions | sanine |
2022-09-27 | add basic mesh loading demo | sanine |
2022-09-27 | fix uninitialized memory bug in mesh loading and add suzanne.dae | sanine |
2022-09-13 | add initial audio bindings | sanine |
2022-08-23 | add basic 3d perspective | sanine |
2022-08-23 | add basic transforms | sanine |
2022-08-23 | add gl.TexParameteri() | sanine |
2022-08-22 | refactor: rename opengl functions to match their C counterparts | sanine |
2022-08-22 | add textures | 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-21 | add demo script | sanine |