summaryrefslogtreecommitdiff
path: root/starling
Commit message (Expand)AuthorAgeFilesLines
* kernel: Add FPS tracking.David Thompson2018-08-281-7/+18
* Add scene transitions.David Thompson2018-08-281-0/+80
* kernel: Add default viewport so the screen is cleared reliably.David Thompson2018-08-281-1/+5
* node: Add visible? flag.David Thompson2018-08-282-25/+40
* Add sane default canvas view.David Thompson2018-08-281-1/+14
* Remove viewport from camera.David Thompson2018-08-281-18/+5
* Delete file I never meant to commit in the first place.David Thompson2018-08-271-13/+0
* Add scene management.David Thompson2018-08-272-69/+163
* Reset agenda when node exits scene.David Thompson2018-08-271-1/+2
* Fix node detach method.David Thompson2018-08-271-2/+2
* Add sprite batch node.David Thompson2018-08-271-0/+12
* Animate sprite based on elapsed program time, not agenda time.David Thompson2018-08-272-4/+11
* Add live asset reloading.David Thompson2018-08-274-6/+426
* Add 2D node primitives.David Thompson2018-08-261-0/+406
* Fix rendering.David Thompson2018-08-262-5/+17
* Add live coding/debugging REPL server.David Thompson2018-08-252-3/+139
* node: Fix child-ref.David Thompson2018-08-251-3/+3
* First commit!David Thompson2018-08-243-0/+467