An open API service indexing awesome lists of open source software.

https://github.com/srcemre/androidcomposeplayground

Code exercises and animation experiments with Jetpack Compose.
https://github.com/srcemre/androidcomposeplayground

android code codechallenge jetpack-compose kotlin mobile-development

Last synced: 3 months ago
JSON representation

Code exercises and animation experiments with Jetpack Compose.

Awesome Lists containing this project

README

        

# 🚀 Code Challenges

Small code exercises and animation experiments with Jetpack Compose.

1. [StarfieldAnimation](./app/src/main/java/com/emresarac/codechallanges/challanges/StarfieldSimulation.kt)
A starfield animation using Canvas and perspective projection!

2. [Menger Sponge Fractal with OpenGL](./app/src/main/java/com/emresarac/codechallanges/challanges/MengerSpongeFractalOpenGL.kt)
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](./app/src/main/java/com/emresarac/codechallanges/challanges/SolarSystemWithMutualGravitySimulation.kt)
A simple simulation of planets dancing around the Sun using Newton's law of gravitation and Jetpack Compose. a = G * M / r²