Skip to content

Instantly share code, notes, and snippets.

View zivkesten's full-sized avatar

Ziv Kesten zivkesten

View GitHub Profile
@zivkesten
zivkesten / BouncingBallInSpinningHexagon.kt
Created February 4, 2025 14:58
A ball bouncing inside a spinning hexagon
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.runtime.*
import androidx.compose.ui.Modifier
import androidx.compose.ui.geometry.Offset
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.Path
import androidx.compose.ui.graphics.drawscope.Stroke
import androidx.compose.ui.layout.onSizeChanged