Compare commits
2 Commits
e325366861
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b851c31db | |||
| 8fcc026344 |
@@ -0,0 +1,21 @@
|
||||
# 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?
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user