Earlier quoted context omitted.
Thanks! :) By all means do, we need more playful software if you ask me!
Can I ask what data source you use? I have yet to find one which covers my part of the globe, provides data for free, and gives some measure of confidence of the values reported.
Itinerant – a fuzzy weather forecast app
31–34 of 34 posts
Re: Itinerant – a fuzzy weather forecast app
#32Earlier quoted context omitted.
Thanks! Yes I'm thinking about it!
Would it be possible for me to inquire as to what library you used to generate the smoke samples for your app? I have a project where I wanted to do something very similar (just not for weather), and I've been having the hardest time finding a good library for it!
Re: Itinerant – a fuzzy weather forecast app
#33Earlier quoted context omitted.
Would it be possible for me to inquire as to what library you used to generate the smoke samples for your app? I have a project where I wanted to do something very similar (just not for weather), and I've been having the hardest time finding a good library for it!
No library, I wrote the SDF/raymarching shaders from scratch. But there are libraries out there...
Re: Itinerant – a fuzzy weather forecast app
#34Earlier quoted context omitted.
No library, I wrote the SDF/raymarching shaders from scratch. But there are libraries out there...
Holy wow, that's pretty amazing! You should consider making it into a opensource library for others to use, it's truly beautiful! Thank you for making this project.