Search for "96": 6184 matches(displaying first 250)

3d math by Lithium of VLA
/code/3d/docs/3d_math.zip
10 Jan 1997 (catalog date)
11,835 bytes
Download FTP scene.org
Rating:
Explanations of some 3d math concepts - I remember not getting the 3d rotations working correctly when I first started programming, but I'm not sure if that's my fault or the fault of the doc. Most of the docs are some simple linear algebra. They spell out the equations in the end for those who can't completely understand them.

3d basics by Synergist
/code/3d/docs/3dbasics.zip
10 Jan 1997 (catalog date)
2,745 bytes
Download FTP scene.org
Rating:
Some basic 3d documentation - I'd never want to tell someone that this doc is a good place to start. The person writing this has no concept of structures, which severely ease the programming of complex things such as 3d systems.

3D Camera Tutorial by Shadow Bandit of Diabolic Force
/code/3d/docs/sba_3dcm.zip
17 Jan 1999 (catalog date)
14,496 bytes
Download FTP scene.org
Rating:

3d vectors by John McCarthy
/code/3d/systems/3dvect39.zip
10 Jan 1997 (catalog date)
382,175 bytes
Download FTP scene.org
Rating:
A complete 3d vector system - No complex shading, but has a full camera model, gif loader, object loader, etc, etc... Takes some time to figure out.

Source code for RTMZ 3.0 by Davide Pasca
/code/3d/systems/rtmz30sr.zip
30 Jan 1999 (catalog date)
109,615 bytes
Download FTP scene.org

fx 3d kit by Dave Stampe
/code/3d/trifill/flat/fpoly256.zip
10 Jan 1997 (catalog date)
35,175 bytes
Download FTP scene.org
Rating:
A Y mode filler and line routine - Well documented and good comments. Poor asm style when it comes to stack handling. It would be difficult to learn from this code.

Phong Illumination Model by FAC of Delabu Alama
/code/3d/trifill/phong/facphong.zip
02 Jun 1998 (catalog date)
32,754 bytes
Download FTP scene.org
How to use the phong model to make nice palettes you can use in lots of effects, like 3D shading, fire, particles, hicolor shading, and plasmas. Includes a cool example program to play with.

Fake Perspective Correct Texture Mapping by FAC of Delabu Alama
/code/3d/trifill/texmap/facmap.zip
04 Jun 1998 (catalog date)
43,816 bytes
Download FTP scene.org
How to do fake perspective correct texture mapping WITHOUT changing your current texture mapper function.

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.

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/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

F. mod docs by Firelight
/code/audio/docs/fmoddoc.zip
10 Jan 1997 (catalog date)
83,795 bytes
Download FTP scene.org
Rating:
Firelight's mod format description - The perfect text file for someone who is writing a mod player especially first timers. Assumes knowledge of programming and doesn't cover details of sound card specific issues, like setting up a DMA transfer or initializing the sound card.

F. mod docs part 2 by Firelight
/code/audio/docs/fmoddoc2.zip
10 Jan 1997 (catalog date)
390,839 bytes
Download FTP scene.org
Rating:
Firelight's mod/s3m format description.

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.

Cubic Player Music Interface Kit by Kortal of Wizardry
/code/audio/players/cpmik02.zip
10 Jan 1997 (catalog date)
18,771 bytes
Download FTP scene.org
Rating:
A music player - Doesn't have the sound player code, is buggy, supports only GUS and S3M.

DemoVT by JCAB of Iguana
/code/audio/players/demovt15.zip
10 Jan 1997 (catalog date)
228,287 bytes
Download FTP scene.org
Rating:
A music player - Has no source for the player and a few bugs. But it's easy to interface from *any* language with support for SB and GUS. Rename file heartq.002 from Iguana's demo HeartQuake to demovt.exe and use that instead. It's version "1.6"

DSIK by Carlos Hassan
/code/audio/players/dsikdemo.zip
10 Jan 1997 (catalog date)
52,964 bytes
Download FTP scene.org
Rating:
DSIK music player library - A reasonably good music playing library.

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.

HSC Player by Crom
/code/audio/players/hsc_src.zip
10 Jan 1997 (catalog date)
48,660 bytes
Download FTP scene.org
Rating:
A player for HSC files - I like how the "call Playpoll" line is commented out and the line "mov bl, 0" has the following comment: "1 = polling" No docs.

Jorian Mod Player by Nathan Hand
/code/audio/players/jmp.zip
10 Jan 1997 (catalog date)
4,332 bytes
Download FTP scene.org
Rating:
Crap Mod Player - Give this man a pointer! Doesn't parse any of the effects either. Oh yeah, globals abound.

Midas v.040a by Petteri Kangaslampi, Jarno Paananen
/code/audio/players/mdss040a.zip
10 Jan 1997 (catalog date)
1,400,325 bytes
Download FTP scene.org
Rating:
Midas music system - A full music system (almost) with support for compiling with tasm, BP, BC, and Watcom.

Libplayer by Peter Burns
/code/audio/players/player.zip
08 Jun 1998 (catalog date)
96,013 bytes
Download FTP scene.org
A library for playing modules under linux, written in C++, uses the OSS.

MPEG Player by MikMak
/code/audio/utils/maplaypc.zip
10 Jan 1997 (catalog date)
212,398 bytes
Download FTP scene.org
Rating:
An MPEG audio player for PC - Has the source to the original MAPLAY utility and the source for the MSDOS port is available upon request.

Power Grid loader source by Friar Tuck of Ice
/code/demosrc/bbsintro/pgloader.zip
10 Jan 1997 (catalog date)
80,967 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a text writer, music, and a lens - Has the adlib player from fcsp2src.zip. No comments. The lens is nice as the equations used make it look like a crystal ball.

