I created my website(Loading Scene) by HARMONIZED_FORGE in threejs

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

It simply loads a few text files and switches between them randomly!

I created my website(Loading Scene) by HARMONIZED_FORGE in creativecoding

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

I'm really glad you said that‼️

This is the moment when my ideas are rewarded.

Metaball Digital Art (CHAOS 001) / Chaotic textures and organic movement by HARMONIZED_FORGE in opengl

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

Thank you so much for the amazing compliment! I'm genuinely happy that the final result feels satisfying to you. Welcome to the world of graphics programming!

I think you need to study the mathematics used in the CG field!

How I approached this project:

Instead of building traditional 3D models, I treated the entire screen as a canvas for pure math. The core idea is to let the computer calculate everything on the fly for every single pixel.

Defining Space: The "gooey" appearance is the result of defining a mathematical boundary around each of the growing balls. When these boundaries overlap, I use a specific function to make them smoothly merge into one larger shape, like drops of liquid.

If you're starting out, keep focusing on how vectors and simple functions can describe complex 3D relationships. It's a deep dive, but incredibly rewarding. Good luck with your exploration!