Graphics Enginev2
by JoshD (13 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
Envision 2d Engine BETA 2:
Heaps of easy to use graphics functions
-Animation in one line.
-Easy sprite in one line.
-Screenshots: Incremental file names.
-ZOrder: Drawing objects in order.
-Tiling: Some function incomplete
Existing Functions: blending (by percentage), rotating, copying using a colourkey, creating masks, printing text with border/bg, and printing a custom bitmapped font. It also includes the "Envision" engine which has a few functions: validating paths, easy FPS counter, nice "stopwatch" style timer. To it use simply compile to a DLL and add a reference to it in your app. This app is a prelude to a pure VB 3D engine I am planning on. The engine will be based on the code I've already posted here - so have a look at my previous submissions I've spent a while on this so any feedback positive or negative (preferably positive) would be appretiated.
PLEASE PLEASE vote!
API Declarations
BitBlt, GetPixel, SetPixel
Download Graphics Enginev2
Download Graphics Enginev2 (103 KB)