Hacker News new | ask | show | jobs
by the__alchemist 808 days ago
A note: EGUI is nice for GUI dev in Rust. I agree on WGPU being limiting for 3D graphics. For GPGPU, you can use a CUDA binding, where you write the shaders in C++, and call that from Rust.