Learn how to do your own plasmas using Tweaked mode and mode 13H. Full sources in Watcom C/C++ 10+ included in this archive !
File List:
ANUTUT1.TXT
7Kb
FILE_ID.DIZ
356b
MAKEFILE.BAT
115b
PLASMAC.C
2Kb
PLASMAC.EXE
47Kb
PLASMAC.LNK
185b
PLASMAC2.C
2Kb
PLASMAC2.EXE
47Kb
PLASMAC2.LNK
187b
Similar code
Tom's Plasma
(Popularity: ) : Decent plasma example - Has some "fractal clouds" code too. Needs a random number generator of it's own so that there isn't the huge data file of mostly random numbers that goes along with it. BASIC PLASMA EFFECT
(Popularity: ) : Classic plasma effect but the main routine is very optimized. Sources (in C) in joined. Just take a look at the screenshot and maybe download it. coded with TC++3