adamRenny / LayerJS

2D Canvas Library supporting Layered Rendering
MIT License
8 stars 1 forks source link

Integrate with DOM #40

Open adamRenny opened 11 years ago

adamRenny commented 11 years ago

Implement a render stack to introduce DOM element renderables. The only caveat is the lack of context and therefore lack of primitives.

One option would be to include a canvas renderer that we could use to output to an image.

adamRenny commented 11 years ago

Requires decision from #44