Question

I would like to know how I can combine both Three.js and Easel.js? I know that there are few games are using these 2 libraries. But can someone describe/explain how normally these 2 libraries are used together?

Was it helpful?

Solution

I don't know what the current state of play is with three.js, but I've semi-successfully combined them using 3 overlayed divs in the past: bottom canvas, webgl/three.js, top canvas. Then just draw and update all 3 canvases appropriately. A bit messy but it sort-of works!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top