Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 501 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 501 Bytes

Voxels

A barebones voxel engine written in Typescript and using Three for rendering.

Demo: https://voxels.johnqian.com/

Screen Shot 2021-07-25 at 2 25 43 PM

Features:

  • Infinite worldgen with Perlin noise
  • Basic voxel physics
  • Modifiable terrain; left click to remove, right click to add
  • Web workers for worldgen performance

To start

yarn start