summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump WIP version to 0.2.0.David Thompson2014-06-291-1/+1
* Bump guile version requirement.David Thompson2014-06-281-1/+1
* Remove config.scm from version control.David Thompson2014-06-282-28/+1
* Rename guile-2d to Sly!David Thompson2014-06-2860-343/+886
* Fix window-size signal.David Thompson2014-06-221-1/+1
* Delete transform-position procedure.David Thompson2014-06-201-6/+1
* Add support for 3D vectors in translate procedure.David Thompson2014-06-201-6/+19
* Add support for 3D vectors and scalars in scale procedure.David Thompson2014-06-201-6/+25
* Tweak transform API.David Thompson2014-06-101-25/+7
* Add rotation transformations for x and y axes.David Thompson2014-06-091-5/+17
* Fix README.David Thompson2014-06-081-11/+9
* Replace vector2 module with a more generic vector module.David Thompson2014-06-0719-229/+279
* Add v= procedure.David Thompson2014-05-271-0/+5
* Add scalar multiplication support to v* and remove vscale.David Thompson2014-05-271-8/+7
* Add perspective-projection procedure.David Thompson2014-05-261-1/+28
* Fix embarrassing issue with transform-translate.David Thompson2014-05-251-4/+4
* Rename, unexport, and memoize shader-program-attribute-location.David Thompson2014-05-221-5/+7
* Memoize uniform-location.David Thompson2014-05-222-7/+23
* Add load-shader-program procedure.David Thompson2014-05-223-14/+15
* Add explicit vertex/fragment shader parameters to make-shader-program.David Thompson2014-05-221-3/+18
* s/guile-2048/2048/David Thompson2014-05-212-1/+1
* Add pre-inst-env script.David Thompson2014-05-215-5/+41
* Fix sandbox.David Thompson2014-05-181-2/+2
* Add make-transform*.David Thompson2014-05-151-0/+10
* Make sprites immutable.David Thompson2014-05-073-26/+29
* Tweak README to reflect API changes.David Thompson2014-05-041-6/+5
* Add live-reload module.David Thompson2014-05-042-0/+55
* Update TODO list.David Thompson2014-05-041-3/+4
* Add current-agenda parameter.David Thompson2014-05-0411-75/+99
* Allow make-rect to accept two vector2s as arguments.David Thompson2014-05-031-1/+9
* Add transform-position procedure.David Thompson2014-05-021-0/+6
* Prefix matrix operations with "transform-".David Thompson2014-05-021-6/+6
* Add null-rect variable.David Thompson2014-05-021-0/+3
* Fix update procedure.David Thompson2014-04-271-3/+3
* Ensure that interpolation alpha is clamped to the range [0, 1].David Thompson2014-04-271-1/+2
* Add max-ticks-per-frame variable.David Thompson2014-04-271-5/+15
* Update commentary for (2d game) module.David Thompson2014-04-241-1/+1
* Rename game loop procedures and remove parameter.David Thompson2014-04-249-32/+31
* Sleep when the game loop runs too fast.David Thompson2014-04-241-0/+9
* Run game loop with a prompt.David Thompson2014-04-241-47/+16
* Remove the accumulator parameter from the game loop.David Thompson2014-04-231-40/+19
* Add bindings for OpenGL instanced rendering extension.David Thompson2014-04-211-1/+23
* Add shader-program-attribute-location procedure.David Thompson2014-04-211-0/+6
* Export shader-program-id procedure.David Thompson2014-04-211-0/+1
* Rename signal-combine to signal-zip.David Thompson2014-04-211-2/+2
* Rename example file.David Thompson2014-03-311-0/+0
* Add 2048 clone example.David Thompson2014-03-312-0/+482
* Add more texture anchor types.David Thompson2014-03-312-11/+23
* Add cyan, yellow, and all 27 tango palette colors.David Thompson2014-03-301-2/+67
* Fix crash when the empty string is used for a label.David Thompson2014-03-301-11/+15