Summer of Code - Getting Started: Difference between revisions

No edit summary
Line 68: Line 68:


Octave has had for some time a native OpenGL plotter. The plotter requires some user interaction for manipulating the plots, and it's been using fltk for quite some time. We want to replace this with Qt, so it fits better with the overall GUI look-and-feel and is easier to extend in the future.
Octave has had for some time a native OpenGL plotter. The plotter requires some user interaction for manipulating the plots, and it's been using fltk for quite some time. We want to replace this with Qt, so it fits better with the overall GUI look-and-feel and is easier to extend in the future.
This project might simply be to implement the existing [https://github.com/goffioul/QtHandles QtHandles] into Octave, in which case, it should be relatively easy.


=== Create a better (G)UI for the profiler ===
=== Create a better (G)UI for the profiler ===