Skip to content

Xyzrr/voxels

Repository files navigation

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