I just began writing a Julia interface to fltk using CxxWrap.jl
, more as a way to learn how to use CxxWrap.jl
than anything else. I will post here the repository once I have something here.
4 Likes
I’ll have to check out your bindings for FLTK when you’re done, as I tried writing bindings for QT and quickly got lost
But why did you pick FLTK that, as found by @linwaytin, has C bindings so it will be infinitely easier to wrap it with Clang.jl?
2 Likes
I didn’t know this existed. Perhaps it is simpler. Certainly worth a look.
I like this idea, and I think we should craft a separate CI pass for that.
1 Like
I think Aqua.jl could be a good home for that. It already has a lot of checks for package best-practices.