summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add simple scripting system.David Thompson2017-04-036-0/+571
* Add queue module.David Thompson2017-04-032-0/+66
* Add array list module.David Thompson2017-04-012-0/+108
* Add binary heap implementation.David Thompson2017-04-012-0/+130
* input: Add keyboard module.David Thompson2017-04-013-0/+48
* guix: Update to latest guile-sdl2 Git snapshot.David Thompson2017-04-011-2/+2
* guix: Use latest Git version of guile-sdl2.David Thompson2017-03-311-42/+51
* render: texture: Support using 32 texture units.David Thompson2017-03-315-24/+58
* guix: Use new Guile 2.2 package.David Thompson2017-03-301-5/+5
* render: sprite: Add fast path for non-rotated/scaled batched sprites.David Thompson2017-03-221-20/+29
* doc: html: Use dthompson.us stylesheet to make manual more attractive.David Thompson2017-01-272-0/+24
* Add full GPLv3 text.David Thompson2017-01-262-0/+675
* Ignore generated tarballs and signatures.David Thompson2017-01-261-0/+2
* Distribute examples in release tarballs.David Thompson2017-01-261-0/+12
* examples: Add nine-patch example.David Thompson2017-01-263-0/+32
* configure: Drop Guile 2.0 support.v0.2.0David Thompson2017-01-261-1/+1
* Bump version to 0.2.0.David Thompson2017-01-251-1/+1
* doc: Mention that signed distance field rendering is not implemented.David Thompson2017-01-251-1/+2
* doc: Document draw-line.David Thompson2017-01-251-0/+18
* doc: Fix multi-line @deffn commands.David Thompson2017-01-251-11/+14
* examples: Add line segment example.David Thompson2017-01-251-0/+31
* render: shapes: Add docstring to draw-line.David Thompson2017-01-251-0/+6
* render: shapes: Change draw-line to accept vector arguments.David Thompson2017-01-251-7/+11
* render: shapes: Delete draw-rectangle-outline procedure.David Thompson2017-01-251-11/+1
* render: viewport: Make applying the null viewport a no-op.David Thompson2017-01-251-10/+11
* Ensure that the viewport is cleared at the beginning of each frame.David Thompson2017-01-251-0/+4
* Fix guile-sdl2 procedure name.David Thompson2017-01-251-1/+1
* guix: Update guile-sdl2 recipe to 0.2.0.David Thompson2017-01-251-51/+43
* Add audio support.David Thompson2017-01-244-1/+206
* doc: Document sprites and fonts.David Thompson2017-01-241-7/+176
* render: Add bitmap font support.David Thompson2017-01-246-0/+467
* render: sprite: Improve argument names to draw-sprite.David Thompson2017-01-241-51/+59
* examples: sprite: Quit the demo when close button is pressed.David Thompson2017-01-241-0/+1
* math: rect: Fix vec2-clamp-to-rect.David Thompson2017-01-241-1/+1
* math: vector: Fix vec2-copy and vec2-copy!David Thompson2017-01-241-23/+20
* Add 'make publish' target.David Thompson2017-01-231-0/+5
* Don't build dvi docs.David Thompson2017-01-231-0/+2
* doc: Update copyright year.v0.1.0David Thompson2017-01-231-1/+1
* Add basic sprite example.David Thompson2017-01-232-0/+17
* README: Fix example code again.David Thompson2017-01-231-3/+5
* Set a default projection matrix for convenience.David Thompson2017-01-231-2/+6
* README: Fix example code.David Thompson2017-01-221-4/+8
* doc: Document a few more things.David Thompson2017-01-201-6/+171
* doc: Add more documentation!David Thompson2017-01-192-4/+276
* render: framebuffer: Create and use a default viewport.David Thompson2017-01-192-5/+19
* render: viewport: Change %standard-clear-flags to %default-clear-flags.David Thompson2017-01-191-2/+3
* render: viewport: Use a non-black default clear color.David Thompson2017-01-192-7/+7
* render: texture: Quick code style fix.David Thompson2017-01-191-1/+1
* render: Add framebuffers.David Thompson2017-01-194-10/+152
* render: shader: Restore ability to serialize color objects.David Thompson2017-01-191-2/+2