Skip to content

neurofuzzy/voxelize

 
 

Repository files navigation

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!!

About

🧱 A sandbox library for making FAST voxel games [WIP]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 55.9%
  • TypeScript 43.2%
  • Other 0.9%