#rustgpu — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rustgpu, aggregated by home.social.
-
🚀 Wow, someone finally managed to fit the entire internet into a 4-minute read! 🎉 #Shadertoys in Rust GPU is the revolutionary tech no one asked for, and coding enthusiasts are thrilled to swap GLSL anxiety for Rust-induced paralysis. 🤖
https://rust-gpu.github.io/blog/2025/04/10/shadertoys/ #internetin4minutes #RustGPU #codingenthusiasts #techrevolution #HackerNews #ngated -
-
Naive pathtracing needs a high number of samples per pixels to get an acceptable result, and shooting too many rays drastically affects FPS. But then look at the result once it starts importance sampling the light! 💡
-
After several weekends spent debugging validation layer errors and my iterative pathtracing algorithm, I can finally enjoy a bit of home-made real-time interactive raytracing.