Koala Plot Samples
July 27, 2026 ยท View on GitHub
This repository houses samples demonstrating the use and features of Koala Plot libraries.
Try out the web version of the samples for a quick look at the possibilities when using Koala Plot.
How to run with a development build of koalaplot-core
- Build koalaplot-core with the following commands
git clone https://github.com/KoalaPlot/koalaplot-core.git
cd koalaplot-core
./gradlew publishToMavenLocal
- Build koalaplot-samples
cd ..
git clone https://github.com/KoalaPlot/koalaplot-samples.git
cd koalaplot-samples
./gradlew build
- Run it
- For desktop:
./gradlew run- For web:
or./gradlew jsBrowserDevelopmentRun./gradlew wasmJsBrowserDevelopmentRun- For Android, to run in an emulator on your machine:
- Download Android Studio
- Open the koalaplot-samples folder as a project in Android Studio
- Run kaoalaplot-samples in the emulator. Further instructions on using the emulator are available online.
- For iOS, to run in a simulator on your machine (only for macOS):
- Download Xcode
- Open the iosApp folder as a project in Xcode
- Run kaoalaplot-samples in the simulator. Further instructions on using the simulator are available online
- You can also launch the iOS app in Android Studio