Tuesday, October 27, 2009

A right tool

I need to rewrite my tools code. It's got too unwieldy and adding stuff to it has become a nightmare.

It needs things like a basic "class" (although it's in C) for things like creating a zoomable scrollable window that allows clicks and zoomed overlays (such as a grid or outlines round "stuff"). All the code for that is in there already, just I have to recreate it each time for each new window and it's becoming a nightmare so it's time to add all that stuff to the window structure I created and have a single function to create that scrolling/scaling/does stuff "widget".



Pete

No comments:

Post a Comment