You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tarik Hijstek 5b851c31db Add readme 3 years ago
playground.html init 3 years ago
playground.js init 3 years ago
readme.md Add readme 3 years ago
style.css Add border for canvas 3 years ago

readme.md

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?