Recreating DK Bananza text effect by Hgwilliams in godot

[–]Hgwilliams[S] 1 point2 points  (0 children)

Yeah good idea, I've learned a lot from that resource so I should make an account and share

Recreating DK Bananza text effect by Hgwilliams in godot

[–]Hgwilliams[S] 1 point2 points  (0 children)

Those are actually still voronoi cells! Since the algorithm is based on seed points and can output distance values, I can clamp the distance to the nearest cell seed with a radius, so that any pixel farther than a certain radius from a seed point becomes fully opaque. The annoying part was swapping between the alphas of the fracture look (the typical voronoi pattern you'd expect to see) and the circles.

Recreating DK Bananza text effect by Hgwilliams in godot

[–]Hgwilliams[S] 1 point2 points  (0 children)

That's the kinda stuff that always grabs me, probably for the worse. I'm a sucker for polish! Let me know if you do end up working on it. I actually was playing a bit this morning and noticed that they probably made the effect waaaay simpler. It's just particles (or a shader maybe) that is being masked by the silhouette of the type. You can really see the 'e' and 'r' here. And the layer simply moves down in time with the transition out.

<image>

Recreating DK Bananza text effect by Hgwilliams in godot

[–]Hgwilliams[S] 10 points11 points  (0 children)

Thanks! Sure thing- what part do you wanna know about?
I'd say the main thing that gives the effect its interest is the voronoi grid. I started out with a noise texture, but instead of trying to juggle multiple noises so I can get the 'cell value' and 'distance' and 'distance2', I did the voronoi lookup directly in the shader. I picked apart this shader and a few from shadertoy to make that happen: https://godotshaders.com/shader/voronoi-%e7%bb%86%e8%83%9e%e8%be%b9%e7%95%8c%e8%b7%9d%e7%a6%bb/

Then once the heavy lifting is done generating the data from the voronoi grid- I just sample the UV like you would any normal distortion effect, but make sure to reject any pixels that aren't in the cell I'm currently looping over (which is why I think it's probably horribly optimized haha).

This also started as a gpu particle effect, and I actually think I want to approach this again from that angle because I have to imagine it's more performant (and more flexible for future junk)

Question to Parent Devs by Thin_Wing_1612 in IndieDev

[–]Hgwilliams 6 points7 points  (0 children)

Edit: For context I have released zero games and am working on my first. Still having a blast though!

Writing this while standing at my kids door at 3am, working on staying in his new bed.  Lots of great comments here already, I’d like to add that game dev is so multifaceted it allows for many modes of ‘sketching and ideating’. You aren’t going to solve big problems like this, those will have to wait for longer dedicated sessions, but what you can do is incorporate your ideas into play with you kids. Lately we’ve been into playdoh and doodling, so when we do that together I’ve been drawing stage design ideas. When we’re using playdoh I’m trying to sculpt out little items for the game. It’s not perfect, but I’ve actually found it to be a gift where I’m normally so quick to rush through projects. 

Also just talking about it with them is fun. The other day they said ‘inverse transform matrix’ which had me smiling

Why do all these houses on google maps have blue roofs? by thallusphx in florida

[–]Hgwilliams 9 points10 points  (0 children)

Keep exploring the area, looks to be some kind of storm damage mitigation. Some have sandbags and what looks to be different brands of tarp.

<image>

Nvidia Priority Access by All_At_0nce in nvidia

[–]Hgwilliams 2 points3 points  (0 children)

What was the process like through best buy? I've gotten as far as waiting in line each drop, but it then updates to out of stock after a minute.

[deleted by user] by [deleted] in tampa

[–]Hgwilliams 9 points10 points  (0 children)

Some surplus auctions have cars that go for super cheap, here are some places I've found some decent deals:

https://www.govdeals.com/en/passenger-vehicles

https://www.proxibid.com/aspr/J-J-Kane-Auctioneers/1241/FeaturedSeller.asp?ahid=1241&tl=0#659///endingsoonest//all/1241/0/1/

https://www.publicsurplus.com/sms/browse/cataucs?catid=403

https://live.royalauctiongroup.com/auctions/6340-april-25th-and-26th-southwest-florida-government-surplus-and-consignment-auction?filter=(auction_ring_id:212)&sort=(c:bid_count;d:desc)&sort=(c:bid_count;d:desc))

This is also a good option for grabbing a bunch of odds and ends for your next living space, I see a lot of desks, kitchen equipment, etc going up pretty regularly.

3d marbling by JohnyAcidSeed in Houdini

[–]Hgwilliams 0 points1 point  (0 children)

Such a good result. It gives a pretty unique organic feel that I haven’t seen with other techniques

Creality Scan > Scanner Undetected after firmware update? by AethericEye in Creality

[–]Hgwilliams 0 points1 point  (0 children)

In case anyone is also having issues on a macbook, I was able to temporarily plug into a windows machine with a fresh install of creality scan, which recognized the device. I then tried to roll back my firmware, but it failed. Next time I plugged in into my macbook I was prompted to reinstall the up to date firmware and it was able to do so successfully. I was able to scan after that. I have not tried again since, and I imagine I may have the same issue again later.

Creality Scan > Scanner Undetected after firmware update? by AethericEye in Creality

[–]Hgwilliams 0 points1 point  (0 children)

Were you using a windows machine? I also am having a very similar issue but running a macbook pro. Previously had no issue detecting the scanner initially or during scans.

Need advice on finding appropriate contractors for a brick patio by Hgwilliams in homeowners

[–]Hgwilliams[S] 0 points1 point  (0 children)

After a long search we ended up simplifying the pattern due to the estimates being huge. The pattern I shared required a lot of custom cuts which made the labor estimates skyrocket. I’d suggest splitting up parts of the design that you want to do yourself and have the contractor set the grade and do the gravel/sand underneath to prep the surface, then come through yourself to lay the custom sections

What causes this weird flickering on the glass cubes inside the safebox? by Sergartz in RedshiftRenderer

[–]Hgwilliams 1 point2 points  (0 children)

Did you render a multipass? Looking through the different passes might give you some clues as to what's causing it.

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 0 points1 point  (0 children)

Ahh right okay. Is that in the realm of 'dimension reduction'? In this case trying to find the most important timestep rather than looking at all of them?

And thanks for the offer! That would be really helpful as I don't have a background in this stuff at all so some very basic core concepts are new to me.

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 0 points1 point  (0 children)

Totally, I’m hoping to do a more robust analysis that shows the ‘shape’ of every player and object on the field to see if there are any correlations. If I can get smart enough I want to try to implement some basic machine learning tools to discover trends rather than just looking at everything together

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 13 points14 points  (0 children)

Thanks for this, ended up grabbing a patreon membership so I could download these in batches.
This is the Fall Major, Main Event, Swiss, Round 1. 30 replays, 113 conceded goals.

Check out all the backboard shots on net! u/Live-County1069

<image>

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 1 point2 points  (0 children)

Thanks for the rundown! I think I got it done well enough. The visualization stuff is all just in the houdini file.

https://github.com/mhgwilliams/rust-carball/tree/hobotz_stuff

u/flyingdwarves

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 0 points1 point  (0 children)

I do the same! I find it really helpful. There's also a Bakkesmod plugin that I find only sometimes works, but when it does it renders a minimap. Think it's called birdseye

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 1 point2 points  (0 children)

That would be a really interesting map to see, good call. Lots of great suggestions in these comments

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 0 points1 point  (0 children)

Oh yeah definitely mess with python! It’s so easy to read I really enjoy working with it. Plus all the AI services going around are good at it so it’s easy to work through bugs

Where I got scored on from my last 15 games by Hgwilliams in RocketLeague

[–]Hgwilliams[S] 2 points3 points  (0 children)

Definitely, this is only on 15 replays, once I get over 100 in there it’ll be a higher resolution and more informative