Profile avatar
wazawoo.bsky.social
creator of https://shortsorpants.app, out now on iOS! // making https://mapwhiz.app, a game about maps! // putting the reed in https://reeddoesstuff.com
56 posts 49 followers 261 following
Regular Contributor
Active Commenter
comment in response to post
Nice! And how did you get the original data? Mostly bitmaps, or are you also grabbing borders and stuff? I think the one very useful thing I found was mapshaper.org for making ultra detailed geojson files much smaller (without just doing simple downsampling and ruining the shapes)
comment in response to post
You are making such quick progress with this! What languages/tools are helping you most?
comment in response to post
Insane
comment in response to post
Thanks! Totally agreed iOS or Android?
comment in response to post
Do you mind telling me what you miss about it / what you haven’t been able to get with other weather apps? I work on a weather app and aspire to do what dark sky did for people, haha
comment in response to post
How do you mix such delicious colors omg
comment in response to post
I love all of these!
comment in response to post
So cool! Reminds me of hypersonic xtreme haha
comment in response to post
Looks sooooooo good! What do you use for your lines?
comment in response to post
Haha I was gonna say, PWM?
comment in response to post
That’s a bowl on a stick
comment in response to post
Just realized that could be confusing lol. Native app development (UIKit, SwiftUI, JPC), NOT react native
comment in response to post
I can smell this scene
comment in response to post
flower outline shader tutorial
comment in response to post
Oh sick! Yeah, super down, I should be fodder to you lol. I’m psn_wazawoo on steam
comment in response to post
Howwwwwww. I cannot get better at this game lol
comment in response to post
I love that color of the Lamy Safari!
comment in response to post
Sounds like a sick week lol I am curious about the swoop..
comment in response to post
Awesome! What kind of stuff?
comment in response to post
Well I’m jazzed
comment in response to post
Congrats!!! Great work
comment in response to post
Do you like it?
comment in response to post
guy they wee yay
comment in response to post
Haha that’s awesome. I am just so impressed that you have gathered all that knowledge at 18. I feel like I’d need to do like many large projects or college courses to be able to tackle all that. Breaks my brain lol, good work
comment in response to post
What resources will you use to learn what you need for this? Or do you already know enough and it’s just a matter of doing it?
comment in response to post
Absolutely they make these. Problem is, not enough people buy them.
comment in response to post
I liked it
comment in response to post
This is insane
comment in response to post
That’s awesome! I always wonder how indies add network stuff and am curious about the stack, hosting, auth, etc. I suppose it takes some reliance that people won’t abuse the stuff.
comment in response to post
How are you doing the backend?
comment in response to post
take a worm ~ leave a worm
comment in response to post
“Same difference”
comment in response to post
Very cool. Thanks!!
comment in response to post
I guess, elements as in elements of a set. I don’t know the rust syntax. But like `let xmas: Set<Color> = {Red, Green}` and then could check if that set contains Red. Similar for USA. And then the end part could be Union(xmas, usa), Diff(xmas, usa), Diff(usa, xmas), .. sorry I’m clueless lol
comment in response to post
Would this be similar to using set operations on the elements of that enum, or not quite?
comment in response to post
Do you have an example you’d use this for? (In one of your games or otherwise)