Is this for a memory handler? If it is, you probably don't want to be moving memory around that often, do you? That would be a fairly significant performance hit.
------------------
DavidRM
Samu Games
Is this for a memory handler? If it is, you probably don't want to be moving memory around that often, do you? That would be a fairly significant performance hit.
------------------
DavidRM
Samu Games
-ddn
------------------
FlyFire/CodeX
http://codexorg.webjump.com
I wanted to store sprites (make some kind of sprite cache) in video memory so sprite blitting can be accelerated with VBE/AF (That's for my NE project - more info on my homepage). Blocks (sprites) will be rectangles of any size.
ddnguyen, can you tell a little more about that "popular A*"?
Thanx in advance,
------------------
FlyFire/CodeX
http://codexorg.webjump.com