VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Tunnels & Things

by Robert Rayment (69 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (14 Votes)

Tunnels & Things by Robert Rayment:
The simplicity of this appeals to me. Draw to a byte array and blit it to the form using StretchDIBits. The advantage of StretchDIBits is that it can take a pointer to the byte drawing surface and to a palette. It can be as close as VB gets to direct screen addressing similar to the old DOS Screen 13, only better. It is no competitor to DirectX but is very much simpler and pretty fast. The demonstration shows various tunnels, MMX scrolling, Plasma, Fire etc. Drawing is done using VB and animation using assembler (assembler doesn't have to be used but I prefer it). Win98 only. Zip file is 63KB.

Assumes
Just run it
Code Returns
Pictures
API Declarations
A few

Rate Tunnels & Things

Upload

Download this snippet    Add to My Saved Code

Tunnels & Things Comments

No comments have been posted about Tunnels & Things. Why not be the first to post a comment about Tunnels & Things.

Post your comment

Subject:
Message:
0/1000 characters