Going all in on my Rust Voxel Engine
Tantan
I'm making a voxel engine with RUST! (the programming language...) I originally was making my voxel game with Unity, but my love for the Rust programming language caused me to see if it's viable to swap over to that.
My voxel engine is now REALLY FAST! I've optimzied it over a month, and I'm going all in on Rust.
EGUI: Demo: https://emilk.github.io/egui/index.html
Library: https://github.com/emilk/egui
My discord group: https://discord.gg/9P8QSYf
Want to support me? XMR: 43Ktj1Bd4Nkaj4fdx6nPvBZkJewcPjxPB9nafnepM7SdGtcU6rhpxyLiV9w3k92rE1UqHTr4BNqe2ScsK1eEENvZDC3W1ur
Resources: The tech I'm using!
Graphics rendering api: https://wgpu.rs/ multithreading: https://github.com/zesterer/lagoon benchmarking: https://github.com/bheisler/criterion.rs profiling: https://crates.io/crates/profiling, using Optick feature
The tutorial I followed to learn wgpu: https://sotrh.github.io/learn-wgpu/
Relevant resources that may help when learning how to make a voxel engine: https://sites.google.com/site/letsmak...
Voxel Game Mesh Optimizations by @Hopson https://youtu.be/VQuN1RMEr1c
I Made Minecraft in 24 Hours by @Sam Hogan https://youtu.be/Nj8gt_92c-M
Making Minecraft from scratch in 48 hours (NO GAME ENGINE) by @jdh https://youtu.be/4O0_-1NaWnY ... https://www.youtube.com/watch?v=m540dUb3SUY
161697273 Bytes