Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 797 Bytes

File metadata and controls

26 lines (15 loc) · 797 Bytes

Highly experimental Mandelbrot viewer in Kotlin Compose Multiplatform

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.

How to run

Use clicking for centering and use arrow up to zoom in and arrow down to zoom out.

JVM

Just run the run task in the compose desktop group.

JS

Just run the jsBrowserDevelopmentRun task in the kotlin browser group

iPad

Just run the iosDeployIpadDebug task in the compose ios group