Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Is it possible to get a version that generates planets in the background, for example, by running the application with certain parameters from java code? The type of planet is indicated and both the seed and the color are randomized, finally export the file as a gif for example. I have no knowledge of GSLS or GDScript, sorry about that...

As far as I know, there isn't really a way to have Java directly communicate with Gdscript, so I don't think that's gonna work unfortunately. Best work around I can think of is to have a java application do button presses on the planet generator app.