jokade / scalanative-gtk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Scala 99.4%Language:C 0.5%Language:Makefile 0.1%