Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 204 to 243 of 303 · Next page · Previous page · First page · Last page
(+1)

It´s really awesome! any chances of getting a tutorial of how it works/ how it was made? I´m really interested in getting into godot shaders, this kind of wizardry is really awesome, loved it

(+2)

It's not a full tutorial, but made this reddit post some time ago and that covers most of how it works.  Hope that helps.

Thanks a lot! Now I feel a bit like a wizard too, good work

(+1)

Love it! I'm making a space RPG and it's perfect for it. Thank you!

Cool! glad you like it.

(+1)

This is perfect for my new project, thank you for the creation. :)

Nice, interested in seeing what you do with it!

(+1)

I love It! It's super cool, it's amazing!

(+1)

glad you like it that much!

(+1)

You are a wild person, this looks unbelievable!

(+1)

haha, glad you like it!

Deleted 2 years ago

Thanks! Hope your friends liked it also. I get you on the shaders haha, took me a while before I really understood how to write them. Glad you enjoy!

(+1)

Hi, I am a student, and i wanted to use this and the space background generator, i will fully credit in the beginning of the game and and at the end of the game and also in the presentation, so can you please allow me to use the planets and space background generated by the your itch.io project please. Thank you so much for putting it on GitHub also.

Hey! Yeah you can use it however you want. Good luck with your game and presentation!

Since I can't find a way to private message you, I'm just gonna comment on your most recent comment. Sign up for Patreon, I will subscribe to you for about $10 a month. It ain't much, but I am sure other people would too.

Yeah patreon sounds very interesting, I don't really have anything to consistently post though, would have to think about it. Also If you want to message me there are some contact details on my profile page.

(1 edit) (+1)

Is there a way to integrate the code (not the generated spritesheet) to run with Game Maker Studio 2?

I don't think so. GMS2 shaders are written very different from these ones, so you would have to rewrite them all.

(1 edit) (+1)

Hello. This is absolutely amazing. Is it okay if I embed some of your shader code in my game so that I can generate random planets (and others) at runtime, instead of generating huge sprite sheets? If so, I will make sure to credit you.

Hey, glad you like it! And yes that's okay. Post a link or something if you make something with it, would like to see it!

Okay. Thank you very much.

(+1)

Deep-Fold is it ok if I use some planets that I generated for my RPG, Supernova, so long as I credit you?

Yes that's fine. Interested in seeing what you can do with it!

(+1)

on even numbers for circle size there is an extra pixel on the top and left hand side, which is probably a product of the circle generator measuring distance from the top-left of a pixel instead of the center. Although this is likely being generated via a sphere. Great stuff though, really like it!

Yes, good eye! I'll try and fix it sometime soon.  Glad you like it!

(+1)

have a way to integrate this with Game Maker Studio 2 ?

You can export your celestial body as a sprite sheet and then import that into GMS.

(+1)

This is so cool.

(+1)

I just used this in a game jam game called Eye of Doooom

(+1)

Nice! Thanks for sharing.

(+1)

this is awesome. any chance of a unity port? :D

(+1)

Lucky for you somebody already did that! Here's a unity port by hmc: https://github.com/hmcGit/UniPixelPlanet

thats so cool!! thanks for showing me

(+1)

Hi Deep Fold Nice tool i wanted to ask can you add to export it as a GIF it would be awesome if you could do that...

But it remains the coolest thing i have seen in a while

Hey! Yes that's a cool idea, I'll look into it.

Glad you like it!

Hey, took a bit, but gifs should be working now. hope you like it!

OMG it looks so good.....  I just tried it bro its awesome thanks so much.... And the best part is it is made in Godot 👍

Thanks! yeah it's really nice that it's all possible in godot without weird workarounds.

(+1)

This is SO awesome. I'm very interested in learning this kind of code. You're using Godot's shader language based on GLSL, yes? Do you have any suggestions for resources and/or projects to start learning that?

Also, any plans for including other kinds of stellar objects with slightly different shapes? Stuff like black holes with smaller or different accretion disks, or different planets and/or gas giants with different rings, or even stuff like neutron stars or white dwarfs with polar jets? I'd offer my full support to develop those, but I'm clueless in shaders.

Hi! Glad you like it!
Yeah it's pretty much GLSL with maybe some small differences. For learning that i recommend the book of shaders. Also take a look at this video, it's a bit older but holds up pretty well. If you understand the idea behind shaders it should be pretty easy to convert to godot using this guide.

I do want to add more stuff to the generator at some point. Those are good suggestions, but don't want to riddle it with too many options. I like the polar jet idea, might be coming at some point. And if you make some cool shaders I'll definitely consider adding them!

Awesome! Thanks a lot for the links!

where is the folder where the images are being exported? can i change it?

(1 edit)

On Mac it should be in: "~/Library/Application Support/Godot/PixelPlanets". On Windows it should save in the same folder where the program is located.

You currently can't change where it's exported to,

(+1)

thx

it looks verrry nice can i put those in my game?

(+1)

Yes! Use it however you like.

This is super awesome! Just found a bug in the web build though, when you try to input a seed that is longer than the ones the program creates, it stretches the ui past the limit of the window and you can't use all of it.

Glad you like! Thanks for the bug report, I'll post an update somewhere this weekend for a bug fix.

(+1)

Man this is so cool! is it fine if i use this in my game? ill credit you for sure

(+1)

Yeah of course, interested in seeing what you can make with it!

(+1)

So this generator works only with dither, eliminating 75 percent of use cases. It would be amazing if you could do this without the dither .

Well I don't know about 75%, but sure, I'll add an option to remove the dither.

(+1)

Hey! Should be possible to remove the dither now, hope you enjoy!

