-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuilding Qt bindings for upcoming Crystal 1.0 release #107
Comments
Version 1.0?!
Bindgen should be fine I think. There are surely areas that need further work for the 'perfect' bindings, but for simple programs it's good enough as far bindgen is concerned. Only thing from the top of my head would be GC "integration" of sorts. Another qt5.cr specific issue is integration with Crystals I/O scheduling lib. Still complex thing to do for sure, but somewhat reasonable? This alone would make Qt5.cr go from a toy to something more noteworthy. |
(Yes, the next release will be 1.0, the Crystal team has decided on that already. |
Nothing special in mind, I have been ensuring that qt5.cr works on 1.0.0-dev. Personally I'd continue work on template types support but that does not have to align with Crystal itself's release timeframe. (We probably still need to push a 0.8.0 tag some time, but that's mainly due to |
Hey, I can devote some time this weekend. Will post an update. |
I updated some little things in Qt 5 bindings along the way. |
Hey @Papierkorb , @HertzDevil , it would be really nice if we planned to rebuild the Qt bindings for various versions roughly in sync with Crystal's 1.0 release.
@HertzDevil do you have a general overview of the things that you still want to add to bindgen, which directly influence the Qt bindings?
And/or @Papierkorb, do you have a list of areas in bindgen that still need improvement in relation to Qt?
Thanks!
The text was updated successfully, but these errors were encountered: