-
Long story short, I watched this video about shader programs, and got inspired to try writing shader programs in Rust. I came across rust-gpu which seems to fit the bill. My problem is that I don't really understand its documentation for this particular part.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I think I managed to get through the compilation step (my current project files are here), but I don't know what I need to render the shaders. Doesn't need to be anything fancy, a window doing nothing other than running one shader program would be plenty, but I could use some advice at this stage. Anything I'm doing wrong? What should my next step be?
Related posts
-
What's the coolest Rust project you've seen that made you go, 'Wow, I didn't know Rust could do that!'?
-
Posh: Type-Safe Graphics Programming in Rust
-
Introducing posh: Type-Safe Graphics Programming in Rust
-
Looking for high level GPU computing crate
-
With what languages are video games like League of Legends (most likely) programmed?