Wawi Abdel Kader: Sketch #24

Hello Everyone,

[Update 7]
Enemies! and better floor breaks!
https://imgur.com/a/TKXwibn

[Update 6]
who likes breaking stuff?
https://imgur.com/a/NXJu9zO

[Update 5]
Making a terrain for the effect!
https://imgur.com/IZJfdv2

[Update 4]
Added some colors + few modifications.
https://imgur.com/a/I0pFTVB

[Update 3]
Modified the Anticipation, and connected everything together
https://imgur.com/l4anJTA

[Update 2]
Added X marks the spot:
https://imgur.com/d4AHe16

[Update]: added an explosion block out, will link them later on
https://imgur.com/LT7hALx

here’s a quick block out of the effect.

What’s missing

  • More things happening in the beginning. (More anticipation).
  • A target.
  • More work on the timing.
  • More work on the colors.

Feedback and critique are always welcome

21 Likes

Love this dude! The motion is so smooth and fluid. I also love your colors. Gives it a very neon techy pearlescent glitchy look! Besides the points you already mentioned, it would be awesome see them pop out with an impact like a bubble popping or similar instead of fading out!!

1 Like

I was thinking about something like this, you had another idea in mind ?
https://imgur.com/LT7hALx

16 Likes

awesome explosions man!)

2 Likes

Added an :x: to mark the spot:
https://imgur.com/a/Q5jEfEc

11 Likes

RAD! The bouncy timing combined with the color separation make it feel super satisfying to watch!

1 Like

Modified the Anticipation, and connected everything together

https://imgur.com/l4anJTA

9 Likes

Great job!!! The explosions look awesome. But it seems the value of gravity can be lower

1 Like

Added more colors and a few modifications:
https://imgur.com/a/I0pFTVB

6 Likes

I thought it would be cool to make a Terrain as well :fire:
https://imgur.com/IZJfdv2
more coming up :wink:

2 Likes

A Small update putting everything together:
https://imgur.com/a/NXJu9zO

2 Likes

Thought that this needed a bit of context:
So made a hero, and some enemies x)
https://imgur.com/a/TKXwibn

7 Likes

Now that’s the scale :+1:)) I wonder how many polygons you’ve got))

Breakdown time!
I’m actually using a lot of polygons, but since i’m doing this for fun, I really don’t care, which somewhere the point of the sketches.
for each particle I have 3 additive Mesh Renderers with 3 different colors that are offset based on their velocity (it’s some sort of chromatic abberation):
The one in the middle is the red one, the one in front of it is green, and the one behind is blue:
https://imgur.com/mw3FnLS

Here’s an example where i’m changing the offset multiplier.
https://imgur.com/uK1PXDB

and of course it takes into consideration the direction of the particle:
https://imgur.com/tbF9Iic

3 Likes

For the grid:
I’m spawning the particles and giving them a constant force from their position to their position on the grid, so whenever they move, they will go back thanks to that force that pulls them to that exact point.
I also used animated noise to change the size of the cube meshes.

For the holes created in the grid:
I’m using spatial Layers, it’s a concept used to make particles communicate with each other, so whenever a particle is near another particle that is querying the 1st one, we can change it’s behavior.
What i’m doing here is giving it a force, that is strongest in the middle that fades when it gets far.
https://imgur.com/BnDlqtu

Another one with a bigger radius:
https://imgur.com/VQ9EOmt

Another one with a bigger force:
https://imgur.com/stEdKry

Another one with the Explosion:
https://imgur.com/2lXG2Bl

5 Likes

Haha that’s so overkill ! love it :smiley:
MORE EXPLOSIONS !

Also, cool breakdowns ! the trick you used for that chromatic aberration is a clever way to work around the “no-shader” constraint.
And nice use of popcorn’s spatial hash :slight_smile:

1 Like

You’re a legend, geez
This looks AMAZING!

1 Like