Not sure if it can be done in 3D, let alone in 2D with blitz...
Has anyone had any success with loading and displaying an AVI ?. I dont mean with an external DLL, but with blitz instructions.
I was just having a look at 'Heart of Darkness' - wondering if it would be possible to do something like it with blitz. The main game is a very simple affair, guess most of the CPU time can be taken up processing the AVI.
From what I've seen of the AVI format, it doesnt mask with a background.. so I'd have to get down & dirty in the rendering loop itself, checking the pixels as they are displayed. (if its not too slow !)
And NO I dont want to use animated textures..
Has anyone had any success with loading and displaying an AVI ?. I dont mean with an external DLL, but with blitz instructions.
I was just having a look at 'Heart of Darkness' - wondering if it would be possible to do something like it with blitz. The main game is a very simple affair, guess most of the CPU time can be taken up processing the AVI.
From what I've seen of the AVI format, it doesnt mask with a background.. so I'd have to get down & dirty in the rendering loop itself, checking the pixels as they are displayed. (if its not too slow !)
And NO I dont want to use animated textures..