scalanative-gtk icon indicating copy to clipboard operation
scalanative-gtk copied to clipboard

scala-native bindings for Gtk+, GLib, ...

scalanative-gtk

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!

Documentation

sbt Settings

Add this to your build.sbt:

libraryDependencies += "de.surfice" %%% "scalanative-gtk3" % "0.0.2-SNAPSHOT"

resolvers += Resolver.sonatypeRepo("snapshots")

Implementation

The bindings are generated using an annotation macro.

More details to follow.