 |
31-12-2007, 11:57 AM
|
#1 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
GUIed Programming Platform
I want a good programming kit for linux. It needs to be completely GUI based, or atleast as much as possible, and preferably based on C++. I like non-textual programming(atleast for simple apps), so I need something that can be made with a drag and drop or click and place interface.
And yes, it must be GPL v3 compatible(prefered)
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
31-12-2007, 12:00 PM
|
#2 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
Re: GUIed Programming Platform
Gtk+? Gtk--?
|
|
|
31-12-2007, 12:00 PM
|
#3 (permalink)
|
|
You gave been GXified
Join Date: Jan 2007
Location: New Delhi
Posts: 5,636
|
Re: GUIed Programming Platform
Eclipse IDE is available for Linux I think
__________________
about.me/gxsaurav
|
|
|
31-12-2007, 12:11 PM
|
#4 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: GUIed Programming Platform
@gx_saurav,
he wants a programming language,not an IDE.
@MetalHeadGautham,
Use Gtkmm,Its in C++ and u can design GUI using Glade.
http://www.gtkmm.org/
Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
31-12-2007, 12:17 PM
|
#5 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
Actually, I want an IDE. Something that can create GUI programs with minimal use of text-input.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
31-12-2007, 12:22 PM
|
#6 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: GUIed Programming Platform
The thread title and ur first post do suggest otherwise.
Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
31-12-2007, 12:22 PM
|
#7 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: GUIed Programming Platform
Glade?  Rayraven already mentioned it, what else could you be looking for?
__________________
Harsh J
www.harshj.com
|
|
|
31-12-2007, 12:36 PM
|
#8 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
OK, am installing glade via
Code:
sudo apt-get install glade glade-common glade-doc libglade2-dev menu libgtk2.0-dev
I LOVE GLADE
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
Last edited by MetalheadGautham; 31-12-2007 at 12:36 PM.
Reason: Automerged Doublepost
|
|
|
31-12-2007, 12:54 PM
|
#9 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: GUIed Programming Platform
^best of Luck!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
31-12-2007, 01:04 PM
|
#10 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
Quote:
Originally Posted by praka123
^best of Luck!
|
thanks.
Any good tutorials?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
31-12-2007, 01:38 PM
|
#11 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: GUIed Programming Platform
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
31-12-2007, 06:34 PM
|
#12 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: GUIed Programming Platform
Say, doesn't 'glade' command install version 2 or less? Try glade-3, its neat!
__________________
Harsh J
www.harshj.com
|
|
|
31-12-2007, 11:52 PM
|
#13 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
Quote:
Originally Posted by QwertyManiac
Say, doesn't 'glade' command install version 2 or less? Try glade-3, its neat!
|
will do when I upgrade to gutsy.
OK guys, here is my first project:
I am making a program similar to gigasmiles for windows, called GSmiles.
I am using the NoteBook widget to create a few tabs where the smilies will be neatly organised.
There will be pic of a smiliey, then next to it will be a use button.
The use button will have a command to copy to clipboard the BB Code required to add the emotion.
You can ctrl+v in text box of forum to use smiley.
I will finish it in a few days. Suggestions welcome.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
Last edited by MetalheadGautham; 31-12-2007 at 11:52 PM.
Reason: Automerged Doublepost
|
|
|
01-01-2008, 12:41 AM
|
#14 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,675
|
Re: GUIed Programming Platform
best of luck
please do memory and CPU optimizations and exception handling.
|
|
|
01-01-2008, 03:19 AM
|
#15 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: GUIed Programming Platform
And what about QT? It has qt designer and if I remember right kdevelop4 will have something similar too for developing qt4 apps
__________________
http://www.bash.org/?258908
|
|
|
01-01-2008, 11:41 AM
|
#16 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
Quote:
Originally Posted by mehulved
And what about QT? It has qt designer and if I remember right kdevelop4 will have something similar too for developing qt4 apps
|
me kde no like
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
01-01-2008, 01:45 PM
|
#17 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: GUIed Programming Platform
gtk2+ means more reaching in Linux..while qt means...it is supposed to be kde!  although many says qt developing is easy(no personal experiance!!)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
01-01-2008, 01:58 PM
|
#18 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: GUIed Programming Platform
Quote:
Originally Posted by praka123
gtk2+ means more reaching in Linux..while qt means...it is supposed to be kde!  although many says qt developing is easy(no personal experiance!!)
|
That's pure bullshit.
I had opera on my system without even having kdelibs, it's compiled with static qt. I neither had gnome or kde on gentoo back then but I could easily use both gtk and qt apps without having kdelibs or gnome-library on my system. Yes, there are certain apps which depend upon kdelibs cos they are an integrated part of kde, but that doesn't mean all qt apps need kde or kdelibs.
__________________
http://www.bash.org/?258908
|
|
|
01-01-2008, 02:03 PM
|
#19 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: GUIed Programming Platform
I just said normal(read 95%) kde apps which depends on all kdelibs.try installing amarok in Gnome and say!  even i am using opera and i dont want to have qt installed on my pc and uses opera-static! 8)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
01-01-2008, 02:07 PM
|
#20 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: GUIed Programming Platform
Quote:
Originally Posted by praka123
I just said normal(read 95%) kde apps which depends on all kdelibs.try installing amarok in Gnome and say!  even i am using opera and i dont want to have qt installed on my pc and uses opera-static! 8)
|
read my post again. Amarok is an application that specifically relies on kdelibs. All Qt applications need not rely on kdelibs. So, someone can build a qt application without needing kdelibs. How do you suppose Qt3 apps run on windows and MacOS X?
If someone wants to code a program in Qt without using kdelibs, it's very much possible.
__________________
http://www.bash.org/?258908
|
|
|
01-01-2008, 02:31 PM
|
#21 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: GUIed Programming Platform
my point is in a Linux context,most of those who program with qt are kde people!and again many wants to keep their software inside kde de.so they make programs depdendency most kdelibs!thats what i meant.there is no reason i can find to have such wonderful softwares like ktorrent,amarok etc binding to kdelibs dependencies!no wonder,exaile is born due to this deps mess which kde apps are needing!
in a brief,90% of kde programs CANNOT be installed with a single libqt3/4-mt library.all are compiled with kdelibs as dependency which i dont want!150MB+ download for a single player!OH GOD JESUS!Save!!!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
01-01-2008, 02:39 PM
|
#22 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Re: GUIed Programming Platform
Yeh, an example would be Skype for linux.
QT applications look pretty. Opera sucks though, it keeps hanging my system >_>
Apps starting with K need KDE definitely. They make it so that it intergrates well into KDE, no other reason. You omit that out, you have a standard global application, right?
__________________
Harsh J
www.harshj.com
|
|
|
01-01-2008, 02:53 PM
|
#23 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: GUIed Programming Platform
Quote:
Originally Posted by praka123
my point is in a Linux context,most of those who program with qt are kde people!and again many wants to keep their software inside kde de.so they make programs depdendency most kdelibs!thats what i meant.there is no reason i can find to have such wonderful softwares like ktorrent,amarok etc binding to kdelibs dependencies!no wonder,exaile is born due to this deps mess which kde apps are needing!
in a brief,90% of kde programs CANNOT be installed with a single libqt3/4-mt library.all are compiled with kdelibs as dependency which i dont want!150MB+ download for a single player!OH GOD JESUS!Save!!! 
|
This is programming section. He isn't asking for qt apps. He's asking for programming languages, Qt works with C++, as he needs and Qt is in no way dependant on kdelibs. I don't see how kde dependancies come up here unless the programmer wants to use it.
__________________
http://www.bash.org/?258908
|
|
|
02-01-2008, 01:21 AM
|
#24 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
OK, let me get to the main reason why many of us desist from using KDE:
KDE culture is just too shocking for most of us. Apps have abstract names, unlike simple and meaningful names for Gnome Apps. Everything starts with the word K. K is everywere. It does not sound as good as G. Many world are PERPOSEFULLY MISPELLED. It has manythings that are just not named right and refered to in the right way. KDE is just too ovwelhming compared to gnome when it comes to this. Its reflected everywere, and this makes me MAD.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
|
|
|
02-01-2008, 01:27 AM
|
#25 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
Re: GUIed Programming Platform
^many more things to count..for me...i am...just not comfortable in Kde..i tried and tried...but...hates kde now!although i knows that qt is a gr8 platform for programmers,but ppl like me,who are just simple Desktop Linux users-many are NOT comfortable with kde's messy menus and configurations..also the people who are dedicated to kde de will make u mad when u try G vs K in intl forums or IRC etc..while most Gnome ppl are much more practical and loves simplicity yet functionality and customizibility!though i cant agree 100% with Gnome's HIG(Human Interface Guidelines),their work seems to reap benefits as from Gnome v-2.12 onwards  now expecting for the BIG one Gnome-3.0 8)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
|
|
|
02-01-2008, 01:55 AM
|
#26 (permalink)
|
|
The Smaller Bang
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
|
Re: GUIed Programming Platform
I think if KDE renames their stuff, and provides both simple and complex interfaces, and has a GTK2+ wrapper that intergrates those apps into KDE, it will be the best thing ever.
but for starters, we need a good programming kit with lots of easy to use pre-made widgets that can be used for easy programming.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
Last edited by MetalheadGautham; 02-01-2008 at 01:55 AM.
Reason: Automerged Doublepost
|
|
|
02-01-2008, 10:29 AM
|
#27 (permalink)
|
|
Wire muncher!
Join Date: Nov 2003
Posts: 6,173
|
Re: GUIed Programming Platform
Quote:
Originally Posted by MetalheadGautham
OK, let me get to the main reason why many of us desist from using KDE:
KDE culture is just too shocking for most of us. Apps have abstract names, unlike simple and meaningful names for Gnome Apps. Everything starts with the word K. K is everywere. It does not sound as good as G. Many world are PERPOSEFULLY MISPELLED. It has manythings that are just not named right and refered to in the right way. KDE is just too ovwelhming compared to gnome when it comes to this. Its reflected everywere, and this makes me MAD.
|
While that mebbe your personal opinion, I haf absolutely no problems with KDE except the fact that its a bit heavy on resources. XFCE is very very light but the customization is very limited; while KDE is prolly the best DE for out of the box customization. GNOME is a bit heavier and give more customization that XFCE but is lighter and somewhat less customization than KDE. Its somewhere in between.
Haf you tried KDevelop? I find it better than its GNOME counterpart.
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."
http://phoenix-ani.blogspot.com
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|