Questions tagged [scala-bindgen]

scala-bindgen is a binding generator which allows C header files to be converted to bindings for Scala Native.

scala-bindgen is a binding generator which allows C header files to be converted to bindings for scala-native. More info: https://github.com/frgomes/scala-native

3 questions
2
votes
2 answers

Can I use JavaFX with Scala Native?

Given that there are compiled versions of the JavaFX SDK for mobile (iOS and Android), how feasible is it to generate Scala bindings from those files, and be able use them from a Scala-Native application?
Eduardo
  • 8,362
  • 6
  • 38
  • 72
1
vote
0 answers

no output for scala bindgen

I built scala-bindgen under ubuntu 16.04 using libclang3.8 , the executable is produced and runs: xxx@xxx:~/bin/scala-bindgen$ ./bindgen/target/scala-2.11/bindgen-out // argc=1 // argv[0]=bindgen // _argc=1 arg_files : clang_args …
remi
  • 566
  • 3
  • 13
0
votes
1 answer

Can I generate Scala bindings for Objective-C and C++ with scala-bindgen?

I've recently found scala-bindgen from a Gitter room on Scala Native. Seems like (at the present point in time) they are developing a tool for generating Scala bindings for C header files. Are there plans for generating Scala bindings for…
Richard Gomes
  • 5,675
  • 2
  • 44
  • 50