Add basic readme

This commit is contained in:
Jarrod Doyle 2023-06-29 13:50:58 +01:00
parent d8ba20d06e
commit 9ab84a21c4
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# voxel-rs
`voxel-rs` is a hobby voxel raycaster. It's not trying to be a game or a general purpose renderer. It's just for fun and learning. Specifically I'm using this project to learn Rust and WebGPU, and to explore interesting graphics programming techniques in relation to voxels.
## Future roadmap
- World interaction (building, breaking, etc.)
- De/serialisation. I want to be able to save and load worlds, and import various formats for testing.
- Pathtraced lighting and global illumination. Probably ReSTIR GI with A-SVGF denoising