summaryrefslogtreecommitdiff
path: root/starling/node-2d.scm
Commit message (Collapse)AuthorAgeFilesLines
* node-2d: Add follow-bezier-path method.David Thompson2018-08-301-0/+18
|
* node-2d: Add tweened animations for position, rotation, and scale.David Thompson2018-08-281-49/+91
|
* node: Add visible? flag.David Thompson2018-08-281-20/+21
|
* Add sane default canvas view.David Thompson2018-08-281-1/+14
| | | | Cuts down on boilerplate that the user needs to write.
* Remove viewport from camera.David Thompson2018-08-281-18/+5
| | | | | Clearing viewports for each camera render made it impossible to compose canvases.
* Add sprite batch node.David Thompson2018-08-271-0/+12
|
* Animate sprite based on elapsed program time, not agenda time.David Thompson2018-08-271-2/+3
|
* Add live asset reloading.David Thompson2018-08-271-6/+3
|
* Add 2D node primitives.David Thompson2018-08-261-0/+406