Thread: How Qt is it?
View Single Post
  #3  
Old 03-15-2011, 10:34 PM
Solomoriah's Avatar
Solomoriah Solomoriah is offline
Incorrigible Kit Basher
 
Join Date: Jul 2006
Posts: 1,888
Default

I do all my work these days in Python with GTK.

I just don't see the point of futzing with C++... I get all the objects I need in Python without compiling or dealing with memory issues etc. No, it's not as fast. When I need fast, I build a plugin in C to do that part, then write the rest of the program in Python.

Way, way easier to debug.
__________________
NAR # 115523
Once upon a better day... SAM #0076
My site: http://rocketry.gonnerman.org
Reply With Quote