Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 810 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 810 Bytes

honeycomb

a sweet, minimal voxel engine featuring real-time ray marching powered by rust 🚀

Warning

this project is not feature complete yet, and will not work! in fact, there are build errors... but i need a git repository.

features

  • real-time ray marching
  • high-performance rendering with rust
  • supports custom shaders with wgsl

installation

to get started with honeycomb, clone the repository and build the project:

git clone https://github.com/builtbyvys/honeycomb.git
cd honeycomb
cargo build --release

build modes

honeycomb has different build modes for various purposes: you can find all of them by checking out the cargo configuration!

enjoy exploring and experimenting with honeycomb!