WebCraft icon indicating copy to clipboard operation
WebCraft copied to clipboard

Using libraries such as three.js is not foolish!

Open trusktr opened this issue 6 years ago • 1 comments

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).

trusktr avatar Aug 25 '19 04:08 trusktr

BTW, nice project! :)

trusktr avatar Aug 25 '19 04:08 trusktr