Skip to content

Voxel-rs is a multiplayer Minecraft-like game engine written in Rust. The game is currently under heavy development and it's not yet playable. We are still looking for a better name...

License

Notifications You must be signed in to change notification settings

Technici4n/voxel-rs

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2019
Dec 23, 2020
Dec 23, 2020
Dec 7, 2019
Dec 23, 2020
Dec 23, 2020
Dec 16, 2019
Dec 23, 2020
Dec 23, 2020
Dec 23, 2020
Jun 26, 2020
Dec 16, 2019
Jun 20, 2020
Dec 16, 2019

Repository files navigation

Voxel-rs

Voxel-rs is a multiplayer Minecraft-like game engine written in Rust. The game is currently under heavy development and it's not yet playable. We are still looking for a better name...

Roadmap

  • Voxel world rendering
  • Procedural world generation
  • Client-server architecture
  • Networked physics
  • Player physics
  • Procedural generation blueprints
  • Frustum culling for chunks
  • Ambient occlusion using textures
  • Lighting
  • Block placing and breaking
  • Entities and player mesh (@Azercoco)
  • Items and inventories (@Technici4n)
  • Tile entities and metadata (@Technici4n)
  • Crafting (@Technici4n)
  • Player health (@Technici4n)
  • Clean custom GUI (@Technici4n)
  • Custom key mapping (@Technici4n)
  • Smooth Lightning (@Azercoco)
  • Biomes (@Azercoco)
  • Ambient color in shaders (@Azercoco)
  • Day/night cycle (@Azercoco)
  • Fog (@Azercoco)
  • Fix aliasing issues
  • Fix window issues
  • Fluid support
  • Custom network protocol on top of UDP (@Technici4n)
  • Client and server integration on singleplayer
  • WebAssembly modding support
  • Choose another name for the game

Screenshots

Current state: Current state Current state

Running

A standard cargo run --release should be enough to run this project. You may want to enable logging with the environment variable RUST_LOG=warn,voxel_rs_client=debug,voxel_rs_common=debug,voxel_rs_server=debug.

License

The code is licensed under the MIT license, copyright Azercoco and Technici4n. The textures are released under the CC-BY 4.0 license, copyright Azercoco and Technici4n.

About

Voxel-rs is a multiplayer Minecraft-like game engine written in Rust. The game is currently under heavy development and it's not yet playable. We are still looking for a better name...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published