Free Rapid Applicaiton Develpment (RAD)

Discussion about everything. New games, 3d math, development tips...
Post Reply
AutoDMC
Posts: 104
Joined: Sat Sep 18, 2004 3:44 pm

Free Rapid Applicaiton Develpment (RAD)

Post by AutoDMC »

Hi.

I'm looking for a free RAD toolkit. I've tried GLADE (was it GLADE, the GTK+ RAD?), but it didn't work too well on my computer. I need one for Windows, and it would be a super plus if it was "cross platform," I.E. I make an Irrlicht tool for Windows, I could port it to linux or give it.

Any pointers would be appreciated. I started working with GDK+, but lost myself, Win32 makes no sense to me, etc.

I need a way to make a tool or utility or three quickly and relatively easily. Any help or pointers would be appreciated!
disanti
Posts: 367
Joined: Sat Jan 17, 2004 1:36 am
Location: California, US
Contact:

Post by disanti »

Try RealBasic, from what I have heard it is pretty good, but I've never used it myself.
________
Los Angeles Dispensary
Last edited by disanti on Thu Feb 24, 2011 10:39 am, edited 1 time in total.
AutoDMC
Posts: 104
Joined: Sat Sep 18, 2004 3:44 pm

Post by AutoDMC »

I've looked at REALBasic... but it's not Free :D

I was hoping to find a FREE solution... basically since I've spent all my savings on getting my computer ready to do Motion Graphics for my business!
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

A decent Python IDE would be my first choice, but I havent used any. (Boa Constructor looks nice). Python reads like basic, works like c++, and has libraries to abstract just about everything.

another idea - i know this isn't free and its about as dirty as they come... but if you've got ms office installed, you can make some pretty mean apps in vba. it's got a gui builder, command line, auto-completion and function help, and you can drop most activex controls in to your dialogs. I hate the beast as much as anyone but I have to admit VBA is pretty powerful. open excel, tools->macros->vb editor, right click->new form, squirt one out in ten minutes ;)
soconne
Posts: 87
Joined: Fri Mar 05, 2004 2:00 pm

Post by soconne »

You can download Borland's C++ Builder 6 as an evaluation as long as its not used for commercial purposes.
Pentium M Centrino 2.2Ghz
1.5GB DDR2
6800 Ultra Go 256MB
80GB 5400 rpm
17"
Fred

Post by Fred »

For Python:

gazpacho (spelling)
Spe
Boa Constructor

I think the first two generate Gtk XML files that describe a GUI, so they can probably be used from C++/C.
Post Reply