Overv / WebCraft

Minecraft clone written in Javascript.
zlib License
386 stars 179 forks source link

Using libraries such as three.js is not foolish! #43

Open trusktr opened 4 years ago

trusktr commented 4 years ago

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 commented 4 years ago

BTW, nice project! :)