Crossroads - Patch67/Graphics GitHub Wiki

I've got a fairly good GUI now but it lacks a couple of features; floating docking toolbars.

I am now at a crossroads; do I spend time making the floating toolbars or do I push ahead with the graphics program? I have fallen into the trap of not having a clear goal, however I do have a reasonable basis for either goal.

Option 1: Create the perfect GUI program and subsequently develop the GUI maker Pros This might be very useful to people, it might get a lot of downloads and use.

Cons it gets quite difficult to create image based buttons as they require a PIL library that is not a standard part of Python 3.4 download.

Option 2: Create the drawing program Pros I'd like doing this

Cons It s purely academic exercise for me.

So what's it going to be?

Answer do both.

I can fork my Graphics repository and take one fork for the GUI programming side and the other fork to the Grphics program side.