voxelize 0.8.9

A fast multiplayer voxel engine.
Documentation

voxelize WIP

A well-optimized web-based voxel engine.

Development

Before starting, make sure to install the following:

# clone the repository
git clone https://github.com/shaoruu/voxelize.git
cd voxelize

# download dependencies
yarn

# generate protocol buffers
yarn run proto

# start development
yarn run dev

# in a separate terminal, start both frontend/backend demo
yarn run demo

visit http://localhost:3000

Work in progress, PR Welcomed!!