- Home /
Galaxy Procedural Generation
I'm currently working on a multiplayer spaceship game and I want to make a system that can generate a whole galaxy using procedural generation. I don't really know how to code this stuff nor do I have any clue on where to start. All the videos show you how to create something specific but I just want to learn procedural generation in general and how I can apply it to any of my projects. Any ideas what tutorial I should watch or is there a good site/article that explains it? Thanks in advance!
Answer by FortisVenaliter · Aug 07, 2017 at 04:19 PM
That is a gigantic subject. Here are some subjects to google to get you started:
Floating point errors in large game spaces
Once you have a baseline understanding of these subjects, writing a galaxy generator is not too hard.
Finally, if you're planning on trying surface-to-space transitions, stick to planets with radii of less than 50KM. Full-scale planets are basically impossible until GPUs can handle a full 64-bit pipeline, and that's probably not happening anytime soon.
Your answer
Follow this Question
Related Questions
Drunkard Walk Algorithm C# Question 0 Answers
Flat shading procedural generated mesh? 1 Answer
Mesh.uv is out of range 1 Answer
By Code generated Mesh (problems with visibility) 4 Answers
proceduraly generated galaxy 3 Answers