https://github.com/lizainslie/voxelgen
Voxel generation go brr
https://github.com/lizainslie/voxelgen
procedural-generation threejs
Last synced: 3 months ago
JSON representation
Voxel generation go brr
- Host: GitHub
- URL: https://github.com/lizainslie/voxelgen
- Owner: LizAinslie
- License: mit
- Created: 2022-04-27T07:06:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T18:11:49.000Z (over 3 years ago)
- Last Synced: 2025-06-06T09:04:45.747Z (4 months ago)
- Topics: procedural-generation, threejs
- Language: JavaScript
- Homepage:
- Size: 2.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three.js Voxel Generation
I built this as a boredom project, but basically it uses simplex noise to generate a voxel world.The generation code is extremely slow but it generates in such a manner that rendering is less expensive. Need to work on it more later, possibly put the generation code in its own thread/web worker or make it generate on a server, and just render client side.
# Contributing
Please follow all ESLint guidelines. Aside from that, have fun!Use `yarn dev` to run the dev server.
# License
This project is licensed under the [MIT License](LICENSE) © 2022-CURRENT Elizabeth Ainslie