LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-26-2018, 01:59 PM   #1
AnneRanch
Member
 
Registered: Oct 2018
Posts: 198

Rep: Reputation: 12
Which GUI for Linux /Ubuntu?


I am doing INITIAL research for software for implementing GUI on Linux /Ubuntu using C++.

Must be open source , free to use , with decent support forum.
I am looking for implementing graphs - not a "space invaders games".

By "decent" I mean no psychoanalysis, lessons on English grammar , how to be nice , put-downs etc.

And most of all - provide technical support and not badges . atta-boys, etc,

Candidates so far - "X11", OpenGL, GTK.

Help me to decide a "product".
Any comments are welcome.
 
Old 11-26-2018, 02:07 PM   #2
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,328
Blog Entries: 3

Rep: Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726Reputation: 3726
Quote:
Originally Posted by AnneRanch View Post
I am doing INITIAL research for software for implementing GUI on Linux /Ubuntu using C++.
How closely have you looked at Qt for that? It supports C++ natively and is rather easy to figure out.
 
Old 11-26-2018, 02:55 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,996

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
To be honest I don't get the final design relationship between these. "I am looking for implementing graphs" "implementing GUI on Linux /Ubuntu using C++"
 
Old 11-26-2018, 03:15 PM   #4
sevendogsbsd
Senior Member
 
Registered: Sep 2017
Distribution: FreeBSD
Posts: 2,252

Rep: Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011Reputation: 1011
The entire post confused me but I had the same understanding as Turbocapitalist: which toolset.
 
Old 11-26-2018, 05:11 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,141
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
Quote:
Candidates so far - "X11", OpenGL, GTK.
These are 3 different things.

X11(deprecated) Using xorg now, moving towards wayland.
https://en.wikipedia.org/wiki/X11
Was a graphical environment. So take a look at xorg and wayland.

OpenGL
https://en.wikipedia.org/wiki/OpenGL

GTK
Gnome tool kit. Gnome uses it, so does a lot of software.

Quote:
I am doing INITIAL research for software for implementing GUI on Linux
There are several toolkits for developing graphical programs for *nix. GTK QT FLTX TK, then there are python bindings for toolkits like PyQt5. There are GUI builders like Glade for gtk, QT desiger for QT, wxDesigner for wxWidgets, gtkmm C++ bindings for gtk. That's not an easy answer quick answer. Depends on what you are doing,

Another one.
https://www.ultimatepp.org/
 
1 members found this post helpful.
Old 11-26-2018, 05:15 PM   #6
AnneRanch
Member
 
Registered: Oct 2018
Posts: 198

Original Poster
Rep: Reputation: 12
It is not too confusing if you read the whole sentence and do not mix two of them together which may be too much to analyse, or read into it , at once.
So for clarification - I want to display graphs , not "shoot them up, blow them up graphics".

Does Qt meets the spec?

" Must be open source , free to use AKA no purchase necessary , with decent support forum"
 
Old 11-27-2018, 10:36 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
If you're planning to create your own software for handling graphs, then I expect you could do something with either Qt or GTK. But you may find that the work has been done for you. Even if an existing program is not what you want, it can obviously be re-written or some of its procedures canabalised.
https://linuxappfinder.com/scientificandengineering
 
Old 11-27-2018, 10:43 AM   #8
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,124

Rep: Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296Reputation: 7296
Quote:
Originally Posted by teckk View Post
......

GTK
Gnome tool kit. Gnome uses it, so does a lot of software.......
Quote:
Quote:
GTK+ (formerly GIMP Toolkit) is a cross-platform widget toolkit for creating graphical user interfaces.[3] It is licensed under the terms of the GNU Lesser General Public License, allowing both free and proprietary software to use it. It is, along with Qt, one of the most popular tool-kits for the Wayland and X11 windowing systems.[4]
https://en.wikipedia.org/wiki/GTK%2B
 
1 members found this post helpful.
Old 11-27-2018, 07:31 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,996

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Do you mean some program like these for use in linux? https://www.linuxlinks.com/plottingtools/
 
Old 11-27-2018, 08:03 PM   #10
AnneRanch
Member
 
Registered: Oct 2018
Posts: 198

Original Poster
Rep: Reputation: 12
Quote:
Originally Posted by jefro View Post
Do you mean some program like these for use in linux? https://www.linuxlinks.com/plottingtools/
"A good plotting tool is very important for generating professional looking graphics for inclusion in academic papers."

Good link, however , I do not intend to argue about "plotting" , "graphs" and "graphics" terminology,
Terminology is important, but so is my objective - so let's settle on "plotting graphs".

Many thanks for everybody's input.

SOLVED I'll will use OpenGL.
 
Old 11-27-2018, 08:29 PM   #11
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857
Quote:
Originally Posted by teckk View Post

GTK
Gnome tool kit. Gnome uses it, so does a lot of software.
That's funny, Gnome wishes it was...Alas: GIMP toolkit https://www.gtk.org/
 
1 members found this post helpful.
  


Reply

Tags
gui, linux



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux newbie..dont know how to get into GUI mode..does any GUI exists for linux..?? azizul Linux - Newbie 18 06-21-2013 10:44 AM
Which partition is which Linux and which windows davholla Linux - General 9 11-15-2012 03:48 PM
Do you think I should use a Qt GUI, a GTK GUI, or no GUI at all? anon02 Programming 5 08-25-2011 06:59 AM
[Ubuntu GUI] Changing GUI from Gnome to wmaker MangaManiac Linux - Laptop and Netbook 8 05-08-2005 03:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration