summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scene: Remove messy interpolation/caching for now.David Thompson2014-09-302-61/+11
* scene: Decouple cameras from the scene they render.David Thompson2014-09-293-35/+59
* TODO: Add new item.David Thompson2014-09-281-0/+3
* math: Add 2pi constant.David Thompson2014-09-261-1/+2
* sprite: Add anchor and color parameters to load-sprite.David Thompson2014-09-261-2/+4
* shader: Cache locations of uniforms/attributes at shader compile-time.David Thompson2014-09-222-54/+88
* TODO: Add new item.David Thompson2014-09-221-0/+4
* Update sandbox.David Thompson2014-09-221-3/+7
* examples: Update 2048.David Thompson2014-09-221-109/+109
* examples: Update simple example.David Thompson2014-09-221-6/+24
* examples: Update tilemap example.David Thompson2014-09-101-52/+54
* examples: Update scene-graph example.David Thompson2014-09-071-58/+62
* scene: Add simple DSL for creating scene nodes.David Thompson2014-09-071-2/+4
* mesh: Allow uniform values to be signals.David Thompson2014-09-061-1/+3
* color: Add transparent color.David Thompson2014-09-061-0/+2
* sandbox: Make it work again.David Thompson2014-09-061-1/+14
* examples: Add crate texture.David Thompson2014-09-061-0/+0
* examples: Update scene graph example.David Thompson2014-09-061-54/+74
* shader: Add color uniform to default fragment shader.David Thompson2014-09-061-1/+2
* scene: Use GLSL uniforms in scene nodes.David Thompson2014-09-061-3/+6
* font: Define labels in terms of sprites.David Thompson2014-09-061-20/+2
* sprite: Add anchor and color parameters to make-sprite.David Thompson2014-09-061-7/+15
* camera: Add before/after draw handlers.David Thompson2014-09-062-22/+39
* game: Accept one camera object as well as a list in start-game-loop.David Thompson2014-09-011-14/+20
* camera: Add orthographic-camera procedure.David Thompson2014-09-011-0/+20
* scene: Use dirty checking to improve rendering speed for static nodes.David Thompson2014-08-291-13/+38
* scene: Use quaternions for rotations.David Thompson2014-08-281-2/+3
* math: Add square procedure.David Thompson2014-08-281-1/+4
* transition: Add quaternion support.David Thompson2014-08-281-0/+3
* Add quaternion module.David Thompson2014-08-282-0/+132
* Fixup.David Thompson2014-08-281-1/+1
* transition: Rewrite in terms of signal-generator.David Thompson2014-08-281-10/+9
* signal: Add signal-timestamp.David Thompson2014-08-271-0/+7
* signal: Add signal-negate.David Thompson2014-08-271-0/+6
* camera: Use signal-let.David Thompson2014-08-271-5/+4
* signal: Allow non-signal values to be bound in signal-let.David Thompson2014-08-271-1/+1
* scene: Use signal-let instead of define/signal-ref.David Thompson2014-08-271-33/+27
* sprite: Add docstring for make-sprite.David Thompson2014-08-271-0/+3
* sprite: Add load-sprite procedure.David Thompson2014-08-271-0/+6
* transform: Use pattern matching in translate and scale procedures.David Thompson2014-08-261-33/+23
* Rewrite anchor-texture to use pattern matching.David Thompson2014-08-251-22/+24
* Add linear texture scaling support.David Thompson2014-08-251-7/+16
* Run draw-hook each time a frame is drawn.David Thompson2014-08-251-0/+1
* Update scene graph example.David Thompson2014-08-251-28/+57
* Allow meshes to be scene nodes.David Thompson2014-08-251-28/+25
* Add make-animated-sprite procedure.David Thompson2014-08-251-3/+26
* Add forever macro.David Thompson2014-08-251-1/+5
* Add signal-generator macro.David Thompson2014-08-251-1/+25
* Update shader files in Makefile.David Thompson2014-08-251-4/+2
* Add scene graph example.David Thompson2014-08-251-0/+128