Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 870 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 870 Bytes

🚀 Code Challenges

Small code exercises and animation experiments with Jetpack Compose.

  1. StarfieldAnimation
    A starfield animation using Canvas and perspective projection!

  2. Menger Sponge Fractal with OpenGL
    A Menger Sponge fractal created by starting with a cube and iteratively removing smaller cubes from its faces. This 3D structure, rendered using OpenGL, showcases intricate geometric patterns.

  3. Solar System Gravity Simulation
    A simple simulation of planets dancing around the Sun using Newton's law of gravitation and Jetpack Compose. a = G * M / r²