Going all in on my Rust Voxel Engine

Опубликовано: 27 Июль 2021
на канале: Tantan
32,699
1.7k

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:
  / discord  

Want to support me?
Patreon:   / tantandev  
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
   • Voxel Game Mesh Optimizations  

I Made Minecraft in 24 Hours by @Sam Hogan
   • I Made Minecraft in 24 Hours  

Making Minecraft from scratch in 48 hours (NO GAME ENGINE) by @jdh
   • Making Minecraft from scratch in 48 hours ...