https://github.com/comtel2000/jogl-skia
https://github.com/comtel2000/jogl-skia
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/comtel2000/jogl-skia
- Owner: comtel2000
- License: apache-2.0
- Created: 2021-06-11T10:19:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T15:21:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-03T18:38:07.874Z (over 1 year ago)
- Language: Java
- Size: 3.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skija-jogl-JavaFX Testing
references/copied resources from:
https://github.com/JetBrains/skija
https://github.com/jzy3d/jogl-maven-deployer
JavaFX SDK path must be changed to your local one
```xml
C:\\Java\\openjfx\\javafx-sdk-16\\lib
```
```xml
/Library/Java/JavaFX/javafx-sdk-16/lib
```
run with jdk16 (windows or macos)
```console
mvn verify exec:java
```
