Skip to content
Rust voxel engine and game
Rust GLSL
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets
src
.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
screenshot.png

README.md

MOVED TO voxel-rs/voxel-rs

crowl (temporary name)

Rust voxel engine and game.

Implementation of https://github.com/Technici4n/rust-voxel-game.

Current state

screenshot

You can fly in a world full of grass and dirt generated by a basic Perlin noise. Controls: QZSD to move around, space and shift to move up and down. Press control to increase speed by a factor of 15. You can play with the CHUNK_SIZE and the RENDER_DISTANCE in main.rs.

Debug builds are very slow. I think it is because of the integer casts in hot code. Release builds however perform pretty well.

Contributing

If you are interested in contributing, the best you can do for now is reviewing the (most probably awful) code or improving and adding 32x32 textures. They are going to be useful in development at some point. You can also discuss the design of the engine at https://github.com/Technici4n/rust-voxel-game.

License

The code is under the MIT license, the assets are CC-BY-SA. Texture credits:

Technici4n: dirt, grass_side, grass_top

Azercoco: wood_side, wood_top, leaves

You can’t perform that action at this time.