NathanFlurry / voxel-test

Simple voxel engine written in Rust and Glium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voxel Test

Screenshot

Discussion

This is a small project used as a way to get familiar with Glium.

Note that the performance is dismal, primarily since the terrain and mesh generation all operates on a single thread. It was initially designed this way in order to be compatible with WebAssembly.

Feel free to fork this project and make changes of your own!

Running

  • Make sure Rust is installed
  • Execute cargo run --release
  • Enjoy!

Controls

  • W, A, S, D – move forward, backward, left, and right
  • Q, E – move down and up
  • Shift – sprint
  • Escape – unlock cursor
  • Grave accent (`) – toggle debug mode

About

Simple voxel engine written in Rust and Glium.

License:Other


Languages

Language:Rust 97.3%Language:GLSL 1.9%Language:HTML 0.8%