Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Remove viewport from camera. | David Thompson | 2018-08-28 | 1 | -18/+5 |
* | 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 |