Screen.Recording.2022-10-14.at.09.48.56.mp4
As a way of experimenting with Kotlin Compose I decided to build Mandelbrot plotter. It works, but there are some issues, as expected:
- The Arm64 targets aren't working
- The JS canvas behaves weirdly on resize
However, the JB Compose Multiplatform is highly experimental, so that is expected.
Use clicking for centering and use arrow up to zoom in and arrow down to zoom out.
Just run the run
task in the compose desktop
group.
Just run the jsBrowserDevelopmentRun
task in the kotlin browser
group
Just run the iosDeployIpadDebug
task in the compose ios
group