Crates.io | voxelize |
lib.rs | voxelize |
version | 0.8.99 |
source | src |
created_at | 2022-04-05 09:03:51.892303 |
updated_at | 2024-06-01 03:21:44.307765 |
description | A fast multiplayer voxel engine. |
homepage | |
repository | https://github.com/voxelize/voxelize |
max_upload_size | |
id | 562492 |
size | 575,004 |
A multiplayer, super fast, voxel engine in your browser!
LIVE DEMO
This is purely a passionate project. The v0 of this engine, mc.js, was brutally taken down by Microsoft by a DMCA strike with some false claims (claimed that I was collecting actual MC user information even though mc.js wasn't deployed anywhere), so although inspired, I have to clarify that this voxel engine is NOT affiliated with Minecraft, nor does it have any intention collecting existing Minecraft user information (or from any licensed voxel engines). This engine is simply made out of passion, and the textures and assets used in the game are all either licensed for free use or hand-drawn by me. I am a big fan of Minecraft, so Mojang/Microsoft, if you see this, let's work together instead of taking me down :) (Minecraft web demo?)
Checkout the Voxelize documentations here:
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 proto
# in a separate terminal, start both frontend/backend demo
yarn run demo
visit http://localhost:3000
If you like our work, please consider supporting us on Patreon, BuyMeACoffee, or PayPal. Thanks a lot!