Is some code the AI wrote and I eventually got working. It procedurally generates (perlin noise) tiles.
For me, in order to get the window to render, I had to run this command:
export WGPU_BACKEND=VULKAN
before compiling
cargo run
I'm currently learning Rust as someone who comes from JavaScript/TypeScript.
I'm using AI to help me on things I can't find answers for on Google.
This means it uses outdated packages and documentation for its generated code.
I have to then figure out how to make the code work.
That's my methodology.