Compare commits
No commits in common. '5b851c31db973c44a741705d170ffe968549f0cb' and 'e32536686132742217de2fa8d798257cc8aef02e' have entirely different histories.
5b851c31db
...
e325366861
@ -1,21 +0,0 @@
|
|||||||
# HTML Playground
|
|
||||||
small template for having some stuff show up on a canvas.
|
|
||||||
Canvas is dynamically sizing to the viewport.
|
|
||||||
Space for debug info & buttons at the bottom
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Structure
|
|
||||||
|
|
||||||
Idea being that anything that is 'drawable' gets put into an array, and the render loop just puts those pixels on the canvas.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# TODO
|
|
||||||
- lerp between states
|
|
||||||
- Should this be in the drawable's render routine?
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue