Summer of Code - Getting Started: Difference between revisions

Jump to navigation Jump to search
Line 69: Line 69:
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.
This project might simply be to implement/integrate 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 ===