WebCraft
WebCraft copied to clipboard
Using libraries such as three.js is not foolish!
The README says
similar demos used libraries such as three.js, but it is both foolish and inefficient to use a 3D engine for rendering large amount of blocks.
But I disagree (in a friendly way!).
Three.js can be used to make instanced meshes, and render many cubes with a single draw call. It just depends on how you use Three (for example).
BTW, nice project! :)