Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | node-2d: Add tile map node. | David Thompson | 2018-08-30 | 1 | -1/+23 |
| | | | | | * starling/node-2d.scm (<tile-map>): New class. (tile-map, layers): New methods. | ||||
* | transition: Default to/from to previous/current scene, respectively. | David Thompson | 2018-08-30 | 1 | -2/+4 |
| | | | | | | | | Sane defaults make the transitions easier to use. * starling/transition.scm (<transition>)[scene-from]: Default to current-scene. [scene-to]: Default to previous scene. | ||||
* | transition: Add sequence scene. | David Thompson | 2018-08-30 | 1 | -1/+30 |
| | | | | * starling/transition.scm (<sequence-scene>): New class. | ||||
* | kernel: Add previous-scene procedure. | David Thompson | 2018-08-30 | 1 | -3/+10 |
| | | | | * starling/kernel.scm (previous-scene): New procedure. | ||||
* | node-2d: Add follow-bezier-path method. | David Thompson | 2018-08-30 | 1 | -0/+18 |
| | |||||
* | guix: Update to latest Chickadee commit. | David Thompson | 2018-08-30 | 1 | -2/+2 |
| | |||||
* | node: Add blink method. | David Thompson | 2018-08-29 | 1 | -1/+18 |
| | | | | * starling/node.scm (blink): New method. | ||||
* | node-2d: Add tweened animations for position, rotation, and scale. | David Thompson | 2018-08-28 | 1 | -49/+91 |
| | |||||
* | kernel: Add FPS tracking. | David Thompson | 2018-08-28 | 1 | -7/+18 |
| | |||||
* | Add scene transitions. | David Thompson | 2018-08-28 | 2 | -1/+82 |
| | |||||
* | kernel: Add default viewport so the screen is cleared reliably. | David Thompson | 2018-08-28 | 1 | -1/+5 |
| | |||||
* | node: Add visible? flag. | David Thompson | 2018-08-28 | 2 | -25/+40 |
| | |||||
* | Add sane default canvas view. | David Thompson | 2018-08-28 | 1 | -1/+14 |
| | | | | Cuts down on boilerplate that the user needs to write. | ||||
* | Remove viewport from camera. | David Thompson | 2018-08-28 | 1 | -18/+5 |
| | | | | | Clearing viewports for each camera render made it impossible to compose canvases. | ||||
* | Delete file I never meant to commit in the first place. | David Thompson | 2018-08-27 | 1 | -13/+0 |
| | |||||
* | Add scene management. | David Thompson | 2018-08-27 | 3 | -69/+164 |
| | |||||
* | Reset agenda when node exits scene. | David Thompson | 2018-08-27 | 1 | -1/+2 |
| | |||||
* | Fix node detach method. | David Thompson | 2018-08-27 | 1 | -2/+2 |
| | |||||
* | Add sprite batch node. | David Thompson | 2018-08-27 | 1 | -0/+12 |
| | |||||
* | Animate sprite based on elapsed program time, not agenda time. | David Thompson | 2018-08-27 | 3 | -6/+13 |
| | |||||
* | Add live asset reloading. | David Thompson | 2018-08-27 | 5 | -6/+428 |
| | |||||
* | Add 2D node primitives. | David Thompson | 2018-08-26 | 1 | -0/+406 |
| | |||||
* | Fix rendering. | David Thompson | 2018-08-26 | 2 | -5/+17 |
| | |||||
* | Add live coding/debugging REPL server. | David Thompson | 2018-08-25 | 4 | -5/+142 |
| | |||||
* | node: Fix child-ref. | David Thompson | 2018-08-25 | 1 | -3/+3 |
| | |||||
* | First commit! | David Thompson | 2018-08-24 | 10 | -0/+1431 |