narunlifescience / AlphaPlot

:chart_with_upwards_trend: Application for statistical analysis and data visualization which can generate different types of publication quality 2D and 3D plots with extensive visual customization.
http://alphaplot.sourceforge.net/
GNU General Public License v2.0
243 stars 37 forks source link

QT5 port ? #11

Closed Salamandar closed 4 years ago

Salamandar commented 7 years ago

Just wanna know if you're gonna work on this :) If you need some help please tell ! I don't know a lot about Qt but that has to change someday.

narunlifescience commented 7 years ago

Of corse Yes! QT5 port is definitely the highest priority right now. I am trying hard to drop QWT & QWTplot3D and replace it with QtCharts & QtDataVisualization(official QT libraries). These libraries are only available from Qt5.7. Helping hand is always a good thing and a must have for any open-source project. You are welcome to start working on any part of the project :) please feel free to use Gitter for any development related discussions.

Salamandar commented 7 years ago

Hah, i did a huge job to support qwt6 ^^'' i only have some files left to compile. But if you change libs... Maybe I'll stop that and try to compile [qtw-old and Qt5] ;)

Salamandar commented 7 years ago

Here is my fork : https://github.com/Salamandar/AlphaPlot For now i commit --amend so it's not a good idea to pull ;)

v2e commented 6 years ago

@Salamandar

Hah, i did a huge job to support qwt6 ^^'' i only have some files left to compile. But if you change libs... Maybe I'll stop that and try to compile [qtw-old and Qt5] ;)

There is an effort to port the related project SciDaVis to QWT6. Maybe, your code can be incorporated there? At least, judging by this post, it looks like SciDaVis really needs some help on this.

narunlifescience commented 4 years ago

completed