I want to start writing 3d games, and have no clue where to begin.<p>Been watching some youtube videos about perlin noise and 3d world generation in three.js and I think I'm starting to grasp the concepts but it's overwhelming atm.<p>If you can suggest any tutorials or books to read I would greatly appreciate it.
I've been doing a deep dive on the unreal engine 5 beta. It's absolutely incredible and 10x easier to use than when I've tried in the past.<p>I used this tutorial to get started.<p><a href="https://youtube.com/watch?v=gQmiqmxJMtA" rel="nofollow">https://youtube.com/watch?v=gQmiqmxJMtA</a><p>Following along with the tutorial I felt not that far from something that I could release as a playable game. Really fun to use.<p>Unreal engine has an extremely rich plugin ecosystem with dozens of procedural plugins.<p>So for example:<p><a href="https://www.unrealengine.com/marketplace/en-US/product/worldscape-pro-plugin-make-planet-and-infinite-world" rel="nofollow">https://www.unrealengine.com/marketplace/en-US/product/world...</a><p>I haven't found something that feels comprehensive yet. But it's probably because I'm not familiar enough with the space. You can cobble it all together with the plugins though. Unfortunately, unlike traditional software development the unreal plugins tend to cost money (or good news if you have an interest in plugin development). Unreal Engine on the other hand is free up to some crazy amount of sales and then you pay a small royalty.<p>There is also another program I ran across that I think can import to unreal and other software.<p><a href="https://www.world-creator.com/" rel="nofollow">https://www.world-creator.com/</a><p>Oh and here's a shorter video of some of the unreal engine 5 stuff that highlight the technical updates.<p><a href="https://youtube.com/watch?v=d1ZnM7CH-v4" rel="nofollow">https://youtube.com/watch?v=d1ZnM7CH-v4</a>
Sebastian Lague has a bunch of videos on youtube about creating games and 3d worlds. I saw him described as the “Bob Ross” of programming and I agree wholeheartedly.<p>Creating Virtual Planets: <a href="https://youtu.be/lctXaT9pxA0" rel="nofollow">https://youtu.be/lctXaT9pxA0</a><p>Creating Terrain: <a href="https://youtube.com/playlist?list=PLFt_AvWsXl0eBW2EiBtl_sxmDtSgZBxB3" rel="nofollow">https://youtube.com/playlist?list=PLFt_AvWsXl0eBW2EiBtl_sxmD...</a>