I made a data only star system generator... is this written in JavaScript? Maybe I could merge them! (If your code is open source)
Viewing post in Star system generator comments
Hey ! my system isn't that much complicated, only cosinus for orbits and a simple hierarchy for the satellites.
I generate a main satellite (a star) which generates his own satellites which each other generates their own satellites and it goes on until I stop it ^^
Their datas (radius, distance, speed) depends on the radius of their "parent satellite"
What exactly does your data generator creates as property ?
PS: I'm using Javascript
You can download it here https://github.com/mdeselincourt/charliesspacegenerator - at some point I should set it up as a GitHub Page (but when I wrote it I didn't know GitHub Pages existed)
OK it only took 2 clicks and a .nojekyll haha, the generator is now at https://mdeselincourt.github.io/charliesspacegenerator/