omg thank you very much

(+1)

Wow this is awesome, I want to thank you for this generator, I'm using it for my astronomy school project. I just wanted to suggest you to add a "moon" option that adds an orbiting object on the planets.

Glad you like it, sounds like a really cool project!

Thanks for the suggestion, but I don't really want to add that, doesn't quite fit with the rest of the generator. I'm not sure what program you are using, can you not add an animation of something orbiting in that?

(+3)

Holy smokes this looks awesome!

(+1)

Hi! My group and I used your planet asset for our game if you wanna check it out :) https://cajunwildcat.itch.io/life-finds-a-way

(+1)

Hi, thanks for sharing! I tried to run the game but it crashes after I press enter at the opening. Here's an error log if you want to try and fix it.

Ohhh thanks for pointing that out!

(+1)

Hey Deep - Just wanted to update you on my progress. I took your shader code and mutated it horrifically and made my own thing.

https://www.reddit.com/r/godot/comments/nuf5um/shader_based_planets/

Later in the week I'll be releasing a video and some code.

Honestly the Pixel Planet Generator was a gigantic inspiration. These shaders are going to go into a game I been writing for the last 3 months.

Hey. Those look amazing, thanks for the link! Glad I could inspire you, I think you should be very proud of what you've made.

(1 edit) (+1)

For some of the listings like the Gas Giant 2 and some other like stars its showing as a square. But coolest project nevertheless

Ah, that pesky bug keeps creeping up on me. Should be fixed for those 2 now, let me know if something is still broken though.

Cool awesome now its working fine but for the Ice world the atmosphere is going out and clipping in that square again

any way to get the rotation png? or do you eport it a bunch of times at different rotations? 

im new to this.

Hi. With "rotation png" do you mean a single image of a rotated planet? In that case you can just change the rotation slider and under export click "png".

If you want a animation of the rotation you can instead choose "spritesheet" and it will automatically generate a spritesheet with the animation for a single entire rotation. You then have to use a game engine or some other tool to splice the sheet and display it as an animation.

Hope that helps!

thank you I didn't know what that meant love the generator.

Really enjoying your planet/space generators. May I ask if it's possible to support importing colour palettes, such as from the website; https://lospec.com/palette-list

Supporting palettes would help speed up development when by matching colours between the planet and space generator, plus the game engine.

(+1)

Glad you like it! Importing palettes could be possible, but not sure what that would look like. Would it select some colors from the palette and apply those to the colors for that planet? I don't think that would look good.

I do like the idea, just gonna have to think of how to execute it. Thanks for the feedback!

Thanks for considering! I'd say, if you were to execute palette import, the .HEX format looks super straight forward, as it's simply colour hex codes separated by a line break. I guess you could set a hard limit of the first dozen colours (or 9 for Space Gen, and 10 for Planet Gen - or perhaps standardise the two?)

Thanks again, such a cool app.

Oh this is awesome! 

A random button for the pallet would be really nice addition :3

so cool though. i'm loving all the generators you've made <3

Thanks! Random palettes would be really cool, just gonna have to figure out how to make them look good. 

Glad you like all the generators, I like making em.

(1 edit)

Perhaps you could get some inspiration from the coolors.co tool? I'm sure some research around there might help with that! Or even creating some base palettes like a list of 10-20 to randomly pick from.

Ah thanks for the link, it's some good inspiration, unfortunately I don't think they explain how they generated those colors. I do have a decent way of generating colors and that should be implemented fairly soon. Expect an update somewhere in the weekend I think.

Thanks for sharing.😁

You're welcome. 😊

Thats so cool!!!! Thank you!!!

Thank you!! You're welcome!

I absolutely love this! This is such a handy tool! Great work!

Thanks! Glad you enjoy!

(+1)

Hey, I absolute love these, they're adorable! There's some really neat shader tricks I picked up reading through the code. I actually tried to adapt a few planet shaders onto ray-traced spheres in Unity: https://garden-naom.itch.io/tiny-galaxy

Thank you, glad you like it! Glad you could pick up some stuff from the code. Your project is really nice, left a comment there also.

(1 edit)

Incredible work!

Thank you!

I was just wondering if I could use this for commercial use and what the default fps is. This is totally awesome

In his source code it says that it's available for commercial use.

Thanks

(1 edit)

Yep as llimpopo says, it's available under the MIT license, so just use however you want.

Default fps is 60fps, but if you update the time variable at a different interval, the shader fps will change.

Very cool. I am working on a solar system generator and I am using this as the visuals. It would be cool if you added some more things though. Like black holes, neutron stars, etc.

Cool to hear! Nice suggestions, I do want to add some more types at some point, but might be a while though.

https://chromecore.itch.io/space-generator

This is what I got so far on the space generator.

Nice! Left a comment on your project.


I also added a black hole recently if you're still interested in that.

That black hole looks amazing!

Fantastic and buttyfull. Someone found seed for earth ?? ;)

You found it? I need too

This is really awesome! Great work! I do have a suggestion, not sure how hard the feature would be to implement.  An undo button, with the ability to undo a few times. 

Thanks for the suggestion. Do you mean undo some color changes? Or undo the seed generation? Never really did a feature like that so no idea how hard that would be.

I meant color changes, but seed generation would be neat too.  Or maybe a button to revert to the original color palette, if that would be easier to implement than color undo. I was playing with the color a bit on some planets last night and thought it would be a useful feature to suggest. 

Yeah, it would be a useful feature. Might implement it maybe at some point but probably not for now, thanks for the suggestion though.

For now if you want to go to the original palette you can refresh the page and it should be reverted.

Viewing most recent comments 204 to 243 of 303 · Next page · Previous page · First page · Last page