Ask YC: What should I use for front end GUI development?
Though I have worked on compilers using C, I haven't done any GUI programming before.
Currently I am working on a project that will require some nice looking front end GUI. I am looking for a tool to develop platform independent GUI. The project will also have some web interaction.
What language and library will you suggest for this.
I have heard about python and tknter.
5 comments
[ 3.3 ms ] story [ 21.6 ms ] threadIf you are set on using Python, you could do a lot worse than wxPython. It is much more like "traditional" GUI programming (e.g. if you have done Motif you will pick it up straight away). You can also get at wx from C++ if that's your bag.
I liked Enso's interface ... can that type of interface be designed using Tcl/Tk ?
2) I've never implemented my own widgets but plenty of people have, check out BLT as an example
3) I don't know what Enso is I'm afraid.
If you're a C hacker Objective C may be the best option, but I don't know mature http://www.gnustep.org/ is.