The planet generator does have a way to import colors (just a list of hex values), but this generator does not. You can still set your own colors though by just clicking on the box of the color
Deep-Fold
Creator of
Recent community posts
Thanks for the heads up! I didn't know that. It's a maybe unfortunate side effect of the MIT license, but it does allow people to do whatever they want with the planet images, including selling them.
I don't really care about the credit but it does suck for the people who pay for something when they can get that same thing for free. So not too much I can do about it, but thanks for letting me now! Perhaps you can still request a refund from itch if you want?
Try my pixel space background. Might be the style you're looking for, you can disable stars and planets and stuff.
That part wasn't super straightforward, but the way it basically works is that the program sets a time value on the shader, then copies the image output of that shader to somewhere else, and then advances the time value every frame until a full rotation is done.
As you noticed I used another project to save all of those separate frames to a gif, and I have a custom implementation for just stacking all those images together in a spritesheet. But I didn't really use any resources to come up with that, it just seemed like the easiest way to do it.
Hope that makes sense!