I've noticed that quite a bit of time is taken up by figuring out math for drawing things etc...
it would be useful to have a simple window where we could test gfx functions and see them draw without launching the app similar to designer scripts but just basically with bitmaps and canvases + drawing/loading functions and being able to declare views. For example I'm writing one right now to scale an image and keep its aspect ratio into a box of a totally different dimension, it's pretty brutal. Actually turning to visual studio express for a minute just because Its faster to work with and see the results, but it would be nicer if there was just a simple window to do this built in. The advantage is being able to write/copy/paste native code.
it would be useful to have a simple window where we could test gfx functions and see them draw without launching the app similar to designer scripts but just basically with bitmaps and canvases + drawing/loading functions and being able to declare views. For example I'm writing one right now to scale an image and keep its aspect ratio into a box of a totally different dimension, it's pretty brutal. Actually turning to visual studio express for a minute just because Its faster to work with and see the results, but it would be nicer if there was just a simple window to do this built in. The advantage is being able to write/copy/paste native code.