Few simple graphical special effects programs ( Fire, Snow and Plasma ) with commented and easy to understand source code in full C and with no assembly language.
This zip file includes some simple effects created by me after having some trouble in learning them. All the code is implemented in full C with no assembly language and compiling them requires
Watcom C ( 9 or higher ) and/or DJGPP C. If you want to port it turbo C make sure you initialize and use those video memory stuff properly. If you program for DOS very much, then get the DJGGP C compiler from delorie.com, it's free and more optimizing that any other PC compiler I know of ( including Watcom C++ / VC++ ).
Please note that these files are given with the hope that it will be helpful for some of you. However the author holds no resposibility for any problems arising out of the use of it.
File List:
SNOW.EXE
20Kb
fr4.c
3Kb
fr4.exe
19Kb
fr5.c
4Kb
fr5.exe
31Kb
plasma.c
4Kb
plasma.exe
44Kb
readme.txt
1Kb
snow.c
4Kb
Similar code
WinFire
(Popularity: ) : A windows port of a very realistic fire algorithm. Translated from Pascal to C++ and ported to Win32 using GDI. 3D BURNING CUBE !!!
(Popularity: ) : This is a real time 3d spinning cube. The cool thing is that the cube is burning. The result in very beautiful. The burning routine is very powerful, for programmers the totally of my source is added :o). Coded with ... 3D FIREWORK (giga explosion!)
(Popularity: ) : This demo is a 3D engine showing 3D Fireworks. That is very realistic because I have used physic equations. The camera fly through the stars, that is simply WONDERFUL. Look at the screenshot and DOWNLOAD! coded with TC3