Skip to content

venomix666/DOSDEMO

Repository files navigation

DOSDEMO

A small collection of simple demo effects for DOS using mode 13h, written to be compiled with Open Watcom 1.9.

Building

With Open Watcom 1.9 installed, just run "wmake" to build all effects.

Effects

Fire

A simple fire effect with some horizontal offset on the seed lines to make it more interesting.

fire_000

Plasma

Classic plasma effect using a sine table and fixed point arithmetic.

plasma_001

Wormhole

Palette rotation wormhole effect. It doesn't look very good right now as the bitmap was converted from a 640x480 BMP to a 320x200 PCX and a lot of artefacts were introduced.

wormhole_000

Rotozoom

Rotozoom effect, rotating and zooming a texture read from a .PCX-file using a sine table and fixed point arithmetic.

rotozoom_000

About

Demo effects for DOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages