-
Notifications
You must be signed in to change notification settings - Fork 28
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
Roadmap #28
Comments
I will come up with suggestions tonight, but for now, we need to formalize the steps required to have the following immediate issues solved:
Assuming that these can be wrapped up relatively quickly, there are several specialized modules that you could work further on for your project. |
I think the immediate focus should be
Support for display and graphics in Julia |
Not to derail what sounds like excellent recommendations, but just FYI GtkReactive passes all of its tests on Julia 0.6. Though I would be the first to say that GLVisualize is the future of graphics on julia (hopefully GtkReactive can contribute to that, since GLVisualize uses Reactive). |
@timholy. Thanks for the pointers! I agree that it would be nice to work with |
That's why I said they were excellent recommendations 😄. I just wanted to make sure you knew that, if you needed it, there were graphics solutions that work on 0.6. |
@timholy. Indeed, ideally we would use the visualization power of The immediate goal is to be able to quickly visualize Julia images before and after manipulation in |
Not sure. Maybe JuliaGraphics/Gtk.jl#289? But clearly I spoke too soon; while it passes the "automated" tests, some of the mouse interaction triggers a bug: JuliaLang/julia#21141. Nevertheless basic image display works fine (see
Certainly not; there are so many plotting options I don't pretend to keep up with them all. Also, where possible I still avoid 0.6 right now for anything serious, since things are still somewhat fragile. Lots of options work on 0.5. |
@kvmanohar22 . I would suggest that you look into making it feasible to use |
On it ! |
@kvmanohar22. Have you evaluated the feasibility of working with |
As the application process for GSoC has begun, I was wondering what are the top priority modules that are supposed to be wrapped during the course of GSoC timeline. I am looking forward to expand functionalities of
OpenCV.jl
. Knowing which modules to wrap, I would write my proposal accordingly.The text was updated successfully, but these errors were encountered: