-
Notifications
You must be signed in to change notification settings - Fork 10
Links to everything that looks interesting
Maciej Gorywoda edited this page Sep 28, 2021
·
10 revisions
- https://www.lightbend.com/blog/writing-kubectl-plugins-with-scala-or-java-with-fabric8-kubernetes-client-on-graalvm
- https://medium.com/graalvm/working-with-native-image-efficiently-c512ccdcd61b
- https://github.com/scalameta/sbt-native-image/releases/tag/v0.3.0
- https://github.com/vmencik/akka-graal-config
- https://www.youtube.com/watch?v=APi3Nm6ScoY - a ScalaFX lecture
- https://www.graalvm.org/reference-manual/native-image/NativeImageMavenPlugin/
- https://github.com/android/architecture-samples
- https://fbflipper.com/ - a diagnostic tool for Android apps, independent from Android Studio
- https://stackoverflow.com/questions/56774366/whats-the-magic-behind-scalafx-to-make-openjdk-9-actually-work/62001855#62001855
An error that pops up when trying to run an FXGL minimal app on Android (but not desktop): https://github.com/oracle/graal/issues/3406