Koala Plot Samples
This repository houses samples demonstrating the use and features of Koala Plot libraries.
How to run
- 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:
./gradlew jsBrowserRun
- For Android, to run in an emulator on your mahcine:
- 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.