This project was set up to make some comparative analysis of the most basic rendering capabilities of Skia backend by Java2D.
./gradlew runTestAppNotes:
- Make sure that JAVA_HOME is pointing at some JDK
- Make sure that there is
cmakeinPATH - On Windows only Visual Studio is supported as the compiler
- Building the native lib is not supported on Linux
Run ./gradlew unzipSkiaNative to dowlonad the SKIA sources.
To browse the native sources open CMakeLists.txt.
Make sure that JAVA_HOME is set.