Moosader wrote:
UI
I don't think I have time to step through the UI code tonight, but here's what I'm gathering, purely from looking at the files:
There are a lot of files. I think at this point, there are too many files for the point that Pickin' Open Sticks is at.
If we're going to integrate a sophisticated GUI into Pickin' Open Sticks, it should be developed outside of PoS and brought in later, either through importing the code or via dll.
For the time being, we might remove the UI code, if Sutabi sees fit.
I think it's partially getting in the way, because there's so much, and it will scare any new contributors away (too much to grok with, having to learn). Plus, it's quite complex and implemented before we set up any standards for branching or code writing standards.
I'd like to have a more functional and better looking UI developed before committing something partially written.
I do like that they're in their own namespaces.
Yeah.. sorry that's the old gui, I haven't updated the PoS gui code. Now it's in a static library, and the ui is initialized from an .xml file... so it's cleaner

.
I'll take care of that when I have some time.