Pages: 1
  Print  
Author Topic: I hate making user interfaces. Would anyone like to help me make an IDE?  (Read 11075 times)
Offline (Unknown gender) onpon
Posted on: December 04, 2013, 05:48:38 pm

Member
Joined: Feb 2010
Posts: 102

View Profile WWW Email
I've developed a universal game engine for Python called the SGE ("Stellar Game Engine"). You can think of the SGE as an alternative to ENIGMA. It has a website here:

http://stellarengine.nongnu.org

I've been facing a huge problem lately, though: now I have to make an IDE for this, particularly a room editor. But the thing is, I hate making user interfaces. It's just not the type of programming I like to do. Because of this, development of just the room editor, which I've decided to call the SELE ("Stellarly-Encompassing Level Editor"), has been horrendously slow, and every time I go to it I feel overwhelmed before I even get started.

So, if anyone here actually likes making user interfaces and would like to help, please join in! I don't even care what libraries are used. Heck, I don't really care what language is used.

This is a lot more detailed, if you're into that kind of thing:

http://www.gamedev.net/classifieds/item/2613-ide-for-a-python-game-engine-ive-written/
Logged
Offline (Male) Goombert
Reply #1 Posted on: December 04, 2013, 06:11:04 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
Oh hey that is pretty neat. Use Qt for your IDE though.
http://qt-project.org/
It is what we are currently going to use for our new one >: Best cross-platform GUI API out there, and Unity is being rewritten with QML and Ubuntu and other popular Linux distros will have the Qt framework out of the box, so your application size will be very small on those platforms.

« Last Edit: December 04, 2013, 06:17:42 pm by Robert B Colton » Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Offline (Unknown gender) onpon
Reply #2 Posted on: December 04, 2013, 06:25:18 pm

Member
Joined: Feb 2010
Posts: 102

View Profile WWW Email
True enough. I probably should learn Qt...
Logged
Offline (Male) Goombert
Reply #3 Posted on: December 04, 2013, 06:28:11 pm

Developer
Location: Cappuccino, CA
Joined: Jan 2013
Posts: 2993

View Profile
It is about as easy as the .NET framework except really optimal and pretty much becoming the .NET framework of Linux distros at this point. The coding is very very easy and actually Object Oriented compared to say GTK. Not to mention it is very powerful, you can take any application written in it and style it with Cascading Style Sheets.
Logged
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect.

Pages: 1
  Print