Skip to content

0. preamble

The goal of this project is to teach you how to generate terrain like this:

So that you know how internals of this process works. I will try to skip all of the useless bullshit.

I will be using c#, you might ask why? Because none of the other possible languages make sense.

  • GdScript -> TODO: Insert meme do i look like an llm to you?
  • Rust -> if you like Rust checkout bevy game engine. you wanted to find a link?
  • Any other language supported - not stable enough.

My godot theme: https://github.com/passivestar/godot-minimal-theme?tab=readme-ov-file with slightly modified colors and Fira Code font

TODO: add more things