Coding Crusader's

Yummy!

Circus tent - Another yummy stuff!

Back in the 90’s I saw an Amiga demo with a bouncing jelly cube and I was amazed by it meanwhile I was scratching my head how the heck are the doing that effect. Now I know everything is about math :slight_smile:

Morphing - Another amaizng one, bro :wink:

Maybe you could create a DEMO with all the coolest stuff, add some music and let us enjoy your work as a whole :muscle: :heart_eyes_cat:

1 Like

What a great time it was when the first computers came out. Sinclair ZX81, Commodore 64, Amiga 500, 2000… and there was no public Internet.

A tribute to the good old days:

Amiga juggler

Amiga Music

5 Likes

How to create a skin over several meshes:


link

application examples: roughly define the inner spaces of a vehicle, surround them with the skin and the chassis is finished.

2 Likes

You clearly felt in love with Havok :slight_smile:

1 Like

babylon.js in the year 2024


created with https://lexica.art

3 Likes

Light in slow motion


Volumetric Light

2 Likes

Group points by distance to create low poly meshes

Before

const groupedPoints = groupPoints(points, .0); // group by distance 0

image

After

const groupedPoints = groupPoints(points, .75); // group by distance 0.75

image

demo

4 Likes

Me too :rofl: @CodingCrusader ROCKS!

2 Likes

Havok Boids Simulation

A falcon appears each 10 seconds and disapears again.

1 Like

Two swarms playing “break out”

demo

2 Likes

@mawa Wouldn’t that be an attractive piece of furniture for your toilets? :smiley:
Feel free to use my “bubbles” creation!

demo

3 Likes

Looks amazing. I will bookmark it for later. Right now I need to focus on the main aspects but if people continue to ask about the toilets… :grin: then I guess I cannot leave the matter unattended :joy:

1 Like

Reminds me of the Bubble Tube Lamp

and Also Lava Lamp:

1 Like

Shine on you


demo

2 Likes

disco lights

2 Likes

Inspiration:

Transpiration:

3D Marching Cube Painter

2 Likes

Sunrise in heaven

the sun is NOT made with the god’s ray!

3 Likes

Simple mesh pixelifer with the modulo function

if you play around with the delta you’ll get strange pixelations of the sphere :slight_smile:
let delta = diameter*0.4;

2 Likes

A maze world with flat skyscrapers on a rotating ico sphere with a mystic dust in the air.

dark city

2 Likes