Source for Text-Mode Demo
/code/demosrc/demos/asciisrc.zip
01 Dec 1996 (catalog date)
65,960 bytes
Download FTP scene.org
Rating:

Source of Lasse Reinbong by Cubic Team
/code/demosrc/demos/lassesrc.zip
17 Jan 1999 (catalog date)
129,636 bytes
Download FTP scene.org
Rating:
The full source of the intro that won at The Party'95.

Virtual Lame source by Paradise
/code/demosrc/intros/virtlame.zip
10 Jan 1997 (catalog date)
176,796 bytes
Download FTP scene.org
Rating:
Source for an intro with a text writer/fader and "supposedly" vector balls and skulls - Title speaks for itself.

Assembler Laboratory V1.3 Beta 1 by Kurt Groenbech a.k.a. Rib of Talent, Xenon
/code/editors/alab13b1.zip
24 Aug 1998 (catalog date)
322,386 bytes
Download FTP scene.org
A very good assembler and Watcom C IDE with a lot of very useful features.

2d Coloured Bump Mapping by PSX of Future-Shock
/code/effects/bump/2dclbump.zip
24 Apr 1998 (catalog date)
277,086 bytes
Download FTP scene.org
Program to demonstarted Coloured 2D Bump Mapping. Coded in Watcom C.

burn by Frank Paxti
/code/effects/fire/burn.zip
10 Jan 1997 (catalog date)
20,165 bytes
Download FTP scene.org
Rating:
A fireroutine - Not your normal fire routine. Looks more real.

