rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Use a zoomable board, maybe canvas? #4

Closed rupl closed 8 years ago

rupl commented 9 years ago

Right now we're just using position: absolute with top/left coords for positioning. Not only would CSS transforms be more GPU-friendly, but but using <canvas> or maybe even something like leaflet would be a good way to create a more robust surface for drawing that isn't so bound to the DOM/viewport.

rupl commented 8 years ago

Closing after merging #24!