Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
trusktr opened this issue Aug 25, 2019 · 1 comment
Open

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

trusktr opened this issue Aug 25, 2019 · 1 comment

Comments

@trusktr
Copy link

trusktr commented Aug 25, 2019

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
Copy link
Author

trusktr commented Aug 25, 2019

BTW, nice project! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant