Small code exercises and animation experiments with Jetpack Compose.
-
StarfieldAnimation
A starfield animation using Canvas and perspective projection! -
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. -
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²