Fire by JARE of Iguana
/code/effects/fire/fire_win.zip
10 Jan 1997 (catalog date)
10,716 bytes
Download FTP scene.org
Rating:
A fire routine under windows - Crawls on my p133. :( Don't bother looking at this unless you've programmed for windows before. You're likely to have a heart attack. :) Requires WinG to run.

Fire code by Kirk A. Baum
/code/effects/fire/firecode.zip
10 Jan 1997 (catalog date)
54,739 bytes
Download FTP scene.org
Rating:
A simple fire routine - Contains the same fire as that of fire-win.zip but coded in assembler for DOS.

Yet Another Fire Algorithm by Tanjent
/code/effects/fire/firewall.zip
05 Oct 1996 (catalog date)
8,396 bytes
Download FTP scene.org
Rating:
Poor looking fire, so so code.

small flame by Gaffer of PRoMETHEUS
/code/effects/fire/flame160.zip
18 Mar 1997 (catalog date)
2,964 bytes
Download FTP scene.org
Rating:
Source for a small fire routine. Doesn't actually work on my computer. To answer a question proposed by the author about size optimization, inc al is bigger than inc ax because intel doesn't have an inc /r8 instruction. inc ax is of the form inc /r16 which compiles to db 40+rw, where rw = 0 for ax, 1 for cx, 2 for dx, 3 for bx, ... inc al is of the form inc r/m8 and compiles to db FE /1 where /1 = c0 for al, c4 for ah, c1 for bl..., 05 for a memory reference.... See an intel document for more details.

flames by Errand
/code/effects/fire/flames2.zip
10 Jan 1997 (catalog date)
3,148 bytes
Download FTP scene.org
Rating:
A simple fire routine - out dated

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.

Fractal Trees by Slavinsky of PL
/code/effects/fractal/vaftre.zip
17 Jan 1999 (catalog date)
31,968 bytes
Download FTP scene.org
Rating:
Explanation of how to make a simple fractal tree.

3d Scape by David Hedley
/code/effects/land/3dscape.zip
10 Jan 1997 (catalog date)
22,362 bytes
Download FTP scene.org
Rating:
A dot landscape similar to that at the end of unreal - few comments, and poorly optimized.

Cyber Space 3d by Phantom of Nostalgia
/code/effects/land/cyb3dkit.zip
10 Jan 1997 (catalog date)
31,536 bytes
Download FTP scene.org
Rating:
A landscape routine with many aspects - No source and a very quick explaination of the ideas and algorithms behind the effect.

Iguana Landscape by JCAB, Jare of Iguana
/code/effects/land/ign_land.zip
10 Jan 1997 (catalog date)
23,458 bytes
Download FTP scene.org
Rating:
The voxel landscape from Heartquake - No explaination of the effect, non-recompileable. The code is largely dependant on code libraries that the coders have developed and is thus somewhat difficult to follow.

ll_frac by Lord Logics
/code/effects/land/ll_frac.zip
10 Jan 1997 (catalog date)
33,813 bytes
Download FTP scene.org
Rating:
A Fractal landscape generator - Creates a fractal landscape to a .asc file. Looks mostly useless to me with so-so source, but no comments.

ll_land by Lord Logics
/code/effects/land/ll_land2.zip
10 Jan 1997 (catalog date)
147,335 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - the xmode routines bug out, but atleast there's an explanation of the effect.

Mars Info by Tim Clarke
/code/effects/land/marsinfo.zip
10 Jan 1997 (catalog date)
2,822 bytes
Download FTP scene.org
Rating:
Details on the algorithm for the mars intro - Look for mars10.zip for the exe associated with this description.

OTM Voxel by Voltaire of OTM
/code/effects/land/otmvoxel.zip
10 Jan 1997 (catalog date)
187,665 bytes
Download FTP scene.org
Rating:
Tries to explain what voxels really are - Most people will ignore the difference anyway. :( And this example leaves much to be desired.

rotating landscape by TTT
/code/effects/land/rotscape.zip
10 Jan 1997 (catalog date)
129,844 bytes
Download FTP scene.org
Rating:
A landscape routine similar to that at the end of unreal - Comments only on function names and has a larger executable than need be for this effect. (Lots of tables, i.e. the landscape itself)

voxel by Jeff Bilger
/code/effects/land/voxel.zip
10 Jan 1997 (catalog date)
9,570 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

voxel by Jeff Bilger
/code/effects/land/voxelg.zip
10 Jan 1997 (catalog date)
9,555 bytes
Download FTP scene.org
Rating:
A voxel example - Doesn't recompile easily, no useful comments nor a description.

lens by Joey
/code/effects/lens/lens.zip
10 Jan 1997 (catalog date)
10,913 bytes
Download FTP scene.org
Rating:
A doc on how to create a lens - Nice graphic file diagram for the text. It all makes sense to me. Some pseudo pascal code is there too.

lens source by Jeff Lawson
/code/effects/lens/lenssrc.zip
10 Jan 1997 (catalog date)
40,603 bytes
Download FTP scene.org
Rating:
Some source for the lens effect - includes /code/effect/lens/lens.lzh as it's description of how it works.

lens by Nagy Daniel
/code/effects/lens/lensv10a.zip
10 Jan 1997 (catalog date)
40,337 bytes
Download FTP scene.org
Rating:
Source for a lens effect - (I suspect this is a rip of lenssrc.zip/lens.lzh...) The TGA loading routines are exactly the same aside from variable names.

WGT Graphics Tut #5 by Gooroo
/code/effects/morph/wgttut5.zip
10 Jan 1997 (catalog date)
224,120 bytes
Download FTP scene.org
Rating:
Morphing - Gooroo describes the ideas and code behind morphing in alot of detail.

Plasma by Jan Moller, Erik Hansen
/code/effects/plasma/c_plasma.zip
10 Jan 1997 (catalog date)
55,010 bytes
Download FTP scene.org
Rating:
Simple plasma example - Just some plasma. You might want to take the comments out on the WaitRast(): call and recompile, especially if you have a Pentium.

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.

plassm by James Johnson
/code/effects/plasma/plasexp.zip
10 Jan 1997 (catalog date)
3,400 bytes
Download FTP scene.org
Rating:
Simple plasma example - Based on code by Jare/Iguana. Nice comments on the setting of mode-X.

plasma3 by btf
/code/effects/plasma/plasma3.zip
10 Jan 1997 (catalog date)
16,750 bytes
Download FTP scene.org
Rating:
You've got me - A bad processor check spoils this. Difficult to recompile and I'll assume it needs MASM to assemble.

Tom's Plasma by Tom Dibble
/code/effects/plasma/tplas11.zip
10 Jan 1997 (catalog date)
139,950 bytes
Download FTP scene.org
Rating:
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.

Raster Routines by Krazy One of Chaos
/code/effects/raster/rastdemo.zip
29 May 1997 (catalog date)
196,623 bytes
Download FTP scene.org
Rating:
3 different raster effects, made for a never finished demo.

Scaling Routines by John A. Slagel
/code/effects/scaling/scale.zip
08 Jul 1997 (catalog date)
6,996 bytes
Download FTP scene.org
Rating:
Some pretty flexible scaling routines for modeX and mode 13h.

Motion Read Me by Patch of Avalanche
/code/effects/scroll/motionrd.zip
10 Jan 1997 (catalog date)
30,871 bytes
Download FTP scene.org
Rating:
Source for a smooth vertical text mode scroller - That's the way to do it. :) (Bugs on Matrox cards, but that's the fault of the card, not the code.)

Scroll by Jay Kramer
/code/effects/scroll/scroll2.zip
10 Jan 1997 (catalog date)
41,209 bytes
Download FTP scene.org
Rating:
Source for mode X scrolling - _NOT_ the way to do hardware scrolling. Abuses the mode-X library.

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.

ND.exe by Friar Tuck
/code/effects/tunnel/syn.zip
10 Jan 1997 (catalog date)
31,848 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Spaghetti code and no explanation. Also doesn't generate the dot tunnel real time, rather it has the rungs of dots precalculated in the exe.

tube by James Johnson
/code/effects/tunnel/tubesrc.zip
10 Jan 1997 (catalog date)
22,030 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Poorly done, looks horrible, no explanation or comments, no timing synching.

tunnel by ?
/code/effects/tunnel/tunnel.zip
10 Jan 1997 (catalog date)
37,658 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - That it was done in basic is about the only plus. Looks so-so, no comments.

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 Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

Vector Ball by Tumblin
/code/effects/vectball/vectball.zip
10 Jan 1997 (catalog date)
38,780 bytes
Download FTP scene.org
Rating:
A vector ball example - blah...

256 Byte Water by Cagdas Calik
/code/effects/water/w256.zip
24 May 1998 (catalog date)
786 bytes
Download FTP scene.org
A 256 byte water effect coded in pure assembly by Cagdas Calik, moreover with 286 instructions. It's recommended that you're mouse driver is load before you run the program, otherwise it will crash. Click left mouse button to go back to dos. Have fun...

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

LZO Data Compression Library v0.20 by Markus Oberhumer
/code/fileutil/lzo020.zip
06 Oct 1996 (catalog date)
184,964 bytes
Download FTP scene.org
Rating:
over conscious about compression ratios and statistics and has many long files about its stats in the /doc directory, but no description about the API. You have to figure out how to use it yourself from the two short examples that come with it. Otherwise, it's fairly complete and you can decide which compression routines you'd like to link yourself (assuming you can figure out that much).

386 programmer's manual by Intel
/code/hardware/cpu/386intel.zip
10 Jan 1997 (catalog date)
209,396 bytes
Download FTP scene.org
Rating:
Full docs on the 386 - Everything you've ever wanted to know about the (outdated) 386.

Pentium Stuff
/code/hardware/cpu/pentium.zip
01 Jul 1997 (catalog date)
164,896 bytes
Download FTP scene.org
Rating:
A collection of files on Pentium optimization. Some of these files look very useful, especially for optimizing information and truly esoteric stuff for the terminally curious.

Mode 13h Doc by Vulture
/code/hardware/video/basicdoc.zip
10 Jan 1997 (catalog date)
7,727 bytes
Download FTP scene.org
Rating:
An explaination of mode 13h - For the *absolute* beginner.

Check VESA by London Fog
/code/hardware/video/checkvsa.zip
10 Jan 1997 (catalog date)
1,595 bytes
Download FTP scene.org
Rating:
A program to detect if a computer has VESA support - Uhm, like... thanks. It's a real help.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

S-VGA Programming by Sasquatch
/code/hardware/video/rvesa.zip
10 Jan 1997 (catalog date)
4,523 bytes
Download FTP scene.org
Rating:
VESA programming example - Not helpful.

VidBlitz by Zax
/code/hardware/video/vblitz13.zip
10 Jan 1997 (catalog date)
184,347 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Useless?

VGA Info by Andrew Scott
/code/hardware/video/vga-info.zip
10 Jan 1997 (catalog date)
139,440 bytes
Download FTP scene.org
Rating:
A VGA reference manual - Poor layout. I found it difficult to find things. Not as if the VGA card has changed, but the information seems outdated.

VGA FX by Chris Dunford
/code/hardware/video/vgafx.zip
10 Jan 1997 (catalog date)
27,128 bytes
Download FTP scene.org
Rating:
Some text effects - It's just some palette manipulations hidden (unintentionally) behind some very twisted code. Then again, it was coded in '89.

VidTimer by Zax
/code/hardware/video/vtime110.zip
10 Jan 1997 (catalog date)
179,797 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Same as vblitz13.zip, just a different version.

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:

Sound Master v1.0 by Ziggy
/code/sound/smaster.zip
05 Oct 1996 (catalog date)
20,296 bytes
Download FTP scene.org
Rating:
SoundBlaster Library

ULT Module File Format
/code/sound/ultform.zip
06 Oct 1996 (catalog date)
2,966 bytes
Download FTP scene.org
Rating:

Asphyxia VGA demo trainer series by Denthor of Asphyxia
/code/tutors/denthor/tut1-9.zip
11 Jan 1997 (catalog date)
96,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer series - Everything to help the beginner get started in graphics coding.

Tutorial #14 by Denthor of Asphyxia
/code/tutors/denthor/tut14.zip
11 Jan 1997 (catalog date)
11,496 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Glenz - More complex polygon fillers.

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.

VGA-Vulture by Vulture
/code/tutors/video/vga-vul2.zip
10 Jan 1997 (catalog date)
20,011 bytes
Download FTP scene.org
Rating:
Palette fading example - A simple program demonstrating how to fade a palette in and out.

VGA-vulture by Vulture
/code/tutors/video/vga-vul3.zip
10 Jan 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation.

VGA-vulture by Vulture
/code/tutors/video/vga-vul4.zip
10 Jan 1997 (catalog date)
9,013 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation. See /code/tutorials/video/vga-vul2.zip

C-- by Peter Cellik
/code/utils/compiler/c--c0203.zip
10 Jan 1997 (catalog date)
309,669 bytes
Download FTP scene.org
Rating:
C-- compiler,It's either a stripped down version of C or ASM on steriods. It was good and cool some time ago, but there are surely better development platforms available.

Text Mode FLI/FLC Player
/code/video/txtfli.zip
06 Oct 1996 (catalog date)
99,695 bytes
Download FTP scene.org
Rating:
Buggy mode set, only worked in a dos box from win '95. Had information about the text mode demo compo and was rather impressive for what it did. Otherwise, tight code for what it does, sparce, useless comments.

Yo by Future Crew
/demos/1990/yo.zip
29 Jun 1996 (catalog date)
26,496 bytes
Download FTP scene.org
Rating:

Bart's Law by Ultraforce
/demos/1991/bartslaw.zip
29 May 1998 (catalog date)
70,416 bytes
Download FTP scene.org
Rating:
286,,SB,

X-Mas '91 by Cascada
/demos/1991/cdaxmas.zip
29 Jun 1996 (catalog date)
431,967 bytes
Download FTP scene.org
Rating:

Physical by Physical Crew
/demos/1991/physical.zip
30 May 1998 (catalog date)
172,477 bytes
Download FTP scene.org
Rating:
,,DAC,

Vicky by The Space Pigs
/demos/1991/vicky.zip
29 Jun 1996 (catalog date)
229,631 bytes
Download FTP scene.org
Rating:

Cycling by Abaddon
/demos/1992/cycling.zip
30 May 1998 (catalog date)
238,171 bytes
Download FTP scene.org
Rating:
,,SB,

Black Glass Demo 1 by Renaissance
/demos/1992/rbgdemo1.zip
29 Jun 1996 (catalog date)
209,642 bytes
Download FTP scene.org
Rating:

Unreal (v1.0) by Future Crew
/demos/1992/unreal.zip
29 May 1998 (catalog date)
1,354,565 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 01
386,,SB,

Black Zone by Masque
/demos/1993/b/blackzon.zip
29 Jun 1996 (catalog date)
79,683 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 03

Dizzy Sensations by Anarchy
/demos/1993/d/dizzysen.zip
29 Jun 1996 (catalog date)
296,851 bytes
Download FTP scene.org
Rating:

Hyper 1 by Hypernova
/demos/1993/h/hyper1.zip
29 Jun 1996 (catalog date)
25,963 bytes
Download FTP scene.org
Rating:

Mayday by Yodel
/demos/1993/m/mayday.zip
29 Jun 1996 (catalog date)
739,878 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 03

Mentality by Mental Design
/demos/1993/m/md_mtlty.zip
29 Jun 1996 (catalog date)
311,415 bytes
Download FTP scene.org
Rating:

BBS Breakdown by Electron
/demos/1993/m/megacool.zip
29 Jun 1996 (catalog date)
2,953 bytes
Download FTP scene.org
Rating:

Minus 40 Degrees by Eterno Productions
/demos/1993/m/minus40.zip
29 Jun 1996 (catalog date)
250,043 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked XX

Modulation by Beanix Brothers
/demos/1993/m/modulat.zip
29 Jun 1996 (catalog date)
77,850 bytes
Download FTP scene.org
Rating:

Motion by Avalanche
/demos/1993/m/motion.zip
29 Jun 1996 (catalog date)
74,136 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 05

Mystic by TSI
/demos/1993/m/myst_tsi.zip
29 Jun 1996 (catalog date)
286,605 bytes
Download FTP scene.org
Rating:

Mystic by Energy Lash
/demos/1993/m/mystic.zip
29 Jun 1996 (catalog date)
21,827 bytes
Download FTP scene.org
Rating:

Outburst by British Knights
/demos/1993/o/outburst.zip
29 Jun 1996 (catalog date)
1,089,960 bytes
Download FTP scene.org
Rating:

Privtro by Irresistible Works
/demos/1993/p/privtro.zip
29 May 1998 (catalog date)
126,253 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 11
,,SB,

Cracktro by TRSI
/demos/1993/t/trsi.zip
30 May 1998 (catalog date)
22,031 bytes
Download FTP scene.org
Rating:
,,Adlib,

Wish by Majic 12
/demos/1993/w/wish_m12.zip
29 Jun 1996 (catalog date)
296,254 bytes
Download FTP scene.org
Rating:

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).

Clairvoyance by Acme
/demos/1994/a/acme_clr.zip
24 May 1998 (catalog date)
182,646 bytes
Download FTP scene.org
Rating:
386,,GUS,

Again by Orange
/demos/1994/a/again.zip
21 May 1998 (catalog date)
96,576 bytes
Download FTP scene.org
386,,GUS,

Bees and Honey by Mindprobe
/demos/1994/b/b_h.zip
29 Jun 1996 (catalog date)
59,691 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 07

Meeting Intro by COMA
/demos/1994/c/comamtng.zip
03 May 1998 (catalog date)
369,606 bytes
Download FTP scene.org
Rating:

Other Dimension by Dubius
/demos/1994/d/dbs-od.zip
29 May 1998 (catalog date)
404,709 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX
2nd version of same-named demo by Midnight Moon - ,,GUS,

Evil by Diffusion
/demos/1994/e/evil_dfn.zip
29 Jun 1996 (catalog date)
837,896 bytes
Download FTP scene.org
Rating:

Fractal Revolution by Xography
/demos/1994/f/frev.zip
29 Jun 1996 (catalog date)
3,969 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

Have You Seen My Ham by Orange
/demos/1994/h/ham.zip
03 May 1998 (catalog date)
99,660 bytes
Download FTP scene.org

Ignite by Xtatic
/demos/1994/i/ignite.zip
24 May 1998 (catalog date)
528,970 bytes
Download FTP scene.org
Rating:

In Tropic by Mikki
/demos/1994/i/intropic.zip
14 Jan 1997 (catalog date)
59,669 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

Yo Yo Yo by The Krewel Krew
/demos/1994/k/kk_yo.zip
29 Jun 1996 (catalog date)
638,963 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Miopia by Rising Sun
/demos/1994/m/miopia20.zip
29 Jun 1996 (catalog date)
619,649 bytes
Download FTP scene.org
Rating:

Mountain by Scarfman
/demos/1994/m/mountain.zip
29 Jun 1996 (catalog date)
4,964 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

Outlaw Exchange by Unholy Alliance Development
/demos/1994/o/ox.zip
29 Jun 1996 (catalog date)
96,251 bytes
Download FTP scene.org
Rating:

BBS The Power Grid by iCE
/demos/1994/p/pgloader.zip
29 Jun 1996 (catalog date)
80,967 bytes
Download FTP scene.org
Rating:

SIN by ???
/demos/1994/s/sin.zip
29 Jun 1996 (catalog date)
79,664 bytes
Download FTP scene.org
Rating:

BBS Lost Innocence by Twisted Fishies
/demos/1994/t/tf_li.zip
29 Jun 1996 (catalog date)
13,963 bytes
Download FTP scene.org
Rating:

The Mo by Demons
/demos/1994/t/themo.zip
29 Jun 1996 (catalog date)
602,896 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 21

The Spinning Wheel by Remal
/demos/1994/t/tsw.zip
30 May 1998 (catalog date)
362,359 bytes
Download FTP scene.org
Rating:
386,SVGA,GUS/SB,

BBS Unreal by Extreme
/demos/1994/u/unreal.zip
29 Jun 1996 (catalog date)
82,996 bytes
Download FTP scene.org
Rating:

Utopia by Vertex
/demos/1994/u/utopia.zip
29 Jun 1996 (catalog date)
969,981 bytes
Download FTP scene.org
Rating:

Vex Intro by Pascal, DOJ
/demos/1994/v/vexintro.zip
29 Jun 1996 (catalog date)
69,496 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division

BBS Virtual Paradize by Speed
/demos/1994/v/virtualp.zip
24 May 1998 (catalog date)
50,823 bytes
Download FTP scene.org
Rating:
,,GUS,

Vic 21 by Acme
/demos/1995/a/acme-vic.zip
24 May 1998 (catalog date)
46,715 bytes
Download FTP scene.org
Rating:
386,,GUS,

First Intro by Amour
/demos/1995/a/amr_1st.zip
24 May 1998 (catalog date)
39,898 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

Charity by Symptom
/demos/1995/c/charf.zip
29 Jun 1996 (catalog date)
62,296 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 17

Complexity by Byteam
/demos/1995/c/clxfinal.zip
29 Jun 1996 (catalog date)
9,686 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 07

Elastic by Scoop
/demos/1995/e/elastic.zip
24 May 1998 (catalog date)
42,719 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 07
,,SB,

Equality by Trance
/demos/1995/e/equality.zip
24 May 1998 (catalog date)
87,528 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked EE

Expression by Threesome
/demos/1995/e/expressn.zip
30 Jun 1996 (catalog date)
296,291 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked 10

Conviction by Fatal Justice
/demos/1995/f/fat_conv.zip
30 Jun 1996 (catalog date)
949,634 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 07

Planet Groove by Fudge
/demos/1995/f/fdg_grov.zip
30 Jun 1996 (catalog date)
812,967 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 20

Go by Mewlers
/demos/1995/g/go.zip
14 May 1997 (catalog date)
55,967 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,GUS/SB/PAS,

Get Well by Image
/demos/1995/i/img_well.zip
30 May 1998 (catalog date)
130,237 bytes
Download FTP scene.org
Rating:
,,GUS,

Incompatibility by Byteam
/demos/1995/i/incompa.zip
24 May 1998 (catalog date)
66,694 bytes
Download FTP scene.org
Rating:
386,,GUS,

Utopia by INF
/demos/1995/i/inf_utop.zip
15 Nov 1997 (catalog date)
1,870,563 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 14
486,,GUS/SB/PAS,

Bedtime For Claudia by Just For Fun
/demos/1995/j/jff-bed.zip
12 Jan 1997 (catalog date)
961,959 bytes
Download FTP scene.org
Rating:

Jyrki by TPOLM
/demos/1995/j/jyrki.zip
15 Nov 1997 (catalog date)
47,786 bytes
Download FTP scene.org
Rating:

The Last Dimension by Dynamic Force
/demos/1995/l/lastdimc.zip
14 May 1997 (catalog date)
61,962 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked DD
,,GUS/SB,

Digital Sonic by MFX
/demos/1995/m/mfx_ds.zip
29 May 1998 (catalog date)
813,319 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX
,,GUS/SB,

Night In Moscow by Tango Sisters
/demos/1995/m/moscow.zip
24 May 1998 (catalog date)
61,625 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 06
,,GUS,

High Pressure by US
/demos/1995/n/naid_hp.zip
30 Jun 1996 (catalog date)
96,118 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the in64 division and ranked 03

No Great Shakes by Core, Amour
/demos/1995/n/nogreats.zip
24 May 1998 (catalog date)
378,700 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 10
386,,GUS,

NoName00 by Napalm
/demos/1995/n/noname00.zip
30 Jun 1996 (catalog date)
569,603 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 07

Opera by Jolly Workers
/demos/1995/o/opera.zip
24 May 1997 (catalog date)
963,802 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Deadline by Purple
/demos/1995/p/p_deadl.zip
30 Jun 1996 (catalog date)
96,605 bytes
Download FTP scene.org
Rating:

Par-TV by Han Solo of The Coexistence
/demos/1995/p/par-tv.zip
26 May 1998 (catalog date)
4,423 bytes
Download FTP scene.org
Rating:

Phenotype (bugfix) by Purge
/demos/1995/p/phenofix.zip
30 Jun 1996 (catalog date)
609,635 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 03

BBS Artist Alliance by Propaganda
/demos/1995/p/prp_aa.zip
30 Jun 1996 (catalog date)
217,967 bytes
Download FTP scene.org
Rating:

Gut Gut by Proxima
/demos/1995/p/prx_gut.zip
30 Jun 1996 (catalog date)
65,596 bytes
Download FTP scene.org
Rating:

Reservoir Rangers by Live
/demos/1995/r/rangers.zip
24 May 1998 (catalog date)
101,894 bytes
Download FTP scene.org
Rating:
386,,GUS,

Sargasso Meera on Monday by Dimension
/demos/1995/s/sargasso.zip
05 Mar 1998 (catalog date)
58,781 bytes
Download FTP scene.org
Rating:
I suspect they lied about the release date - could've been made in 1996?

Show3D by Friends Software
/demos/1995/s/show3d.zip
30 Jun 1996 (catalog date)
436,962 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the demo division and ranked 02

OS/2 Warp by Sonic
/demos/1995/s/snc_warp.zip
30 Jun 1996 (catalog date)
796,439 bytes
Download FTP scene.org
Rating:
Released at event OS2W in the demo division and ranked 03

Toe Tag by Vibrants
/demos/1995/t/toetag.zip
30 Jun 1996 (catalog date)
89,796 bytes
Download FTP scene.org
Rating:

Dea Parca (v2.0) by The Underworld Corporation
/demos/1995/t/tuc_dp20.zip
10 Jul 1996 (catalog date)
963,518 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

OS/2 Warp demo by Valhalla
/demos/1995/v/val_os2f.zip
30 Jun 1996 (catalog date)
529,691 bytes
Download FTP scene.org
Rating:
Released at event OS2W in the demo division and ranked 01

0x90h by JL
/demos/1996/0-9/0x90h.zip
30 Jun 1996 (catalog date)
1,288,107 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the demo division and ranked ??

128 Byte Intro competition entries by V/A
/demos/1996/0-9/128-all.zip
30 Jun 1996 (catalog date)
15,043 bytes
Download FTP scene.org

128 Byte Intro competition results by V/A
/demos/1996/0-9/128-res.zip
30 Jun 1996 (catalog date)
2,418 bytes
Download FTP scene.org

1291 by Key G, Sebl
/demos/1996/0-9/1291.zip
30 Jun 1996 (catalog date)
2,838 bytes
Download FTP scene.org
Rating:

Sqrt(2) Reality by Future Screw
/demos/1996/0-9/14ndreal.zip
04 Dec 1996 (catalog date)
1,490,499 bytes
Download FTP scene.org
Released at event ABD96 in the demo division and ranked 15

17 Mai by Rectum Cauda
/demos/1996/0-9/17mai.zip
30 Jun 1996 (catalog date)
77,847 bytes
Download FTP scene.org
Rating:
Released at event I96 in the demo division and ranked 05

1 Day by Myopic Fish
/demos/1996/0-9/1day_4k.zip
30 Jun 1996 (catalog date)
1,335 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the in4k division and ranked 07

1 Frame by Hydrogen
/demos/1996/0-9/1frame.zip
30 Jun 1996 (catalog date)
7,003 bytes
Download FTP scene.org
Rating:

1000 Byte Intro by Frenzy
/demos/1996/0-9/1k_intro.zip
31 Jan 1997 (catalog date)
1,547 bytes
Download FTP scene.org
Rating:
386DX

The First Step by Brave Lamers
/demos/1996/0-9/1stepfix.zip
17 Dec 1996 (catalog date)
7,786 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the in4k division and ranked ??

First Offense by Saw Tooth Distortion
/demos/1996/0-9/1stoff.zip
06 Jan 1997 (catalog date)
155,843 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the i128 division and ranked ??

1st Time by Plutonic
/demos/1996/0-9/1sttime.zip
09 Feb 1997 (catalog date)
521,080 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 06

244 Bytes by Sands
/demos/1996/0-9/244bytes.zip
02 Oct 1996 (catalog date)
516 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the in8k division and ranked 06

24h Demo by Heaven Software
/demos/1996/0-9/24hd.zip
30 Jun 1996 (catalog date)
621,020 bytes
Download FTP scene.org
Rating:
Released at event MET96 in the demo division and ranked 01

Latex by Blank
/demos/1996/0-9/255latex.zip
24 May 1997 (catalog date)
1,627,453 bytes
Download FTP scene.org
Rating:
Released at event SYM96 in the demo division and ranked 01
486DX,VESA,GUS/SB/PAS,

Demo.Ita 256 Byte Compo Entries
/demos/1996/0-9/256bytes.zip
11 Oct 1997 (catalog date)
14,437 bytes
Download FTP scene.org

303 by Queue Members Group
/demos/1996/0-9/303.zip
30 Jun 1996 (catalog date)
508,714 bytes
Download FTP scene.org
Rating:

380 Volt (final) by Goto10
/demos/1996/0-9/380voltf.zip
30 Jun 1996 (catalog date)
2,305,606 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 22

3D Stuff by Ecstasy
/demos/1996/0-9/3dstuff2.zip
25 Dec 1996 (catalog date)
793,375 bytes
Download FTP scene.org
Rating:

BBS 42 by Maniac
/demos/1996/0-9/42.zip
08 Jul 1996 (catalog date)
1,517 bytes
Download FTP scene.org
Rating:

4.77 MHz by Nuclear Meltdown
/demos/1996/0-9/477mhz.zip
30 Jun 1996 (catalog date)
86,013 bytes
Download FTP scene.org
Rating:

4k by Quark
/demos/1996/0-9/4kquark.zip
30 Jun 1996 (catalog date)
4,680 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the in4k division and ranked 01

World 4k by Furball
/demos/1996/0-9/4kworld.zip
30 Jun 1996 (catalog date)
11,260 bytes
Download FTP scene.org
Rating:
Released at event MEK96 in the in4k division and ranked 02

Textmode Windows by Five Coders
/demos/1996/0-9/5c_tw.zip
12 Jan 1997 (catalog date)
643,979 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 06

5 Days by Virtual Crew
/demos/1996/0-9/5dayz.zip
03 Jul 1996 (catalog date)
66,864 bytes
Download FTP scene.org
Rating:
Released at event RAGE96 in the in64 division and ranked 02

64 by Inopia, Anomaly, Cygnus
/demos/1996/0-9/64.zip
19 Oct 1996 (catalog date)
78,263 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 02

666 by Crystal Shade
/demos/1996/0-9/666.zip
31 Aug 1996 (catalog date)
389,313 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the demo division and ranked 06

6 Years by Astral
/demos/1996/0-9/6years.zip
22 Nov 1996 (catalog date)
739,980 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the demo division and ranked 03

State 809 by Saybor, Szaszi
/demos/1996/0-9/809state.zip
18 Sep 1996 (catalog date)
2,272 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in1k division and ranked XX

Astronomy by Arcana
/demos/1996/a/a_astro.zip
06 Jul 1996 (catalog date)
124,049 bytes
Download FTP scene.org
Rating:

Bit Hunters 2 by Axioma
/demos/1996/a/aa_bh2ax.zip
18 Sep 1996 (catalog date)
80,541 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in64 division and ranked 03

Aboriginal Remix by Paragon
/demos/1996/a/ab_remix.zip
30 Jun 1996 (catalog date)
74,266 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the in64 division and ranked 01

Farmer by Absence
/demos/1996/a/abc_farm.zip
11 Oct 1996 (catalog date)
6,728 bytes
Download FTP scene.org
Rating:

Geys by Absence
/demos/1996/a/abc_geys.zip
11 Oct 1996 (catalog date)
469,096 bytes
Download FTP scene.org
Rating:

Glizda by Absence
/demos/1996/a/abc_glzd.zip
11 Oct 1996 (catalog date)
6,414 bytes
Download FTP scene.org
Rating:

Gammon by Absence
/demos/1996/a/abc_gmon.zip
23 Oct 1996 (catalog date)
58,612 bytes
Download FTP scene.org
Rating:

BBS Look by Absence
/demos/1996/a/abc_look.zip
30 Mar 1997 (catalog date)
2,666 bytes
Download FTP scene.org
Rating:

Scars by Absence
/demos/1996/a/abc_scrs.zip
11 Oct 1996 (catalog date)
6,788 bytes
Download FTP scene.org
Rating:

Vectors by Absence
/demos/1996/a/abc_vect.zip
15 Nov 1996 (catalog date)
61,376 bytes
Download FTP scene.org
Rating:

Voodka by Absence
/demos/1996/a/abc_voda.zip
11 Dec 1996 (catalog date)
827,393 bytes
Download FTP scene.org
Rating:

Abduction by TLOTB
/demos/1996/a/abductio.zip
31 Aug 1996 (catalog date)
59,129 bytes
Download FTP scene.org
Rating:
Released at event EUS96 in the in64 division and ranked 01

Aboriginal by Paragon
/demos/1996/a/aborignl.zip
30 Jun 1996 (catalog date)
54,721 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 04

Hi 5 by Acme
/demos/1996/a/acme-hi5.zip
30 May 1998 (catalog date)
15,065 bytes
Download FTP scene.org
Rating:
,,GUS,

Fast by Acid Dream
/demos/1996/a/ad_fast.zip
30 Jun 1996 (catalog date)
439,343 bytes
Download FTP scene.org
Rating:

True Lameness by Alpha Design
/demos/1996/a/ad_lame.zip
12 Jan 1997 (catalog date)
81,889 bytes
Download FTP scene.org
Rating:
Released at event TMDC96 in the demo division and ranked 08

Adamantium by Silicon Brain
/demos/1996/a/adamant.zip
12 Aug 1996 (catalog date)
8,123 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the in4k division and ranked 03

Adrift by Wild Light
/demos/1996/a/adrift.zip
07 Feb 1997 (catalog date)
66,195 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 11
486DX,GUS/SB

Xmas '96 by Alpha Design
/demos/1996/a/adxmas96.zip
31 Oct 1998 (catalog date)
77,201 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

After Death by Real-Time
/demos/1996/a/afterdth.zip
08 Dec 1996 (catalog date)
2,717,349 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 04

Ages by Happo
/demos/1996/a/ages.zip
25 Dec 1996 (catalog date)
1,210,913 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked 09

??? by Trybit
/demos/1996/a/agja.zip
19 Oct 1996 (catalog date)
69,447 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in64 division and ranked 08

Chapi Chapo I by Aegis
/demos/1996/a/agschapi.zip
30 Jun 1996 (catalog date)
1,364,824 bytes
Download FTP scene.org
Rating:
Released at event SAT96 in the demo division and ranked 03

Generated Sintab Sux by Reptile of Astroidea
/demos/1996/a/ai_gss.zip
22 Nov 1996 (catalog date)
17,442 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the in4k division and ranked 01

Mutha by Astroidea
/demos/1996/a/ai_mutha.zip
17 Dec 1996 (catalog date)
958,796 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the demo division and ranked 01

Prostate 666 by Astroidea
/demos/1996/a/ai_ps666.zip
18 Sep 1996 (catalog date)
1,769,690 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the demo division and ranked 01

Stroke by Ionic of Astroidea
/demos/1996/a/ai_strok.zip
14 Sep 1996 (catalog date)
17,963 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 04

Alive by Orca
/demos/1996/a/alive.zip
07 Feb 1997 (catalog date)
60,807 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 10
386,GUS

All In the Name of Bump by Mr. Bios
/demos/1996/a/allinb.zip
08 Dec 1996 (catalog date)
941,194 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the demo division and ranked 12

Alto Knallo by Free Electric Band
/demos/1996/a/alto.zip
09 Feb 1997 (catalog date)
1,218,641 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 01
GUS/SB/PAS

Andalucia by Halcyon
/demos/1996/a/alucia.zip
14 Sep 1996 (catalog date)
61,934 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 08

Junior by Amable
/demos/1996/a/amb_juni.zip
07 Feb 1997 (catalog date)
74,817 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 02

Massive by Amable
/demos/1996/a/amb_mass.zip
31 Aug 1996 (catalog date)
70,474 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the in64 division and ranked 06

Sell Out by Amable
/demos/1996/a/amb_sell.zip
06 Dec 1996 (catalog date)
60,057 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 05

AMD Intro by Deks
/demos/1996/a/amd.zip
21 Sep 1996 (catalog date)
335,139 bytes
Download FTP scene.org
Rating:

Pain by Amnesty
/demos/1996/a/ame_pain.zip
30 Jun 1996 (catalog date)
5,551 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the in4k division and ranked 01

Amitro by Damage PC
/demos/1996/a/amitro.zip
11 Dec 1996 (catalog date)
4,515 bytes
Download FTP scene.org
Rating:

Dea by Analogue
/demos/1996/a/an_dea.zip
19 Oct 1996 (catalog date)
722,840 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 03

Rastro by Guild
/demos/1996/a/an_rastr.zip
06 Jan 1997 (catalog date)
9,376 bytes
Download FTP scene.org
Rating:

Circuit (S3 pre) by Analogue
/demos/1996/a/ancircs3.zip
30 Jun 1996 (catalog date)
1,446,320 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 17

Fallen Angel (final) by A-Men
/demos/1996/a/angel95f.zip
30 Jun 1996 (catalog date)
772,950 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked XX

Anima by Dave of Byteam
/demos/1996/a/anima.zip
18 Sep 1996 (catalog date)
4,528 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in4k division and ranked 06