Welcome, Guest. Please login or register.

Author Topic: Linux GUI tools/development  (Read 1246 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline TheMagicMTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2857
    • Show only replies by TheMagicM
    • http://www.BartonekDragRacing.com
Linux GUI tools/development
« on: December 11, 2004, 06:25:38 PM »
I'm fixing to install SuSE 9.1 on my PC (after running RedHat for a while)..

I was fiddling with kdeveloper and some other tool (glade tool) that also helped in development of GUI interfaces.

Which would be a good tool for a C coder (not C++)? kdeveloper?  (KDE is my windowmanager of choice..even though Gnome looks good also).  Is kdeveloper ONLY C++?  From what it looks like thats a yes.

-Alex
PowerMac G5 dual 2.0ghz/128meg Radeon/500gb HD/2GB RAM, MorphOS 3.9 registered, user #1900
Powerbook G4 5,6 1.67ghz/2gb RAM, Radeon 9700/250gb hd, MorphOS 3.9 registered #3143
 

  • Guest
Re: Linux GUI tools/development
« Reply #1 on: December 11, 2004, 06:34:24 PM »
IBM's Eclipse is a good IDE, that should install from yast IIRC.

You'll need the C Development Tools plugins from here http://www.eclipse.org/cdt/.  I believe QSSL originally wrote the Eclipse CDT for QNX Momentics.

Personally, I find nano and g++ more than adequate. :-)

-edit

I'll give you a tip about KDE on SuSE 9.1, update to 3.3.2 and download the Korilla icon theme and use the Plastik buttons and window decorations.  Much cleaner than the defaults.  You should "prelink -afmRv" too to gain speed.
 

Offline TheMagicMTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2857
    • Show only replies by TheMagicM
    • http://www.BartonekDragRacing.com
Re: Linux GUI tools/development
« Reply #2 on: December 13, 2004, 12:48:26 AM »
when you say it should install from yast.. how?  I searched for eclipse and it could not find it.. I am downloading Eclipse and the C/C++ plugin now through the link you gave me.
PowerMac G5 dual 2.0ghz/128meg Radeon/500gb HD/2GB RAM, MorphOS 3.9 registered, user #1900
Powerbook G4 5,6 1.67ghz/2gb RAM, Radeon 9700/250gb hd, MorphOS 3.9 registered #3143
 

Offline TheMagicMTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2857
    • Show only replies by TheMagicM
    • http://www.BartonekDragRacing.com
Re: Linux GUI tools/development
« Reply #3 on: December 13, 2004, 02:21:00 PM »
mdma:

Done.  You are absoloutely correct.  Eclipse is totally awesome.  I downloaded it and the C/C++ plugin and it works great!  Now to get a book on how to do GUI in Linux. (any recommendation?)

as for plastik, I cannot find the actual download for it.. (I went to kde themes on the net and they only had PDF and images)..but I did get Korilla and it looks great!
PowerMac G5 dual 2.0ghz/128meg Radeon/500gb HD/2GB RAM, MorphOS 3.9 registered, user #1900
Powerbook G4 5,6 1.67ghz/2gb RAM, Radeon 9700/250gb hd, MorphOS 3.9 registered #3143
 

  • Guest
Re: Linux GUI tools/development
« Reply #4 on: December 13, 2004, 06:27:55 PM »
Quote

TheMagicM wrote:
mdma:

Done.  You are absoloutely correct.  Eclipse is totally awesome.  I downloaded it and the C/C++ plugin and it works great!  Now to get a book on how to do GUI in Linux. (any recommendation?)

as for plastik, I cannot find the actual download for it.. (I went to kde themes on the net and they only had PDF and images)..but I did get Korilla and it looks great!


Plastik is built into KDE 3.3 upwards.

If you are running on SuSE 9.1, you need to get the rpms for KDE 3.3 from the suse ftp site.

As for books, it depends what GUI toolkit you want to use.  If you prefer KDE over GNOME and prefer C++, then get one about QT programming.  There are plenty on amazon.

-edit  It's a shame Amiga Java is not upto scratch at the moment, Eclipse for OS4/MorphOS/AROS would rock!!! :-)
 

Offline mrsad

  • Newbie
  • *
  • Join Date: May 2003
  • Posts: 43
    • Show only replies by mrsad
    • http://members.chello.be/ws36055/
Re: Linux GUI tools/development
« Reply #5 on: December 13, 2004, 06:49:52 PM »
Quote

Is kdeveloper ONLY C++?  From what it looks like thats a yes.


but it isn't  :-P

following the featurelist you'll notice:

15 supported languages including Ada, C, C++, Objective-C (via C support), SQL, Fortran, Haskell, Java, PHP, Pascal, Perl, Python, Ruby, Bash, XUL

so in most cases you'll find that your language of choice for development is supported, hmm, that is unless you are looking for an AROS ide or something  :-D
Sticking feathers up your butt does not make you a chicken.
 

Offline TheMagicMTopic starter

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2857
    • Show only replies by TheMagicM
    • http://www.BartonekDragRacing.com
Re: Linux GUI tools/development
« Reply #6 on: December 13, 2004, 07:23:45 PM »
mdma: what about Glade for a GUI devel tool?  It generates C source so I should be able to build a gui with that?  I havent read up on C++ so C would be my preference.  
PowerMac G5 dual 2.0ghz/128meg Radeon/500gb HD/2GB RAM, MorphOS 3.9 registered, user #1900
Powerbook G4 5,6 1.67ghz/2gb RAM, Radeon 9700/250gb hd, MorphOS 3.9 registered #3143
 

  • Guest
Re: Linux GUI tools/development
« Reply #7 on: December 14, 2004, 12:36:43 AM »
Quote

TheMagicM wrote:
mdma: what about Glade for a GUI devel tool?  It generates C source so I should be able to build a gui with that?  I havent read up on C++ so C would be my preference.  


Asfar as I can remember Glade creates GTK/GNOME GUI's.
QT Designer creates QT/KDE GUI's.

I don't code many GUI linux apps, so you'll have to pardon my ignorance on this one! :-)

If you are still using KDE and like it, then I'd stick with writing QT/KDE apps for now.