You have a bank of memory with image data
Modify some data here and there, modify some more later on.
Great, but we don't want to draw it all pixel by pixel.
Too slow.
If PureBasic had commands to copy and paste, to and from videomemory/buffers/banks whatever, then some cool effects could be had.
Lastly, some commands to do some of the dirty work for transparency on these non video memory areas. Plus any other useful memory manipulation commands (and,xor,not etc...)
I guess what I am getting at is having a way to have pseudo bitplanes that can be copied,combined and manipulated to various degrees.
So, in an example
I got a background in bank 1
I got a forground in bank 2
I got particle effects in bank 3
and maybe several other banks
so....
BEFORE tranfering all this to the display / backbuffer
we first combine and/or copy the various banks and send them to a destination bank and when everything is done, THEN we send this to the video buffer.
CombineBanks [BankSource1,BankSource2,BankDestination,(boolean)]
CopyBank [BankSource1,BankDestination,(boolean)]
FillBank[Bank,<value>]
of coarse some sort of coordinate system or boundry should be implemented
to transfer certain sections
The list could go on.. like increment every number in the bank by N
Lastly, performing 2d operations in banks as if it were video memory, like circle,plot,box etc..
That's it I guess. I was spoiled on the Amiga with all the blitting and stuff. Feel free to ignore this Fred unless it has any merit what-so-ever. I will pray silently to myself. Maybe there are commands to do this and just have not seen them yet.
FYI: I am current Blitz2D and Blitz3d user. I unfortunately could not shell out yet more money on BlitzPlus and then later BlitzMax. I understand people need to make money, but I like to keep some of mine. I possibly made the mistake of purchasing IBasic too, because it had a lot of what Blitz lacked, but THEN I see PureBasic and I feel I wasted both time and money... but I really do love Blitz and I feel for Mark, I really do.
PureBasic appears to have the best of many worlds, so far I am HIGHLY impressed. This will probally be my next purchase, and will gladly pay for major updates if PureBasic is as good as I think it is. (I know updates are free... ::people do need to make money though::

Great Work Fred and Great community. Man, do I feel warm and fuzzy now!