![]() |
| ||
| Best GUI toolkit? Ok, so I'm gonna work on a program, and I want to enable a gui for it. I have a few questions though... Question: Are there any out there that wont need a class structure? (I;ve never gotten them, and I'm working on them right now...) Question: How about easily updated and most versitile? Question: In your opinion, which is best? |
| ||
| Re: Best GUI toolkit? I think visual studio, is insanely easy to create a good looking gui. Of course you'll need the dotnet framework, but that's not a problem if you don't have it. You just download it. And learning oop is a piece of cake ain't it. Java as well, with a GUI builder would also be quick and easy. As long as you have a good idea regarding back end programming you shouldn't have a problem. For python try this: http://wxglade.sourceforge.net/ Respect, from one blender fan to another. |
| ||
| Re: Best GUI toolkit? None of the traditional GUI toolkits for Python require you to use object oriented programming ('OOP has class'), but it makes more complex programs easier to write and maintain. For some additional info see: http://www.daniweb.com/techtalkforums/thread61194.html |
| ||
| Re: Best GUI toolkit? I have started to program with windows concepts. It is different then console and that is were the learning curve sets in. Once you realize how to approach a GUI with its frames, windows, dialog boxes, buttons, labels and so on, you will enjoy it. I use Tkinter right now, it is part of the Python installation, and seems to be the easiest GUI toolkit to learn with. |
| ||
| Re: Best GUI toolkit? Hi there danizzil14, I am giving you two examples of a simple Tkinter 'Hello World' code. The first one is without the use of class: # Tkinter programming without a classHere is the same program using a class structure: # Tkinter programming using a class |
| All times are GMT -4. The time now is 8:14 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC