Search for "88": 2890 matches(displaying first 250)

3D Tutorial by FH94.3 of Nitro
/code/3d/docs/fh-3dtut.zip
18 Jan 1998 (catalog date)
12,903 bytes
Download FTP scene.org
Rating:
Explains how to rotate in 3D.

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

Polyfiller Tutorial by Karma of TFL-TDV
/code/3d/docs/ttka3ddo.zip
18 Jan 1998 (catalog date)
15,613 bytes
Download FTP scene.org
Rating:
A good explanation of different types of polyfillers.

Zed 3D by Zed
/code/3d/docs/zed3d060.zip
10 Jan 1997 (catalog date)
357,811 bytes
Download FTP scene.org
Rating:
A comprehensive doc on many aspects of 3d math and programming - Designed for those comfortable with math. It spells out the math concepts needed and shows their application, but by no means spoon feeds the information to you.

Zed 3D by Zed
/code/3d/docs/zed3d095.zip
19 Jan 1998 (catalog date)
697,450 bytes
Download FTP scene.org
Rating:
Zed 3d - a document explaining the maths you'll need for 3d. Word and postscript formats of the same file. Zed has an attention to detail and a great way to explain all the math. I highly recommend this to anyone starting to make a 3d engine who doesn't know where to start (start with the math, not the polygon fillers, believe me! the fillers are trivial in comparison). See the bibliography for where to go next.

Clax by Borzom
/code/3d/systems/claxsrcp.zip
19 Jan 1998 (catalog date)
49,402 bytes
Download FTP scene.org
Rating:
Clax Keyframing system. Multi-platform. Confusing to use code, but possibly worth it if you don't want to write your own keyframer.

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

Trifiller Routine For Mode 13h by Mike Caruso
/code/3d/trifill/flat/trifill.zip
01 Dec 1997 (catalog date)
37,622 bytes
Download FTP scene.org
Rating:

Gouraud filler by Cazz
/code/3d/trifill/gouraud/cazzgour.zip
19 Jan 1998 (catalog date)
65,361 bytes
Download FTP scene.org
Rating:
Gouraud filler and some code for rendering an object. Incorrect x clipping. PI = 3.14159265 *3* 58979323... (you only need the first 5-7 digits anyway...)

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

4 Sided Polygon Texture Mapper by Alan Parker
/code/3d/trifill/texmap/bastxmap.txt
08 Jun 1997 (catalog date)
8,601 bytes
Download FTP scene.org
Rating:
Although this texture mapper is coded in GFA Basic for the Atari ST the code is comprehensible enough to be useful for PC owners.

Crappy Texture Map by Mandrill
/code/3d/trifill/texmap/ctm.zip
19 Jan 1998 (catalog date)
6,214 bytes
Download FTP scene.org
Rating:
Crappy Texture Map. At least you know what code should be doing what. The filler looks familiar (the register lay out). The texture 'swims' so I'm not sure this is a routine to emulate.

Texture Mapper by Lee Lorenz
/code/3d/trifill/texmap/text_eng.zip
08 Jun 1997 (catalog date)
231,920 bytes
Download FTP scene.org
Rating:
Hardly any comments included with the source, but the source is not very hard to understand.

Texture Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

Texture Mapper by Fantom of Ultimate Brains
/code/3d/trifill/texmap/texture.zip
08 Jun 1997 (catalog date)
112,765 bytes
Download FTP scene.org
Rating:
There are no comments included with the source, so you'll need to spend some time before you totaly understand what's going on.

Tiled Texture Mapping Tutorial by TheGlide of Spinning Kids
/code/3d/trifill/texmap/tiletmap.zip
03 Jun 1998 (catalog date)
4,757 bytes
Download FTP scene.org
This is a little document that explains how to code a tiled texture mapper that handles any power of 2 texture sizes. The document contains some little C code to get you started. To fully understand the doc you should have already read MRI's fatmap.txt and fatmap2.txt.

Texture Mapping Tutorial by Tumblin of Bodies In Motion
/code/3d/trifill/texmap/tmaptut.zip
08 Jun 1997 (catalog date)
66,330 bytes
Download FTP scene.org
Rating:
Excellent tutorial on texture mapping. A must for starters!

Triscan by Andrew Harvey
/code/3d/trifill/texmap/triscan.zip
19 Jan 1998 (catalog date)
11,472 bytes
Download FTP scene.org
Rating:
Some triangle fillers. Doesn't assemble as is. Uses lots of assembler macros, which is good for style and helps portability, but kills readability for people not familiar with the code.

3D Studio .3DS File Reader v1.2 by Jare of Iguana
/code/3ds/3dsrdr12.zip
07 Oct 1996 (catalog date)
5,858 bytes
Download FTP scene.org
Rating:

FFF sources by ChAr
/code/audio/convert/fffsrcs.zip
02 Jul 1997 (catalog date)
60,660 bytes
Download FTP scene.org
Rating:
A converter for GUS Interwave Patches. Bonus points to the first person who uses this? No code documentation.

GUS Environment by Patch
/code/audio/detect/gusenv.zip
10 Jan 1997 (catalog date)
1,481 bytes
Download FTP scene.org
Rating:
Grabs the Ultrasnd environment for you - Good for those who don't know how to find an environment variable, but it doesn't tell you much. It may give you a place to start.

GUS Revision by data
/code/audio/detect/gusrev02.zip
10 Jan 1997 (catalog date)
13,044 bytes
Download FTP scene.org
Rating:
GUS revision detector v0.2b - Isn't this in the manual that comes with the GUS, or somewhere on the board? No code.

D00 Format by Joachim Fenkes
/code/audio/docs/d00form.zip
10 Jul 1997 (catalog date)
3,642 bytes
Download FTP scene.org
Rating:
D00 format. Needed if you want to write a player for the adlib files produced by EdLib by JCH/Vibrants. As a side note, EdLib comes with a description of the file format.

DMF Module Format Specifications by Code-X of Delusion
/code/audio/docs/dmfinfo.zip
21 Jan 1998 (catalog date)
29,524 bytes
Download FTP scene.org
Rating:

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

IW SDK
/code/audio/docs/iw_sdk20.zip
10 Jul 1997 (catalog date)
2,796,518 bytes
Download FTP scene.org
Rating:
The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.

MOD Format Specifications by Ian Tweedie
/code/audio/docs/modform.zip
21 Jan 1998 (catalog date)
5,923 bytes
Download FTP scene.org
Rating:

Protracker Studio 16 Module Format Specifications by CyberStrike of Renaissance
/code/audio/docs/ps16form.zip
21 Jan 1998 (catalog date)
14,375 bytes
Download FTP scene.org
Rating:

PS32 S3M Gusplayer for Watcom/C by PGM of Extravaganze
/code/audio/docs/ps32-wc.zip
21 Jan 1998 (catalog date)
65,253 bytes
Download FTP scene.org
Rating:
Full sources included.

PTM PolyTracker Format Specifications by JAL of Nostalgia
/code/audio/docs/ptmform.zip
21 Jan 1998 (catalog date)
8,329 bytes
Download FTP scene.org

Adrenalin MOD player by Beta of A-Men
/code/audio/players/amod095.zip
10 Jan 1997 (catalog date)
108,866 bytes
Download FTP scene.org
Rating:
A mod player for pascal and has a TSR to play music in the background - No SB support, horrible documentation, little to no support.

Cubic Player 2 Software Development Kit by Niklas Beisert of Cubic
/code/audio/players/cp2dk05.zip
19 Jan 1998 (catalog date)
131,123 bytes
Download FTP scene.org
Rating:
Cubic Player 2 Development Kit 0.5. Has a music player at least. I'm not going to figure out exactly what this is supposed to be for. No docs.

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

GUS Play interface by Juggler of BTL
/code/audio/players/gp15-pas.zip
10 Jan 1997 (catalog date)
46,188 bytes
Download FTP scene.org
Rating:
An interface for GUS Play for TP - Comes with Robban's GUS play and CyberStrike's Ultradox

GTSR by CyberStrike of Renaissance
/code/audio/players/gsrc211.zip
10 Jan 1997 (catalog date)
70,125 bytes
Download FTP scene.org
Rating:
A TSR mod player for GUS - Good code, but lack of documentation makes it difficult to figure out what's going on.

GUS Play by Robban of Cascada
/code/audio/players/gusp15.zip
10 Jan 1997 (catalog date)
19,591 bytes
Download FTP scene.org
Rating:
Robban's GUS Play - A favorite for intros in the past. Complete and small. Supports GUS and .mod files only.

Rad C by Zephyr of Darkness, Plasm
/code/audio/players/radc_v11.zip
12 Aug 1997 (catalog date)
27,883 bytes
Download FTP scene.org
Rating:
Lib for playing Rad files from C. Who uses rad files and Borland C? Well, it's here if you need it.

Module Player for GUS/PAS/SB by Frontman of Crew242
/code/audio/players/soundss3.zip
21 Jan 1998 (catalog date)
384,499 bytes
Download FTP scene.org
Rating:
Full sources included.

Module Player by PSI of Future Crew
/code/audio/players/stmik020.zip
21 Jan 1998 (catalog date)
162,009 bytes
Download FTP scene.org
Rating:
Sources for Mental Surgery included as an example.

Module Player Fix by PSI of Future Crew
/code/audio/players/stmikfix.zip
21 Jan 1998 (catalog date)
10,362 bytes
Download FTP scene.org
Rating:
Bugfix for stmik020.zip

Tiny SoundBlaster Modplayer by Pelusa of Psychic Monks
/code/audio/players/tinyplay.zip
21 Jan 1998 (catalog date)
14,306 bytes
Download FTP scene.org
Rating:
A realmode 3kb modplayer.

Tiny SoundBlaster Modplayer by Pelusa of Psychic Monks
/code/audio/players/tnyplay2.zip
21 Jan 1998 (catalog date)
8,979 bytes
Download FTP scene.org
Rating:
A realmode 3kb modplayer.

Vibrants Adlib Player
/code/audio/players/vib-asm.zip
21 Jan 1998 (catalog date)
10,744 bytes
Download FTP scene.org
Rating:
Great for BBS intros.

Module Detector by Harald Zappe
/code/audio/utils/detect.zip
26 Feb 1998 (catalog date)
6,894 bytes
Download FTP scene.org
Rating:
Determines the module type of any file. Module types invented after 1994 are not supported.

GusDump v1.0 by Firelight
/code/audio/utils/gusdump.zip
26 Feb 1998 (catalog date)
10,714 bytes
Download FTP scene.org
Rating:
Dumps the contents of the GUS memory to a file, very useful for sample rippers.

Internal Speaker Acid Generator by R. Schultz
/code/audio/utils/zreso11.zip
21 Jan 1998 (catalog date)
16,402 bytes
Download FTP scene.org
Rating:
Not very useful.

Aplib V0.12b by Jibz
/code/compress/aplib012.zip
04 May 1998 (catalog date)
57,733 bytes
Download FTP scene.org
Compression library based on aPACK. Good compression ratios and fast decompression. Very easy to use. Supports 32bit Watcom and DJGPP.

EXE Encrypter by Eclipse
/code/compress/crypt121.zip
26 Feb 1998 (catalog date)
12,773 bytes
Download FTP scene.org
Rating:
Protects your exe files against debuggers.

TChip Texture Generator by Mr. Aurum of Image
/code/compress/tchip.zip
17 Jan 1999 (catalog date)
82,154 bytes
Download FTP scene.org
Rating:
Stores textures in just a few hundred bytes, very useful for intros.

Underworld BBS by Dake of Devotion
/code/demosrc/bbsintro/dk_uwsrc.zip
26 Jan 1998 (catalog date)
17,240 bytes
Download FTP scene.org
Rating:
Simple BBS addy. Not very impressive but has good commenting. Helpful for those learning assembler.

Hobbit BBS Intro by Master Of Darkness of Deathstar
/code/demosrc/bbsintro/hobb1src.zip
06 Oct 1996 (catalog date)
11,801 bytes
Download FTP scene.org
Rating:

No We Ain't Dead Yet by Goblin, Random of Xtatic
/code/demosrc/bbsintro/x-no.zip
19 Jan 1998 (catalog date)
173,872 bytes
Download FTP scene.org
Rating:
No We Ain't Dead Yet - the BBStros. A 6?!? (I counted 7) course meal of bbs loaders, 6 with full sources. Nicely done.

BB Demo Source by Jan Hubicka
/code/demosrc/demos/bbsrc.zip
19 Jan 1998 (catalog date)
1,575,247 bytes
Download FTP scene.org
Rating:
Text Mode/ASCII demo for DOS and UNIX. Requires gcc to compile unless you really want to mess with the makefiles. Also requires /code/utils/graphics/aa-lib10.zip. Nicely done.

What Source by Niklas Beisert, Nils Piepenbrink of Cubic Team, $een
/code/demosrc/demos/wht95src.zip
10 Jul 1997 (catalog date)
46,092 bytes
Download FTP scene.org
Rating:
Notably DOES NOT come with a makefile. Uncommented, but nice code style. Awkward synching style.

Chaos source by Mrock of Hellcore
/code/demosrc/intros/chaossrc.zip
19 Jan 1998 (catalog date)
30,532 bytes
Download FTP scene.org
Rating:
Source for a tunnel effect with an adlib player. Different from chaos4k1.zip. Fairly nice code, some useful comments... very average.

Chaos by Consub of CSB
/code/demosrc/intros/csb_csrc.zip
10 Jul 1997 (catalog date)
24,328 bytes
Download FTP scene.org
Rating:
Simple 4k intro. Shadebobs, fire, some random stuff. Nifty idea for using 7 segment displays for all the text.

fysx by Jinesra
/code/demosrc/intros/fysx.zip
19 Jan 1998 (catalog date)
1,438 bytes
Download FTP scene.org
Rating:
A 256 byte intro with dual scrollers and fire-esque effect.

Flame intro by Deadbrain of Garbage
/code/demosrc/intros/gb_fmint.zip
10 Jul 1997 (catalog date)
105,628 bytes
Download FTP scene.org
Rating:
Flame Intro. Really blah, can't credit the mod player nor video lib coders.

Hooray by Neon of Spetsnaz
/code/demosrc/intros/hooray.zip
19 Jan 1998 (catalog date)
31,077 bytes
Download FTP scene.org
Rating:
Hooray 4-k intro (raytracing). Good code style for assembler, well commented functions, poorly commented math.

RST2 Intro Source by The Rising Sun Team
/code/demosrc/intros/rst2-src.zip
01 Dec 1997 (catalog date)
25,415 bytes
Download FTP scene.org
Rating:
A simple intro with fake diagonal coppers.

DOS Utilities by Sam of TFL-TDV
/code/dos/collstuf.zip
26 Feb 1998 (catalog date)
34,149 bytes
Download FTP scene.org
Rating:
Contains some simple dos utilities coded in different languages.

DOS Environment Routines by Lee Hamel
/code/dos/glbenv11.zip
18 Jan 1998 (catalog date)
21,048 bytes
Download FTP scene.org
Rating:
Routines to read and modify the DOS environment.

TSR Clock by Sam of TFL-TDV
/code/dos/time3.zip
26 Feb 1998 (catalog date)
10,887 bytes
Download FTP scene.org
Rating:
Two tiny programs that put a clock in the upper-right of your screen.

Assembly Body for TSR Programs by Sam of TFL-TDV
/code/dos/tsr_xmpl.zip
21 Jan 1998 (catalog date)
36,141 bytes
Download FTP scene.org
Rating:

Assembler Laboratory v1.2 by Kurt Inge Groenbech
/code/editors/alabv12.zip
26 Feb 1998 (catalog date)
185,153 bytes
Download FTP scene.org
Rating:
A very good development environment that includes a very good editor with syntax highlighting.

Multi-Sprites Editor v5.5 by BPC
/code/editors/bpc-se55.zip
26 Feb 1998 (catalog date)
98,673 bytes
Download FTP scene.org
Rating:
A very good sprite editor with a nice windows-like user interface.

Sine Creator by Zyric
/code/editors/sc10f.zip
26 Feb 1998 (catalog date)
45,053 bytes
Download FTP scene.org
Rating:
Mouse driven utility to create nice sine curves to use for your demo effects.

Sine Generator by Claim of Mindstream
/code/editors/sg_v07.zip
26 Feb 1998 (catalog date)
30,188 bytes
Download FTP scene.org
Rating:
Generates an assembler listing of a sine lookup table.

3D Engine by Voltaire of OTM
/code/effects/3d/otm3d095.zip
01 Dec 1997 (catalog date)
254,469 bytes
Download FTP scene.org
Rating:
Supports lambert and gouraud shading.

Bump Map Routine by Ollie of Kalvados
/code/effects/bump/bumptut.zip
19 Jan 1998 (catalog date)
67,998 bytes
Download FTP scene.org
Rating:
Dirty pixels in the light map. Some useful comments.

2D Bumpmapping by T.C.P. of Diabolic Force
/code/effects/bump/tcp_bump.zip
17 Jan 1999 (catalog date)
86,560 bytes
Download FTP scene.org
Rating:
Explains how to do 2d bumpmapping on 256 color pictures.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

Asm Fire 2 by Legend
/code/effects/fire/asmfire2.zip
19 Jan 1998 (catalog date)
1,184 bytes
Download FTP scene.org
Rating:
Fire Example. No useful comments and not that impressive looking.

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

Fire effect by XtaC of Garbage
/code/effects/fire/gb_wfire.zip
10 Jul 1997 (catalog date)
21,102 bytes
Download FTP scene.org
Rating:
Fire Effect. Yet another fire example.

Matrix Demo by Simon Hern
/code/effects/floor/matrix.zip
08 Jun 1997 (catalog date)
95,834 bytes
Download FTP scene.org
Rating:
An example of an infinite tiled floor effect like the one used for the floors in doom.

4ge-fractal by CuteELF of 4ge
/code/effects/fractal/4ge-frac.zip
10 Jan 1997 (catalog date)
10,454 bytes
Download FTP scene.org
Rating:
A fractal zoomer - Has an explanation of how the effect is done, but doesn't say much about the generation of the fractal. Good overall program design and comments.

Circle Interference by Keith of Pixel Magic
/code/effects/interfer/ks_cwarp.zip
21 Sep 1997 (catalog date)
38,975 bytes
Download FTP scene.org
Rating:

Circle Interference by Kaos of Black Magic
/code/effects/interfer/techfun.zip
21 Sep 1997 (catalog date)
32,451 bytes
Download FTP scene.org
Rating:

bglass by Konrad Olejnik of K!O
/code/effects/lens/bglass.zip
19 Jan 1998 (catalog date)
50,803 bytes
Download FTP scene.org
Rating:
Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.

Crossfade by Esak
/code/effects/pallette/crosfade.zip
21 Sep 1997 (catalog date)
55,071 bytes
Download FTP scene.org
Rating:
Includes a good explanation of how it works.

Pallette Fade and Grab Routines by Mike Schutz
/code/effects/pallette/fade2.zip
21 Sep 1997 (catalog date)
3,032 bytes
Download FTP scene.org
Rating:

Fade Routines by Ash of Bunghole Productions
/code/effects/pallette/nlb-fade.zip
21 Sep 1997 (catalog date)
11,523 bytes
Download FTP scene.org
Rating:

Pallette Resampler by Jason Nunn of Superreal, Hornet
/code/effects/pallette/presamp.zip
21 Sep 1997 (catalog date)
85,884 bytes
Download FTP scene.org
Rating:
Fits multiple 256 color palettes into one.

ANuBiS DeMo TUtORs by RaPhiuS of ANubIS
/code/effects/plasma/anutut1.zip
19 Jan 1998 (catalog date)
71,746 bytes
Download FTP scene.org
Rating:
Simple Plasma Example. For Watcom, poor code style.

Argon by Insomniac of Matrix
/code/effects/plasma/argon128.zip
27 Dec 1997 (catalog date)
4,183 bytes
Download FTP scene.org
Rating:
tri-layer plasma in 128bytes, Assembler

JCL Plasma by Jeremy Longley
/code/effects/plasma/jclplasm.zip
10 Jan 1997 (catalog date)
88,979 bytes
Download FTP scene.org
Rating:
A nice plasma example - Pregenerates the plasma maps. Looks good.

Copper Bars by XtaC of Garbage
/code/effects/raster/gb_coper.zip
10 Jul 1997 (catalog date)
4,637 bytes
Download FTP scene.org
Rating:
Textmode copper bar example. Nicely commented.

Fullscreen Rotozoomer by Scott A. Deming
/code/effects/rotozoom/fullr_1.zip
26 Jun 1997 (catalog date)
17,886 bytes
Download FTP scene.org
Rating:
The algorithm is mathematicaly correcty, but it can be done faster.

Fullscreen Rotozoomer by The Faker of Aardvark
/code/effects/rotozoom/tf-texmp.zip
08 Jun 1997 (catalog date)
35,805 bytes
Download FTP scene.org
Rating:

20 Byte Parallax Starfield by pascal of Cubic Team
/code/effects/stars/passtar.zip
05 Oct 1996 (catalog date)
8,836 bytes
Download FTP scene.org
Rating:
A one-up on that other guy. :)

Star 97 by Deathlock
/code/effects/stars/star97.zip
19 Jan 1998 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
97 byte starfield. You were outdone on the concept for this one. Looks much better than the twentysomethings starfields. Well commented.

Starz V1.0 by VuLgAr UnIcOrN
/code/effects/stars/starz10.zip
03 Jun 1998 (catalog date)
154,676 bytes
Download FTP scene.org
This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.

Source for Tunnel Effect by PlastiikkiPaketti of Skraappa Skruuppi
/code/effects/tunnel/araidsrc.zip
06 Oct 1996 (catalog date)
28,319 bytes
Download FTP scene.org
Rating:
used in Stars/Nooon and Paimen/Coma, Doesn't explain the algorithm, not very optimized, low resolution

Tunnel Source by bca of Karva
/code/effects/tunnel/bca_tnl.zip
19 Jan 1998 (catalog date)
19,956 bytes
Download FTP scene.org
Rating:
A texture mapped tunnel effect. Has holes in the tunnel. No useful comments in the source. One nifty (old!) idea of taking advantage of mirrors in the lookup table. FYI - vasen=left, oikea=right, yl„=upper, ala=lower.

Various Demo Effects by Bjarke Viksoe
/code/effects/various/demostuf.zip
21 Sep 1997 (catalog date)
80,945 bytes
Download FTP scene.org
Rating:
Basic stuff like rotators, fire effects, starfields, etc.

Moving Sky With Multiple Layers by Saint
/code/effects/various/skymlpas.zip
03 Jun 1998 (catalog date)
10,728 bytes
Download FTP scene.org
This is a nice moving sky with multiple layers. Includes heavily commented Turbo Pascal source code (with embedded Assembler).

Vector Flag by David Hedly
/code/effects/vector/flag.zip
21 Sep 1997 (catalog date)
116,063 bytes
Download FTP scene.org
Rating:
The movement of this flatshaded vectorflag is very impressive!

Smooth Voxel Terrain Tutorial by Phred of OTM
/code/effects/voxel/voxeltut.zip
06 Oct 1996 (catalog date)
46,211 bytes
Download FTP scene.org
Rating:

Heart Quake's water source by ARM of Iguana
/code/effects/water/hq_water.zip
10 Jan 1997 (catalog date)
370,188 bytes
Download FTP scene.org
Rating:
The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.

100 byte water effect by Programmer of Universe Group
/code/effects/water/unv-100b.zip
27 Dec 1997 (catalog date)
2,237 bytes
Download FTP scene.org
Rating:
Assembler

Wave Pic by Quo Vadis
/code/effects/water/wavepic.zip
10 Jul 1997 (catalog date)
63,093 bytes
Download FTP scene.org
Rating:
Wave Pic. Difficult to understand the source code. It's more asm than C and I wonder why it wasn't just turned into a pure asm file.

Binary To Datafile Converter by Eminent Doom
/code/fileutil/bin2arr.zip
26 Feb 1998 (catalog date)
29,580 bytes
Download FTP scene.org
Rating:
Converts a binary file into a c array or into an assembly include file.

Datafile Maker by Blob of Digital Underground
/code/fileutil/dfmake.zip
26 Feb 1998 (catalog date)
33,312 bytes
Download FTP scene.org
Rating:
Lets you access multiple datafiles from one big file.

Textfile Convertor by Designer
/code/fileutil/et-con14.zip
26 Feb 1998 (catalog date)
32,660 bytes
Download FTP scene.org
Rating:
Converts ansi files and textfiles for amiga, unix, etc. to pc format and back again.

Data File Extractor by Patch
/code/fileutil/fcdemoex.zip
26 Feb 1998 (catalog date)
10,022 bytes
Download FTP scene.org
Rating:
Extractor for Future Crew demos. Extracts the data from Fishtro, Theparty, Unreal and Panic.

FLOS v1.0 Operating Shell by George Garrett
/code/fileutil/flos.zip
26 Feb 1998 (catalog date)
61,119 bytes
Download FTP scene.org
Rating:
A nice but very buggy dosshell.

Raw To C Convertor by Darion
/code/fileutil/hsi2arr.zip
26 Feb 1998 (catalog date)
68,805 bytes
Download FTP scene.org
Rating:
Converts binary files to C arrays.

Datafile Appending EXE by Kodiak of The Apollo Project
/code/fileutil/kadfile.zip
18 Jan 1998 (catalog date)
16,371 bytes
Download FTP scene.org
Rating:
Tutorial on appending datafiles to your exes.

Pop And Push by Ondrej Blazek
/code/fileutil/pop_push.zip
26 Feb 1998 (catalog date)
8,011 bytes
Download FTP scene.org
Rating:
Two utilities that make browsing through your directories easier by using a stackbased method of remembering directory names.

UuEncoder/Decoder v2.01b by Ash of Shock
/code/fileutil/sck_uuc2.zip
26 Feb 1998 (catalog date)
8,870 bytes
Download FTP scene.org
Rating:

PCX To RAW Converter by Jinx
/code/fileutil/slpcxraw.zip
26 Feb 1998 (catalog date)
43,706 bytes
Download FTP scene.org
Rating:
Menu driven utility to convert pcx files to a raw picture file and a vga palette file.

X-Master v2.0 by Joey Mukherjee
/code/fileutil/xmstr201.zip
26 Feb 1998 (catalog date)
88,124 bytes
Download FTP scene.org
Rating:
A menu driven file manager for multimedia files like mod-files, fli-files and demos that allows you to keep them all archived on your harddisk.

File Formats by Max Maischein
/code/formats/ffmts002.zip
18 Jan 1998 (catalog date)
102,097 bytes
Download FTP scene.org
Rating:
A description of over 100 different file formats.

Digitized Music Routines for SoundBlaster by TSC-Software
/code/hardware/audio/digipack.zip
21 Jan 1998 (catalog date)
489,795 bytes
Download FTP scene.org
Rating:
Very buggy.

SoundBlaster Routines for VOC Files
/code/hardware/audio/sb_pas10.zip
21 Jan 1998 (catalog date)
27,215 bytes
Download FTP scene.org
Rating:

SoundBlaster Routines for VOC Files by Ethan Brodsky
/code/hardware/audio/sbdsp103.zip
21 Jan 1998 (catalog date)
13,312 bytes
Download FTP scene.org
Rating:

SoundBlaster Routines by Jeff Bird
/code/hardware/audio/sbf3.zip
21 Jan 1998 (catalog date)
87,954 bytes
Download FTP scene.org
Rating:
A good collection of sources and documents.

SoundBlaster Programming Info by Andr B Baresel, Craig Jackson
/code/hardware/audio/sblast09.zip
21 Jan 1998 (catalog date)
502,511 bytes
Download FTP scene.org
Rating:
The ultimate guide for SoundBlaster coders. Sources included (including S3M player).

SoundBlaster Routines by Christopher M. Box
/code/hardware/audio/sbprog10.zip
21 Jan 1998 (catalog date)
37,846 bytes
Download FTP scene.org
Rating:

GUS Sound Library by P. Lindh
/code/hardware/audio/socom10.zip
21 Jan 1998 (catalog date)
102,069 bytes
Download FTP scene.org
Rating:
Supports MOD and DSM modules and WAV files.

Software Development Kit
/code/hardware/audio/vaisdk.zip
21 Jan 1998 (catalog date)
346,636 bytes
Download FTP scene.org
Rating:
SDK for VESA audio interface BIOS extensions.

Keyboard Routines by Sean Werkema
/code/hardware/keyboard/keyboard.zip
26 Feb 1998 (catalog date)
10,166 bytes
Download FTP scene.org
Rating:
Gives you lowlevel access to the keyboard.

Keydev v3.0 by Ondrej Blazek
/code/hardware/keyboard/keydef.zip
26 Feb 1998 (catalog date)
12,279 bytes
Download FTP scene.org
Rating:
Lets you assign macros up to 255 keystrokes to all keys.

Learn v2.1 by Ondrej Blazek
/code/hardware/keyboard/learn.zip
26 Feb 1998 (catalog date)
7,141 bytes
Download FTP scene.org
Rating:
Add-on for Keydef that allows you to define Keydef macros through textfiles instead of the normal "key by key" process.

Keyboard Routines by Lord Logic
/code/hardware/keyboard/ll_kbd.zip
26 Feb 1998 (catalog date)
52,600 bytes
Download FTP scene.org
Rating:
Lowlevel keyboard routines.

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

Protect by Denis Marer
/code/hardware/pmode/protect.zip
10 Jan 1997 (catalog date)
15,056 bytes
Download FTP scene.org
Rating:
Some source code for getting into pmode - Good comments, but doesn't set up much of a programming environment. Has no support for DPMI nor real mode call backs.

System 64 by Simm of Analogue
/code/hardware/pmode/s64.zip
10 Jan 1997 (catalog date)
61,037 bytes
Download FTP scene.org
Rating:
A DOS protected mode extender - Comes with full source and looks fairly complete including real mode call back support. Worth giving a look at if you'll find it easier to use than Tran's pmode or DOS32.

Xi Development System by Fysx
/code/hardware/pmode/xids0815.zip
19 Jan 1998 (catalog date)
43,131 bytes
Download FTP scene.org
Rating:
Xi Development System, a pmode extender. Uses tlink in the end, but works from watcom and tasm. Possibly a contender if you're writing a 64k intro and need a pmode extender. I'm unsure of it's stability, but it's small.

Hi Res by Ash of Bunghole Productions
/code/hardware/video/bp-hires.zip
21 Sep 1997 (catalog date)
14,582 bytes
Download FTP scene.org
Rating:
Example of how to use mode 12h (640x480x16)

MOD v1.0 by Dake of Devotion
/code/hardware/video/dk-mod10.zip
26 Jan 1998 (catalog date)
5,010 bytes
Download FTP scene.org
Rating:
Source to change to different text modes. More complex than necessary. Good commenting.

VBE functions 2.1 by Babyloon of Revelation
/code/hardware/video/rvlvbe21.zip
30 Jan 1999 (catalog date)
213,888 bytes
Download FTP scene.org
supports VBE 1.2 & 2.0, LFB - RM & PM bank switching

S3 TPU unit by Dietmar Meschede
/code/hardware/video/s3unit3.zip
10 Jan 1997 (catalog date)
16,549 bytes
Download FTP scene.org
Rating:
Source to set 320x240x256 and 640x480x256 modes with 1MB addressing on S3 chips - Doesn't directly say how to access that video memory or what to do with it. Now adays one should simply use the VESA BIOS.

SVGA Tricks by Type One of Pulpe
/code/hardware/video/t1svga11.zip
17 Jan 1999 (catalog date)
14,657 bytes
Download FTP scene.org
Rating:
Contains a lot of information about setting specific modes, including some very weird ones, about accelerating specific videocards, etc.

XMode FAQ by Phil Carlisle
/code/hardware/video/xmodefaq.zip
01 Dec 1997 (catalog date)
6,799 bytes
Download FTP scene.org
Rating:
Not a real faq, but it contains a (dated) list of code resources for xmode.

8Bit Graphics File Dumper v1.7 by Jare of Iguana
/code/images/bgif17.zip
07 Oct 1996 (catalog date)
6,591 bytes
Download FTP scene.org
Rating:
GIF/PCX/LBM/TGA

A simple FLI/FLC viewer by Noerror of Ph7media
/code/images/flcfli.zip
30 Jun 1998 (catalog date)
28,880 bytes
Download FTP scene.org
Rating:
C

88 byte pcx viewer by Gyr
/code/images/gyrpcx.zip
30 Jun 1998 (catalog date)
10,937 bytes
Download FTP scene.org
Rating:
A nice example of size optimalisation. Assembler.

Tweak VGA Library by Type One of TFL-TDV
/code/library/flamoot.zip
01 Dec 1997 (catalog date)
14,836 bytes
Download FTP scene.org
Rating:
Supports a lot of different tweaked vga modes.

GFXFX2 Library by Bas van Gaalen
/code/library/gfxfx2.zip
01 Dec 1997 (catalog date)
401,555 bytes
Download FTP scene.org
Rating:
Although a little bit dated this library and the huge amount of example effects should be very useful for beginners.

Interactive 3D Library
/code/library/i3ddemo2.exe
01 Dec 1997 (catalog date)
590,355 bytes
Download FTP scene.org
Rating:
For creating a 3d world like the one in Wolfenstein. Very fast but a little bit dated.

Game Library for DOS and Linux / X-Windows by Jon Griffiths
/code/library/jlib_1-0.zip
18 Jan 1998 (catalog date)
270,934 bytes
Download FTP scene.org
Rating:

Multipage VGA Library by Lin Ke-Fong
/code/library/mpvga10.zip
01 Dec 1997 (catalog date)
84,061 bytes
Download FTP scene.org
Rating:
VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.

Mode 13h Graphics Toolkit by Tay Choon Heong
/code/library/mtgrap1.zip
01 Dec 1997 (catalog date)
233,320 bytes
Download FTP scene.org
Rating:

Multimedia Library by TSC-Software
/code/library/multikit.zip
18 Jan 1998 (catalog date)
344,177 bytes
Download FTP scene.org
Rating:
Contains source for xmode operations and playing mods on GUS and SB.

Mode 13h Graphics Library by Kevin A. Lee
/code/library/paskal20.zip
01 Dec 1997 (catalog date)
297,187 bytes
Download FTP scene.org
Rating:

Quill v1.0 by Quantum Porcupine
/code/library/quill1_0.zip
30 Jan 1999 (catalog date)
5,881 bytes
Download FTP scene.org
gfx lib for linux/X

Demo Routines by Thomas Hagan
/code/library/rfvdemo.zip
01 Dec 1997 (catalog date)
547,445 bytes
Download FTP scene.org
Rating:
This package contains a bitmap rotating routine, a fractal zoomer and a voxelspace routine.

VGA Textmode Library by Reglage Software
/code/library/rvga01.zip
01 Dec 1997 (catalog date)
45,469 bytes
Download FTP scene.org
Rating:
Contains some lowlevel routines for textmode.

SVGA Routines by The Faker
/code/library/tf_sourc.zip
01 Dec 1997 (catalog date)
74,237 bytes
Download FTP scene.org
Rating:
The svga routines are dated and don't use the vesa standard, but the standard vga routines are fast and can be very useful.

Graphics Engine by Matthew Hildebrand
/code/library/tge129d.zip
01 Dec 1997 (catalog date)
192,250 bytes
Download FTP scene.org
Rating:
Graphics library that supports multiple resolutions.

Tale Graphics Driver by Tale Software
/code/library/tlp4v11c.zip
01 Dec 1997 (catalog date)
388,738 bytes
Download FTP scene.org
Rating:
Graphics library with a lot of different functions and tools.

VGA Graphics Library by Mark Morley
/code/library/vgl20.zip
01 Dec 1997 (catalog date)
138,976 bytes
Download FTP scene.org
Rating:

XMode Graphics Library by James Carter
/code/library/w_infin.zip
01 Dec 1997 (catalog date)
18,566 bytes
Download FTP scene.org
Rating:

Wordup Graphics Toolkit v5.1 by Egerter Software
/code/library/wgt5.zip
01 Dec 1997 (catalog date)
3,065,737 bytes
Download FTP scene.org
Rating:
A comprehensive graphics library.

WGT Engine Pack 1
/code/library/wgten1.zip
01 Dec 1997 (catalog date)
135,457 bytes
Download FTP scene.org
Rating:
Example voxel effect using WGT v5.1

WGT Engine Pack 2
/code/library/wgten2.zip
01 Dec 1997 (catalog date)
69,080 bytes
Download FTP scene.org
Rating:
Example tiling effect using WGT v5.1

XMode Library
/code/library/xlib61.zip
01 Dec 1997 (catalog date)
786,630 bytes
Download FTP scene.org
Rating:
A very good graphics library that contains everything you need when working in XMode.

X-Sharp 3D Animation Package v22
/code/library/xsharp22.zip
01 Dec 1997 (catalog date)
115,072 bytes
Download FTP scene.org
Rating:
Contains a lot of different routines for X-Mode, including polyfillers.

Mode-X Library by Phil Carlisle
/code/library/zoomba2.zip
01 Dec 1997 (catalog date)
118,083 bytes
Download FTP scene.org
Rating:

DOS32 v3.5 Beta by Adam Seychell
/code/pmode/dos32b35.zip
06 Oct 1996 (catalog date)
473,793 bytes
Download FTP scene.org
Rating:
32bit DOS Extender

Adrenalin Module Player v0.96 by Beta of A-Men
/code/sound/amod096.zip
06 Oct 1996 (catalog date)
120,534 bytes
Download FTP scene.org
Rating:

Music Format Description Library v2.0 by fh of GODS
/code/sound/fh-mfdl2.zip
06 Oct 1996 (catalog date)
87,094 bytes
Download FTP scene.org
Rating:

GUS Programming Info v3.02
/code/sound/gusin302.zip
06 Oct 1996 (catalog date)
13,723 bytes
Download FTP scene.org
Rating:

XMS-Object FM File Player by Madoken
/code/sound/xmspobj.zip
06 Oct 1996 (catalog date)
26,510 bytes
Download FTP scene.org
Rating:

ASM Tutorials Part 0, 1, and 2 by Draeden of VLA
/code/tutors/asm/asmvla00.zip
18 Jan 1998 (catalog date)
16,905 bytes
Download FTP scene.org
Rating:
If you are totaly unexperienced with assembler this is the right one to start with.

ASM Tutorial Part 3 by Draeden of VLA
/code/tutors/asm/asmvla01.zip
18 Jan 1998 (catalog date)
10,780 bytes
Download FTP scene.org
Rating:
Explains a few of the dos interrupts. Might be handy if you are a beginner, but what you really need is a good interrupt list.

LOADALL Tutorial by Mark Dixon
/code/tutors/asm/loadall.zip
18 Jan 1998 (catalog date)
3,621 bytes
Download FTP scene.org
Rating:
Explanation of the LOADALL instruction.

Timing 486 Instructions by Infi of Sunrise
/code/tutors/asm/tim486.zip
18 Jan 1998 (catalog date)
36,542 bytes
Download FTP scene.org
Rating:
Timing values of the 486 instructions.

C Tutorial Part 2 by Desolation of VLA
/code/tutors/c/ctut2vla.zip
18 Jan 1998 (catalog date)
11,401 bytes
Download FTP scene.org
Rating:
This one explains the do-while loop, the switch statement and the goto

C Tutorial Part 3 by Desolation of VLA
/code/tutors/c/ctut3vla.zip
18 Jan 1998 (catalog date)
3,771 bytes
Download FTP scene.org
Rating:
This one explains how arrays work in C.

Collection of Dr. Dobbs Journals Feb 1991 through Feb 1993. by Dr. Dobbs
/code/tutors/graphics/graphpro.zip
18 Jan 1998 (catalog date)
397,893 bytes
Download FTP scene.org
Rating:
A must for every graphics programmer!

The King Magazine Volume 1 by The King
/code/tutors/graphics/kmagv1.zip
18 Jan 1998 (catalog date)
31,576 bytes
Download FTP scene.org
Rating:
Nice for beginners.

The King Magazine Volume 2 by The King
/code/tutors/graphics/kmagv2.zip
18 Jan 1998 (catalog date)
54,474 bytes
Download FTP scene.org
Rating:
Nice for beginners. This volume explains some basic Pascal and Assembler coding and how to do crossfades.

The King Magazine Volume 3 by The King
/code/tutors/graphics/kmagv3.zip
18 Jan 1998 (catalog date)
63,180 bytes
Download FTP scene.org
Rating:
Better than volume 2. Again some basic stuff for Pascal, Assembler, Hardware and Graphics, etc. Examples are now in C too.

Demo Series, Part 9 by Outlaw Triad
/code/tutors/graphics/otpoly.zip
17 Jan 1999 (catalog date)
13,285 bytes
Download FTP scene.org
Rating:
Tutorial about polyfillers.

3d Lib by deks
/code/tutors/math/3dlib.zip
19 Jan 1998 (catalog date)
6,095 bytes
Download FTP scene.org
Rating:
Simple vector and matrix functions. Useless unless you know what they do, and easier to make than use if you do know. Correct code (and math) at the very least.

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

Flat Square Root by Noble Roman
/code/tutors/math/sqrt.zip
18 Jan 1998 (catalog date)
1,569 bytes
Download FTP scene.org
Rating:
Only explains how to do it, not why it works, so it is not great for people with hardly any math knowledge.

SWAG by SourceWare Archival Group
/code/tutors/swag/swag9505.zip
18 Mar 1997 (catalog date)
1,088,456 bytes
Download FTP scene.org
Rating:
Updated swag.zip file

truepal by Florian Hallar
/code/tutors/video/at_trpal.zip
19 Jan 1998 (catalog date)
56,300 bytes
Download FTP scene.org
Rating:
Emulates truecolor modes in 320x200x8. Not really... it just converts the picture to use a 3-3-2 palette. It's a common emulation mode since it saves time versus quantizing a new palette everyframe (maybe in 5 years we could do that, even if we don't need it anymore. :)

Mode 13h Explanation by Vulture of Outlaw Triad
/code/tutors/video/basicdoc.zip
18 Jan 1998 (catalog date)
4,494 bytes
Download FTP scene.org
Rating:
Only explains how to get into mode 13h and how its memory model works. Not very useful.

Chain-4 Tutorial by Vulture of Outlaw Triad
/code/tutors/video/chaindoc.zip
18 Jan 1998 (catalog date)
8,077 bytes
Download FTP scene.org
Rating:
Excellent chain-4 mode tutorial.

Page-Flipping by Vulture of Outlaw Triad
/code/tutors/video/otflip.zip
18 Jan 1998 (catalog date)
21,655 bytes
Download FTP scene.org
Rating:
Explains how to avoid ugly screen updates by using a virtual screen.

VGA Programming Course by T.C.P. of Diabolic Force
/code/tutors/video/tcp_vgak.zip
17 Jan 1999 (catalog date)
87,740 bytes
Download FTP scene.org
Rating:
Doesn't add anything new to existing courses.

3D Modeler by T.Lewis
/code/utils/3d/clay235.zip
26 Feb 1998 (catalog date)
167,316 bytes
Download FTP scene.org
Contains a nasty display bug.

Font3D v1.5 by Todd A. Prater
/code/utils/3d/f3d150.zip
26 Feb 1998 (catalog date)
322,012 bytes
Download FTP scene.org
Rating:
Converts truetype fonts into 3d fonts.

Bootgame by Ko-Ko
/code/utils/boot/bootgame.zip
18 Jan 1998 (catalog date)
11,940 bytes
Download FTP scene.org
Rating:
Puts a game into the bootsector of a floppy! Unfortunately, the game is not timed and unplayable on modern computers.

Basic To Assembly Translator by Kevin Diggins
/code/utils/compiler/basm10.zip
26 Feb 1998 (catalog date)
297,077 bytes
Download FTP scene.org
Rating:
Creates an assembly listing out of a basic listing.

QLIB 2.02 by Sub Death
/code/utils/compiler/qlib202.zip
10 Jul 1997 (catalog date)
362,098 bytes
Download FTP scene.org
Rating:
Replacements for standard C Library functions. Uses pmode/w. It replaces most standard C library functions, presumeably so that you don't have to link in the stdlibraries keeping an executable size down. Has some extras.

Fontedit 1.00b by Post Mortem
/code/utils/fonts/fed.zip
26 Feb 1998 (catalog date)
51,508 bytes
Download FTP scene.org
Rating:
Very good vga font editor.

Font Utilities by Draeden of VLA
/code/utils/fonts/vla_font.zip
29 Sep 1997 (catalog date)
75,388 bytes
Download FTP scene.org
Rating:
Contains a grabber, an editor and example sources.

ASCII ART Lib by Jan Hubicka
/code/utils/graphics/aalib10.zip
19 Jan 1998 (catalog date)
133,184 bytes
Download FTP scene.org
Rating:
Ascii Art Renderer. Do not kill yourself trying to understand the code (no comments at all, and fairly complex code). Bonus points for the concept. This is FUNKY and fun to play with. (TMDC anyone? might be useful to figure out how to go from a graphical image to ASCII)

Bin 2 Pal by pneyz of smoof
/code/utils/graphics/b2pal100.zip
19 Jan 1998 (catalog date)
10,133 bytes
Download FTP scene.org
Rating:
Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?

Bitmap Dumper by Jare of Iguana
/code/utils/graphics/bgif.zip
26 Feb 1998 (catalog date)
29,815 bytes
Download FTP scene.org
Rating:
Dumps a pcx,lbm or gif file into a raw binary bitmap file and a palette file. Doesn't seem to work correctly with resulotions larger then 320x200.

Byteraper 2000 v4.0b by Litening
/code/utils/graphics/byterape.zip
26 Feb 1998 (catalog date)
165,061 bytes
Download FTP scene.org
Rating:
A utility to rip graphics and mods out of demos. Doesn't work when compression is used, and it also doesn't support modern module formats.

Cirrus 542x Booster.
/code/utils/graphics/cirboost.zip
26 Feb 1998 (catalog date)
88,929 bytes
Download FTP scene.org
Rating:
TSR that accelerates vga cards with a Cirrus 542x chipset.

Graphical File Viewer v2.01 by Jare of Iguana
/code/utils/graphics/gfv20.zip
26 Feb 1998 (catalog date)
12,669 bytes
Download FTP scene.org
Rating:
Very simple graphics ripper, doesn't work with compressed files.

GSave by Earwax of Realm
/code/utils/graphics/gsave2.zip
10 Jul 1997 (catalog date)
128,856 bytes
Download FTP scene.org
Rating:
Screen Grabber. Includes pcx and raw loading graphics code.

PCX shade by Quark of Prone
/code/utils/graphics/pcxshade.zip
01 Jul 1997 (catalog date)
176,588 bytes
Download FTP scene.org
Rating:
A utility to generate a shade table from pcx files. Doesn't say exactly that the format of the output file is, which would be convenient, though it is obvious enough.

Trident 9440Agi Bugfix by Type One of TFL-TDV
/code/utils/graphics/t9440fix.zip
26 Feb 1998 (catalog date)
12,873 bytes
Download FTP scene.org
Rating:
For Univbe 5.1a

Tiny PCX by Sugar Less
/code/utils/graphics/tinypcx.zip
19 Jan 1998 (catalog date)
1,165 bytes
Download FTP scene.org
Rating:
164 byte pcx loader. Only works on 320x200x256 images (because of video mode and failing to check the image's actual size) and doesn't explain the pcx file format (which is more or less trivial)

Video Card Benchmarker by Fabian Gonzalez
/code/utils/graphics/vblitz14.zip
26 Feb 1998 (catalog date)
184,939 bytes
Download FTP scene.org
Rating:
Measure the time needed for reading and writing from video memory.

Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint
/code/utils/graphics/vfixppsl.zip
12 Jun 1998 (catalog date)
2,392 bytes
Download FTP scene.org
This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.

WIN95 And Demos Starter by Cute Elf
/code/windows/ce-win95.zip
19 Jan 1998 (catalog date)
18,929 bytes
Download FTP scene.org
Rating:
Library for using DirectDraw for making demo effects. Use Winzip to decompress archive because of the long file names. If using DirectX 5, you have to change two lines in DirectXConversion.cpp to type cast to (DirectDrawSurface2 *). When you try to compile, you'll know which lines those are. Hmm... maybe wince stands for Win-CuteElf. (If you see this, are you going back there?)

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut1.zip
19 Jan 1998 (catalog date)
15,071 bytes
Download FTP scene.org
Rating:
Windows Tutorial 1. Denthor's back with some tutorials on windows graphics program. I (and he) recommend that you still get another reference (like a *gasp* book) if you know absolutely nothing about programming windows and intend to get serious about it. The tut has just enough info to grasp how windows works, the mindset needed for coding, and some basic messages windows can throw at you. Good for the ultra-beginner with windows. (Oh, the example here is a star field)

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut2.zip
19 Jan 1998 (catalog date)
26,572 bytes
Download FTP scene.org
Rating:
Windows Tutorial 2. Resources, bitmaps, and blitting to the screen. (bit-maps aren't transparent... as an exercise to the reader, correct this.)

Vega by Ultraforce
/demos/1990/vega.zip
29 Jun 1996 (catalog date)
44,588 bytes
Download FTP scene.org
Rating:

Drunken by Drunken ROM Group
/demos/1991/drunken.zip
29 Jun 1996 (catalog date)
58,822 bytes
Download FTP scene.org
Rating:

Preview by Dust
/demos/1992/dust_pre.zip
29 Jun 1996 (catalog date)
414,889 bytes
Download FTP scene.org
Rating:

Evil by CSG
/demos/1992/evil.zip
29 Jun 1996 (catalog date)
108,820 bytes
Download FTP scene.org
Rating:

Jump by Public NMI
/demos/1992/jump.zip
29 Jun 1996 (catalog date)
288,316 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Black Glass Demo 2 by Renaissance
/demos/1992/rbgdemo2.zip
29 Jun 1996 (catalog date)
88,893 bytes
Download FTP scene.org
Rating:

Intro by The Toxic Dream
/demos/1992/ttdintro.zip
29 Jun 1996 (catalog date)
65,588 bytes
Download FTP scene.org
Rating:

Act One by The Cultural Revolution
/demos/1993/a/act_one.zip
29 Jun 1996 (catalog date)
218,885 bytes
Download FTP scene.org
Rating:

Barrynuk by Atomic
/demos/1993/b/barrynuk.zip
29 Jun 1996 (catalog date)
188,478 bytes
Download FTP scene.org
Rating:

Future by The Binary Poets
/demos/1993/b/bip4fut.zip
29 Jun 1996 (catalog date)
303,688 bytes
Download FTP scene.org
Rating:

Nuclear Detonation by Nuclear Meltdown
/demos/1993/n/nm_det.zip
29 Jun 1996 (catalog date)
27,788 bytes
Download FTP scene.org
Rating:

Requiem by Grif
/demos/1993/r/requiem.zip
05 Jun 1998 (catalog date)
193,788 bytes
Download FTP scene.org
Rating:
,,SB,

BBS Shadetro by Hysteria
/demos/1993/s/shadetro.zip
05 Jun 1998 (catalog date)
88,506 bytes
Download FTP scene.org
Rating:
,,SB,

BBS Kilroy by Surprise Productions
/demos/1993/s/sp_bbs.zip
29 Jun 1996 (catalog date)
30,588 bytes
Download FTP scene.org
Rating:

Urgent by Pentagon
/demos/1993/u/urgent.zip
29 Jun 1996 (catalog date)
88,994 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 12

1st Infection by N-Factor
/demos/1994/0-9/1infect.zip
29 Jun 1996 (catalog date)
788,796 bytes
Download FTP scene.org
Rating:
Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).

Mental Masturbation Intro by Acme
/demos/1994/a/acme_mmi.zip
29 Jun 1996 (catalog date)
98,803 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the in64 division and ranked 01

Lego by Amable
/demos/1994/a/amb_lego.zip
29 Jun 1996 (catalog date)
143,881 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked EE

Banaani by ???
/demos/1994/b/banaani.zip
29 Jun 1996 (catalog date)
4,288 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Copper by Nix of Massive
/demos/1994/c/copper.zip
29 Jun 1996 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:

Finkel by Jamm
/demos/1994/f/finkel.zip
29 Jun 1996 (catalog date)
71,088 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 03

Fire by Forge
/demos/1994/f/fire.zip
29 Jun 1996 (catalog date)
156,887 bytes
Download FTP scene.org
Rating:

GooRoo Nation by Starry Knights Productions
/demos/1994/g/gn_skp.zip
29 Jun 1996 (catalog date)
729,088 bytes
Download FTP scene.org
Rating:

Happy New Year! by Agony
/demos/1994/h/happy95_.zip
29 Jun 1996 (catalog date)
18,884 bytes
Download FTP scene.org
Rating:

Silence by Hysteria
/demos/1994/h/hsa_silc.zip
29 Jun 1996 (catalog date)
890,885 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 08

Hypnosis by Twilite FX
/demos/1994/h/hypnosis.zip
29 Jun 1996 (catalog date)
188,270 bytes
Download FTP scene.org
Rating:

SC94Xmas by Spontaneous Combustion
/demos/1994/s/sc94xmas.zip
29 Jun 1996 (catalog date)
310,188 bytes
Download FTP scene.org
Rating:

BBS No Limits (GUS) by MikMak, Manar
/demos/1994/s/shroom.zip
29 Jun 1996 (catalog date)
118,830 bytes
Download FTP scene.org
Rating:

Sin After Sin by A-Men
/demos/1994/s/sin_amen.zip
05 Jun 1998 (catalog date)
58,819 bytes
Download FTP scene.org
Rating:
,,GUS,

Logical Thoughts by TDS
/demos/1994/t/tdslogic.zip
29 Jun 1996 (catalog date)
588,263 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 16

Timeless (fix) by Tran
/demos/1994/t/timefix.zip
29 Jun 1996 (catalog date)
883 bytes
Download FTP scene.org
Rating:

Zero Pulse by Nuclear Threat
/demos/1994/z/zero.zip
29 Jun 1996 (catalog date)
280,735 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Zero by A-Men
/demos/1994/z/zeroamen.zip
29 Jun 1996 (catalog date)
280,713 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Zetor by Hirmu
/demos/1994/z/zetor.zip
29 Jun 1996 (catalog date)
45,516 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 12

Zom by ???
/demos/1994/z/zom486.zip
29 Jun 1996 (catalog date)
3,099 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

The King of the Round Table by Zweilight Tone
/demos/1994/z/ztround.zip
29 Jun 1996 (catalog date)
61,406 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 02

6567 by Roi
/demos/1995/0-9/6567.zip
29 Jun 1996 (catalog date)
8,831 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the in8k division and ranked 04

Rope by Abstract Concepts
/demos/1995/a/ac_rope.zip
21 Feb 1998 (catalog date)
78,306 bytes
Download FTP scene.org
Rating:
386,,GUS,

Electrical Movement (GUS) by Amorphous
/demos/1995/a/ams_emg.zip
29 Jun 1996 (catalog date)
696,288 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 02

Donitsi by Digitize Design Group
/demos/1995/d/ddgdonut.zip
29 Jun 1996 (catalog date)
648,861 bytes
Download FTP scene.org
Rating: