The toolkit tag has no wiki summary.
6
votes
3answers
131 views
Why would each widget need a reference to its parent in a simple widget system?
I'm working on a simple widget system (single window, fixed size). Each widget gets its parent (i.e. the widget containing it) passed into its constructor - except for the root widget, which I called ...
4
votes
2answers
2k views
What good graphics libraries are there for Python, not necessarily having to be about games?
I would like to try out a simple graphics programming framework for Python. It mustn't be game specific or anything, nor does it have to support 3D. I just want to use it for drawing graphs, charts ...
3
votes
1answer
266 views
Java GNOME bindings, are those a good idea?
What do you think of Java's GNOME bindings and I was surprised to know that the latest version of the bindings was released this month and they're backed by a company that uses them, which means that ...
1
vote
1answer
107 views
What is “toolkit design”?
What does "toolkit design" mean and what are the basic steps to design a toolkit for a specific task/project?
It appears in a task description which says: "This task deals with the design of ...
1
vote
1answer
652 views
What toolkit to use for card game? [closed]
I'm new at this and I was wondering if someone could suggest the most appropriate API to use to make a card game that is:
cross-platform
two-player
peer-to-peer
capable of laying out cards (png ...