A barebones voxel engine written in Typescript and using Three for rendering.
Demo: https://voxels.johnqian.com/
Features:
- Infinite worldgen with Perlin noise
- Basic voxel physics
- Modifiable terrain; left click to remove, right click to add
- Web workers for worldgen performance
yarn start