Awesome, reassuring to know it works elsewhere too :)

In the mean time, I updated the test with a simple Julia callback to 
increase a counter on the Julia side at the click of a QML button. The 
interface is limited to 0-argument functions returning integers or doubles 
for now. The heart of the code is here:
https://github.com/barche/QML.jl/blob/master/deps/src/qml_wrapper/wrap_qml.cpp#L25-L53

Anyone wanting to use this for something real will definitely need to 
extend that part of the code to support more arguments and other types.

Cheers,

Bart

On Wednesday, March 16, 2016 at 1:15:30 PM UTC+1, Maurice Diamantini wrote:
>
>
> It work! Thank you very much. 
> I've been able to install your QML.jl package (and the CppWrapper required 
> package) then test the provided example.
>
> However , I've not tried to convert the examples provided from the [
> https://github.com/seanchas116/**ruby-qml**](https://github.com/seanchas116/ruby-qml)
>  
> binding.
>
> Regard,
> -- maurice
>  
>

Reply via email to