by Odin (6 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(3 Votes)

Well, it has been a while since I posted anything on here. I finally rewrote some of the code to my previous fire examples and managed to increase the speed of the program by roughly 40-50%. This has allowed me to create a fullscreen effect WITHOUT using DirectX. I did use DirectX just to change the screen resolution, so you will need DirectX to run this. I really hope you enjoy this. Please read the README FIRST file before compiling. This should answer a lot of your questions. The program is currently set to run in 32-bit color, but you can change it to 16-bit if you have problems (constant at beginning of code). 16-bit runs faster. Also, please come back and vote or at least tell me what you think. If you let the fire run for a little while, it will look better. So don't just run it for a second and quit. I may eventually write this in DirectX which should be even faster than this. You need the .pal files in the same directory as the exe. (They hold the colors to use) If there is enough demand, I may release code that will generate these for you.
Assumes
Make sure you read the README FIRST.txt before compiling the code.
Side Effects
None known
API DeclarationsSeveral, look in the code.