I used this generator in my 2D shooter and mentioned you in the credits! Thank you so much <3 — you can check out the game here: https://valgguk.itch.io/alangame
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
I used this to make a background for my personal site! c: Only took me uhhh 17 iterations to get that perfect one, lmao. And even though all of the built in color palettes are totally stunning, I super appreciate being able to input our own colors so that I could make it perfectly match my site's existing color palette 💜 Thanks so much for such a lovely resource! Also, FWIW, I actually gave this tool a shout out in my blog post rounding up cool things I found last month, in case you wanna see what I had to say about it.
Since this isn't a Unity project, there isn't really a way to do that. If you're comfortable with shader code you could try porting it to Unity shader code
Yeah that's what it's supposed to do. What size are you attempting? Also the tiling only works if the aspect ratio of the image size is an integer value, so that might be what is going on.
Came back for more! Had to use this tool again for my newest horde-survivor game: “16BitSurvivors”. Credit has been given and thank you for the software!
I ported this project to GODOT 4.3, static typed all the variables and commented out unused variables. I didn't know whether it was appropriate to contact you privately or not. So I'll leave a message here. If you want I can send you the project.
Haha yeah I can imagine. GitHub is pretty great though once you get used to it, would definitely recommend. Thank you very much for converting to godot 4.3, I'll add a link in the description.
This looks absolutely amazing!! Loved that you used Godot since it integrates almost perfectly to my project! Quick question, do you plan on updating it for Godot 4?
And follow up question, where specifically do you change the maximum size for the background in the source? since i need a absolutely massive background of about 50 000x 50 000
Hi, I haven't made any plans to update for godot 4 yet, not quite sure what needs to be done for that yet. In the source code you only have to change the max value of the clamp on line 87 & 91 of GUI.gd
The tile button makes it so that the edges of the image loop around, so you can tile them which is pretty convenient for games and stuff. I felt like 3000x3000 pixels was already quite a lot, especially for pixel art, but I guess there is no real reason to have the limit there.
thank you so much for responding to me. i really like your generator and im already using it for phone and laptop backgrounds. i love your work and the various space generators you have, i love the pixel design and they look so incredibly pretty to me. i hope you have a wonderful day and im looking forward to the next generator or game or anything you make really.
Thank you! I love pixel art as well, so that's why it's mostly all pixel stuff, glad you like the way it looks! Thanks for the nice comment, really appreciate it.
Glad you like the tool! I really like the pixel art look of your game, your trailer is pretty fun as well. Excited to see where you take the game, thanks for sharing!
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
Insane work man! Those are gourgeous!
Thank you! Very happy that you like them!
I used this generator in my 2D shooter and mentioned you in the credits! Thank you so much <3 — you can check out the game here: https://valgguk.itch.io/alangame
Wow, very nice job on making a game! That's a lot of work, congrats. Thank you for the credits and glad my stuff was useful!
Wow beautiful
Thank you!
Hey! Thank you for your tool! I use these backgrounds in my upcoming game "Craters Inc."
https://gaaarfild.itch.io/craters-inc
Thank you for this great tool! ❤️
Awesome, glad the tool could be useful. Looks like a pretty cool game, hope it does well!
Is there any way to import my own palette? If not, it would make for a great feature for both this and the planet generator.
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
I used this to make a background for my personal site! c: Only took me uhhh 17 iterations to get that perfect one, lmao. And even though all of the built in color palettes are totally stunning, I super appreciate being able to input our own colors so that I could make it perfectly match my site's existing color palette 💜 Thanks so much for such a lovely resource! Also, FWIW, I actually gave this tool a shout out in my blog post rounding up cool things I found last month, in case you wanna see what I had to say about it.
That looks really cool, love the look of an earlier internet blog! Glad you enjoyed all the features and got something you like.
I was reading through it and found some pretty cool stuff, could always use more note taking apps. Thanks and glad you like the generator!
How can I use that in unity, like Generate the image directly in a scene ?
Since this isn't a Unity project, there isn't really a way to do that. If you're comfortable with shader code you could try porting it to Unity shader code
Im not but I will try !
Good luck!
non square images cant tile :( either way, great assets! super helpful for my jam.
Glad you like it! Yeah the tiling is a little wonky for some sizes. It should work as long as the width : height (or reverse) ratio is a whole number.
ohh, thanks!
is the tile option supposed to be for looping images? they aren't tiling seamlessly...
could the errors be caused by me making the images too large
Yeah that's what it's supposed to do. What size are you attempting? Also the tiling only works if the aspect ratio of the image size is an integer value, so that might be what is going on.
would be nice to be able to choose the tiling direction vertical or horizontal
Thanks for the suggestion, but I don't really see how that's necessary. If it tiles in both directions then that just works in either case
is that really how you did it? I generated tiles but each time it wasn't tiling on the X asix.
Oh that's probably my mistake then. The tiling only works if the aspect ratio is an exact integer value. So like 100x100, 400x200, etc.
oh i see
Came back for more! Had to use this tool again for my newest horde-survivor game: “16BitSurvivors”. Credit has been given and thank you for the software!
https://director-jin.itch.io/16bitsurvivors
https://store.steampowered.com/app/3210160/16BitSurvivors/
Awesome! Nice job on getting a game on steam, and hope it does well. Thanks for crediting and glad the generator was useful.
Amazing tool! Ill certainly be using this a lot!
Awesome! Hope it works well in whatever you're making.
this works amazingly with ur planet generator, this is amazing, exept i cant find where the downloads go...
Thank you! On the browser they should just end up in your download folder, for the exe the images should be in the same folder as the program.
This is a really fantastic tool, I used it for my latest zine and it made it look really beautiful. Thank you very much for creating this!
Awesome, very creative use of the generator and glad to hear you like it!
Hi,
I ported this project to GODOT 4.3, static typed all the variables and commented out unused variables. I didn't know whether it was appropriate to contact you privately or not. So I'll leave a message here. If you want I can send you the project.
Oh, that's really nice! You can also put it on github and I'll add a link to it in the project description.
https://github.com/Muneeb1195/PixelSpace
First time uploading to GitHub was a pain in the ass :-D.
Haha yeah I can imagine. GitHub is pretty great though once you get used to it, would definitely recommend. Thank you very much for converting to godot 4.3, I'll add a link in the description.
I used your art for the game I made!
Thanks to your art, I was able to make a game with good art
I used your space art for the background of my game!
And your pixel Sprite generator https://deep-fold.itch.io/pixel-sprite-generator
I also used this asset for the monster role of my game!
Thank you so much every time!
Here's my link to the game!
https://irononion.itch.io/cardboard-fortress
Awesome! Thanks for sharing and glad my generators were useful.
Used it in my game jam project. Awesome tool!
Awesome! Nice job on the game, and hope you get some nice ratings as well.
Thanks Mr.Fold it's been going great!
This looks absolutely amazing!! Loved that you used Godot since it integrates almost perfectly to my project! Quick question, do you plan on updating it for Godot 4?
And follow up question, where specifically do you change the maximum size for the background in the source? since i need a absolutely massive background of about 50 000x 50 000
Hi, I haven't made any plans to update for godot 4 yet, not quite sure what needs to be done for that yet. In the source code you only have to change the max value of the clamp on line 87 & 91 of GUI.gd
As an aside, 50k x 50k pixels wouldn't work unfortunately due to godot and system limits. See https://docs.godotengine.org/en/stable/classes/class_image.html
Thank you so much for the info! I am very much looking forward to your next projects as the ones you have made so far are genuinely so incredible
what does the tile button do? curious! love this so much!!!! would love to see this have a bit larger sizes maybe
Glad you like it!
The tile button makes it so that the edges of the image loop around, so you can tile them which is pretty convenient for games and stuff. I felt like 3000x3000 pixels was already quite a lot, especially for pixel art, but I guess there is no real reason to have the limit there.
thank you so much for responding to me. i really like your generator and im already using it for phone and laptop backgrounds. i love your work and the various space generators you have, i love the pixel design and they look so incredibly pretty to me. i hope you have a wonderful day and im looking forward to the next generator or game or anything you make really.
Thank you! I love pixel art as well, so that's why it's mostly all pixel stuff, glad you like the way it looks! Thanks for the nice comment, really appreciate it.
What an amazing art. I used this art for my game! Thank you!
https://irononion.itch.io/space-drifter
Glad you like it, and nice job on making a game!
Thank you so much! It's all thanks to you!
Oh wow this is cool! I love that little tool! Very well done!
Thank you, glad you like it!
Creates divine images, being able to do any size is really REALLY helpful. Used it for my game, Spammerina:
https://store.steampowered.com/app/3077930/Spammerina/
Glad you like the tool! I really like the pixel art look of your game, your trailer is pretty fun as well. Excited to see where you take the game, thanks for sharing!
Hello! I use some of your assets in my game! <3
https://store.steampowered.com/app/3109700/Lullaby_Data/
Awesome! Love the way your game looks, definitely keeping an eye on it. Thanks for sharing!
thanks! I love your job, I use pixel space background generator and planet generator, its awesome! You are credited on steam.