Experimental scala-native bindings for Gtk+, GLib, ....
WARNING: This project is in an early experimental stage. Most of the bindings are still missing. The API and especially the semantics for GObject access in Scala may change any time!
Add this to your build.sbt
:
libraryDependencies += "de.surfice" %%% "scalanative-gtk3" % "0.0.2-SNAPSHOT"
resolvers += Resolver.sonatypeRepo("snapshots")
The bindings are generated using an annotation macro.
More details to follow.