Overv / WebCraft

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

More efficient than three js #16

Closed kpetrow closed 6 years ago

kpetrow commented 7 years ago

In the read me it says loading a 3d engine is not as efficient. Can you eli5 what and where you save efficiency.

Overv commented 6 years ago

I'm not sure how threejs works nowadays, but a lot of projects would just create cube objects for every voxel, which is very inefficient.