Search for "Go": 870 matches(displaying first 250)

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

3D Shadow Tutorial by Fuzzel of Haujobb
/code/3d/docs/shadows.zip
17 Jan 1999 (catalog date)
121,258 bytes
Download FTP scene.org
Rating:
Explains how to do shadows in 3d using a zbuffer algorithm.

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

3D Engine by Zjack of DCC
/code/3d/systems/dcc_3de.zip
25 Aug 1997 (catalog date)
720,195 bytes
Download FTP scene.org
Rating:
A fast and goodlooking 3d engine. It also includes a .3ds convertor.

3D example by Andrew Harvey
/code/3d/systems/exampl3d.zip
30 Jun 1998 (catalog date)
385,953 bytes
Download FTP scene.org
Rating:
Good looking texturemapped 3d engine, but unfortunately there is no documentation included. Assembler

GFXFX3: Inertia 3d engine by Alex Chalfin and Jeroen Bouwens
/code/3d/systems/gfx3i099.zip
30 Jun 1998 (catalog date)
1,148,321 bytes
Download FTP scene.org
Rating:
Goodlooking 3d engine, with very complete documentation. Unfortunately only the libraries are included, while the actual source is missing. Pascal

Rotating 3d escher-knot by Oliver Nash
/code/3d/systems/gsescher.zip
30 Jun 1998 (catalog date)
19,895 bytes
Download FTP scene.org
Rating:
The author says he appreciates a mention when you "steal" his formula, but "his" formula was already used on the amiga a long time ago. It might be useful downloading though if you're a starting 3d coder because the flatshaded 3d engine is very easy to understand. C

Power Render v2.3 by Gooroo
/code/3d/systems/prv2_3.zip
01 Jul 1997 (catalog date)
4,685,199 bytes
Download FTP scene.org
Rating:
A rendering system for 3dfx cards. Requires watcom and WGT5.1+ to compile examples. This is a commercial package.

Panard-Vision 3D Engine by Olivier Brunet
/code/3d/systems/pvsdk95d.zip
17 Jan 1999 (catalog date)
915,862 bytes
Download FTP scene.org
I couldn't get it to work unfortunately, but it seems pretty good.

Powerrender v2.5 by Egerter Software
/code/3d/systems/pwrndr25.zip
17 Jan 1999 (catalog date)
4,315,320 bytes
Download FTP scene.org
Rating:
Pretty good and professional 3d system.

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.

Simple 3D Engine by Zjack of DCC
/code/3d/systems/toruskit.zip
17 Jan 1999 (catalog date)
104,753 bytes
Download FTP scene.org
Rating:
An outdated 3d engine in assembler using different tricks that used to be populair a few years ago, like a 50hz mode and a weird vga resolution.

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.

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

Gouraud shader source by Jedi of Sector One
/code/3d/trifill/gouraud/ggouro2.zip
10 Jan 1997 (catalog date)
66,612 bytes
Download FTP scene.org
Rating:
Source for a gouraud filler, requires GEMA to compile - Needs GEMA. No useful comments. For TASM and MASM users, remember that GEMA's nmenonics are operation source, destination.

Gouraud Shading by The Faker of Surprise Productions
/code/3d/trifill/gouraud/goushad.zip
25 Aug 1997 (catalog date)
16,816 bytes
Download FTP scene.org
Rating:
No explanation, but the source is very easy to understand.

Gouraud Shading by Tumblin of Bodies In Motion
/code/3d/trifill/gouraud/gvector2.zip
08 Jul 1997 (catalog date)
73,071 bytes
Download FTP scene.org
Rating:

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.

Phong Explanation by TimJ of Vertigo
/code/3d/trifill/phong/vgophong.zip
17 Jan 1999 (catalog date)
6,709 bytes
Download FTP scene.org
Rating:
Good tutorial about how the phong lightning algorithm works and how it can be implemented

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.

Fast Affine Texture Mapping II by MRI of Doomsday
/code/3d/trifill/texmap/fatmap2.zip
30 Jun 1998 (catalog date)
55,809 bytes
Download FTP scene.org
Rating:
A good tutorial about accurate texture mapping. This version uses convex polygons instead of triangles to make clipping easier. Text, C

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.

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.

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.

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.

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.

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.

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.

LZ asm sources by Tom Pfau
/code/compress/lz_asm.zip
19 Oct 1996 (catalog date)
9,566 bytes
Download FTP scene.org
Rating:
lz compression/decompression, good for a .gif viewer, macro library

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.

Space Port 2 BBS intro source by PSI
/code/demosrc/bbsintro/fcsp2src.zip
10 Jan 1997 (catalog date)
32,242 bytes
Download FTP scene.org
Rating:
Sources to a BBS intro with ADlib music, scrollie, and star field all in 1993 bytes - The Adlib player in this BBS intro has been ripped and used time and time again by many people. Simple and easy to use. Kudos to those who have credited the source of where they got their player.

Micaco BBS ad source by Chc
/code/demosrc/bbsintro/micsrc41.zip
10 Jan 1997 (catalog date)
190,207 bytes
Download FTP scene.org
Rating:
Source for a BBS ad with an environment mapped object - It's all asm source, but you need Watcom to compile it. Comes with an extra ASC file format converter. All comments are in Spanish though there's a (shorter) Enlish readme file. Knowing Spanish is very useful for these sources as the comments are good.

The Shed BBS loader source by naich
/code/demosrc/bbsintro/the_shed.zip
10 Jan 1997 (catalog date)
11,922 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with smoothe text scrolling (horizontal), dual layer starfield, and nifty fade out - Good comments, rather large source as it could use a random number generator as opposed to a table and some other (obvious?) size optimization concerns.

Underworld source by Air Richter
/code/demosrc/bbsintro/uwloader.zip
10 Jan 1997 (catalog date)
24,930 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with star field, fire, some graphincs and a text writer - Good comments.

Boardz source by Vulture
/code/demosrc/bbsintro/vga-vul1.zip
10 Jan 1997 (catalog date)
11,913 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with a star field and scrollie - I never thought I'd give this high a rating for source to a BBS loader, but I figure there's got to be some way for people to know what to look for. The source is beautiful and there are more comments than there are lines of source! *Perfect* for the beginner, though not a tutorial.

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.

Amnesia Vector source by Tran of Renaissance
/code/demosrc/demos/as.zip
10 Jan 1997 (catalog date)
7,047 bytes
Download FTP scene.org
Rating:
The sources for the temple vector part of Amnesia - Sparce comments. Tight code, but probably only understandable by those who have written atleast a simple vector system and familiar with pmode. Certainly good code, but I question its usefulness to those who read it.

Bytes & Kisses source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/bkisssrc.zip
10 Jan 1997 (catalog date)
513,669 bytes
Download FTP scene.org
Rating:
Sources for a demo with a scrollie, plasma, shadebobs, tunnel, bitmap rotation and stretching, and cool credits - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Valentine's day. :)

Byte B4 Christmas source by Jeff Lawson of JL Enterprise
/code/demosrc/demos/byte-src.zip
10 Jan 1997 (catalog date)
560,382 bytes
Download FTP scene.org
Rating:
Sources for a demo with snowflakes, fire, and some text writers - Nice comments, but not precompiled. add /misc.!!! to your path and be sure to have pklite somewhere in your path. Go through each directory and use Borland's make on all the targets of each make file. Then make bytekiss.exe from /. Nice demo for its time, but frightfully boring except on Christmas Eve :)

Contrast source by Type One, Gopi, Bismark, Karma, Sam of TFL-TDV
/code/demosrc/demos/contrsrc.zip
10 Jan 1997 (catalog date)
1,105,116 bytes
Download FTP scene.org
Rating:
Sources for Contrast - Comments variable on the coder, but on the whole, they are good. This is a good example of how to get a multi-coder demo made. The .exe will not run under Win'95.

Hell source by Tran
/code/demosrc/demos/hellsrc.zip
10 Jan 1997 (catalog date)
62,331 bytes
Download FTP scene.org
Rating:
Source for Tran's demo Hell - Like most of Tran's released source, it makes a good example, but is difficult for people to read unless you've already done something similarly complex.

Phro source by Phred of OTM
/code/demosrc/demos/phro.zip
10 Jan 1997 (catalog date)
294,474 bytes
Download FTP scene.org
Rating:
Source for a demo with texture mapping, space cut, motion blur, a tunnel, and texture warping - All pascal with inline assembler. Good source, but no comments.

Birthday source by Sliq
/code/demosrc/intros/birthsrc.zip
10 Jan 1997 (catalog date)
25,025 bytes
Download FTP scene.org
Rating:
Sources for an intro with simple 3d - Comments for the proceedures, easy to read source. Shows influences from Mental Surgery, mainly in the interupt handling. Old sources (1993), but otherwise good.

bits'93 source by David Hedley
/code/demosrc/intros/bits93.zip
10 Jan 1997 (catalog date)
34,416 bytes
Download FTP scene.org
Rating:
Sources for an intro with a bouncing lens and a sinus scroller - Few comments. Shows influences from Mental Surgery, mainly in the interrupt routines. Old sources (1993), good timing of effects.

Chaos 4k intro source by Codex
/code/demosrc/intros/chaos4k1.zip
10 Jan 1997 (catalog date)
14,345 bytes
Download FTP scene.org
Rating:
Sources for a 4k intro with static, sinus scrollie, vector cube, and some other stuff - No comments or description. Rather non-standard C at that, but I wonder how else a 4k intro would be made in C. Good for the curious.

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.

Maximum by Bear of Sinope
/code/demosrc/intros/maximum.zip
01 Jul 1997 (catalog date)
20,172 bytes
Download FTP scene.org
Rating:
Source for an effect full 4k intro. I can't tell what language most of the comments are in. The 100% register gouraud shaded texture innerloop is particularly clever.

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.

Shorty 4kb Source by The Clan
/code/demosrc/intros/shorty.zip
17 Jan 1999 (catalog date)
145,990 bytes
Download FTP scene.org
Rating:
Source for a 4kb intro containing a tunnel and some gouraud shaded and texturemapped 3d vectors.

Snow Effects by Natas of Lithium
/code/demosrc/intros/snowtro.zip
29 May 1997 (catalog date)
65,044 bytes
Download FTP scene.org
Rating:
Ugly, I have seen much better snow effects. This looks more like a buggy diagonal starfield.

Injection music disk source by Orthodox of Red Power
/code/demosrc/musdisks/rpinjsrf.zip
10 Jan 1997 (catalog date)
193,146 bytes
Download FTP scene.org
Rating:
Source for a music disk with a midas interface. - The version of midas used with this music disk is included. Rather simple code for anyone wanting to use a good music play from within Pascal.

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.

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.

3D Tutorial v1.8 by fh of GODS
/code/effects/3d/fh-3dt18.zip
06 Oct 1996 (catalog date)
25,489 bytes
Download FTP scene.org
Rating:
Useless. Very poor way of making a 3d system. 100% hard coded objects, non-portable slow code.

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.

blaze source by Gopher
/code/effects/fire/blaze.zip
18 Mar 1997 (catalog date)
10,702 bytes
Download FTP scene.org
Rating:
Source and macros for fire routines. For a86 compilation, should be easy to tweak for TASM, but this is nothing special we haven't seen before.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Alias by Minimalist
/code/effects/rotozoom/alias.zip
25 Aug 1997 (catalog date)
164,287 bytes
Download FTP scene.org
Rating:
Scaling, rotating, anti-aliasing. There's a turboC, WatcomC, and Pascal version of this program all included. Admittedly, he cheats the palette on anti-aliasing (as shown by using most any non-grayscale image), the programming is good nonetheless.

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.

Cache Optimized Roto-Zoomer by pascal of Cubic Team
/code/effects/rotozoom/pasroto.zip
05 Oct 1996 (catalog date)
29,419 bytes
Download FTP scene.org
Rating:
Nice, fast, tight code with a good explanation of why it is so fast.

shadebobs by NutCracker
/code/effects/shadebob/shadebob.zip
11 Jan 1997 (catalog date)
6,468 bytes
Download FTP scene.org
Rating:
Source for some shadebobs - No docs, no comments. Looks good. (the exe, that is)

Sprite Editor by Solar Designer of BPC
/code/effects/sprites/bpc-ms6.zip
26 Jun 1997 (catalog date)
103,086 bytes
Download FTP scene.org
Rating:
Very good sprite editor with a windows-like user interface, multiple video modes, pcx and bmp support and all the usual editing tools.

Stars by Draeden of VLA
/code/effects/stars/stars.zip
10 Jan 1997 (catalog date)
10,627 bytes
Download FTP scene.org
Rating:
A simple starfield effect - Good for the beginner.

TV by Perisoft
/code/effects/text/tv10.zip
11 Jan 1997 (catalog date)
45,667 bytes
Download FTP scene.org
Rating:
A text viewer with "docs" - Not code... I'm not sure where it should go. Best ask Screech himself for ideas.

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

Free direction tunnel tutorial by Blackaxe of Kolor
/code/effects/tunnel/fdtunnel.zip
30 Jun 1998 (catalog date)
4,008 bytes
Download FTP scene.org
Rating:
A good tutorial about coding free direction tunnels using the realtime raytracing method. Text

PixPack
/code/effects/various/pixpack.zip
05 Oct 1996 (catalog date)
1,075,409 bytes
Download FTP scene.org
Rating:
Demo Effects Source Code Collection - random stuffs, few good things

SMK3D Effects by SMKaribou of GMF
/code/effects/various/smk3dsrc.zip
05 Oct 1996 (catalog date)
619,782 bytes
Download FTP scene.org
Rating:
Phong, Gouraud, Bump Mapping, etc. - Comments in French, lots well done trifillers

Zed3D v0.95 - 3D Graphics Reference by Zed
/code/effects/various/zed3d095.zip
07 Oct 1996 (catalog date)
702,570 bytes
Download FTP scene.org
Rating:
Phong, Gouraud, Textures, etc.

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.

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

Animation Construction Kit 3D (source) by Lary Myers
/code/effects/worlds/acksrc.zip
25 Aug 1997 (catalog date)
146,731 bytes
Download FTP scene.org
Rating:
A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.

AWE-DIP-01-ENG by Creative Labs engineers
/code/hardware/audio/adip.zip
10 Jan 1997 (catalog date)
708,753 bytes
Download FTP scene.org
Rating:
Examples and API for using the AWE32 - And people wonder why there's not much SB support. The information in the packet is contorted. I could go on this for days. Comments like /* main - here's where the fun begins */ are misleading. The fun actually began several hundred lines ago (starting at line 134). It's late. I'm not exactly bored, but this bit of code is frustrating. I wonder why CL even bothered. There are no technical docs of any sort and the code that is here *REEKS* of bad style. For extra frustration, I unzipped the file which had a self extracting .exe in it, which gave me 4 zips which when each extracted with the -d option finally gives me the SDK. Kneebiter - at 1:30 in the morning. Need more tea...

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.

Collection of ASM sources by ? of Blue Nose Productions
/code/hardware/general/asm_good.zip
10 Jan 1997 (catalog date)
118,612 bytes
Download FTP scene.org
Rating:
Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.

Keyboard handler by Patch
/code/hardware/keyboard/kbdhand9.zip
10 Jan 1997 (catalog date)
26,409 bytes
Download FTP scene.org
Rating:
Source for making a keyboard handler (int 9) and reading the keyboard from the handler - Doesn't tell you much, but is a good demonstration. I'd suggest for those needing to write a keyboard handler is to get a hardware reference for the keyboard and see what other options are available and how the code works.

Dos extender by Supernar Systems Intl.
/code/hardware/pmode/dos32a_5.zip
30 Jun 1998 (catalog date)
606,774 bytes
Download FTP scene.org
Rating:
Very good dos extender, also extends the most popular mouse and vesa functions.

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.

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.

GIF 2 LBM by Daniel Hatadi
/code/images/gif2lbm.zip
15 Apr 1997 (catalog date)
17,893 bytes
Download FTP scene.org
Very simple bitmap converter. This converts plain 256 colour GIFs to the LBM format used with Themie Gouthas' XLIB. It also saves the palette separately in a .PAL file.

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.

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.

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:

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.

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

Tutorial 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

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.

Demo Series, Part 10 by Outlaw Triad
/code/tutors/graphics/otface.zip
17 Jan 1999 (catalog date)
17,486 bytes
Download FTP scene.org
Rating:
Tutorial about sorting faces in a 3d scene. No explanation about sorting algorithms at all, which makes it totaly useless.

Demo Series, Part 15 by Outlaw Triad
/code/tutors/graphics/otgourad.zip
17 Jan 1999 (catalog date)
13,977 bytes
Download FTP scene.org
Rating:
Tutorial about gouraud shading.

Peroxide Trainer Part 4 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut4.zip
17 Jan 1999 (catalog date)
27,821 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code different kind of polyfillers including gouraudshaded, texturemapped and environmapped polygons.

Serie De Tutoriales Fac 9 by FAC of Delabu Alama
/code/tutors/graphics/tut9.zip
25 Apr 1998 (catalog date)
30,791 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Ninth tutorial: Backface removal and solid polygons.

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.

VBE 2.0 Tutorial by Vector of Vertigo
/code/tutors/video/vgovbe20.zip
17 Jan 1999 (catalog date)
23,787 bytes
Download FTP scene.org
Rating:
Explains how to use vesa modes and how to avoid the usual mistakes made by so many groups when dealing with vesa.

3DS converter by MRI of Doomsday
/code/utils/3d/3dsco20.zip
25 Aug 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
Reads a 3ds file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.

Boot by ? of Ooze
/code/utils/boot/0l_boot.zip
25 Aug 1997 (catalog date)
81,135 bytes
Download FTP scene.org
Rating:
Reboots & boot sector util. A utility that'll reboot your computer (which isn't terribly useful) and to read/write boot sectors. It's a good, hard to find utility for someone just poking into that sort of stuff.

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.

Netwide Assembler by Simon Tatham, Julian Hall
/code/utils/compiler/nasm094.zip
02 Jul 1997 (catalog date)
320,576 bytes
Download FTP scene.org
Rating:
A freeware assembler with good support. People have been switching from TASM to this assembler, especially linux and 68K coders. It is still being supported by the makers so it understands newer op codes, like mmx instructions, so you don't need to get intel's 'macros' for new opcodes.

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.

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)

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.

FLI/FLC Compressing Utility by Goto64 of Purple
/code/video/lzakit90.zip
17 Jan 1999 (catalog date)
286,808 bytes
Download FTP scene.org
Rating:
Very useful if you want to include animations in your demo.

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)

Two Demos by El Gorgo
/demos/1992/delta1_2.zip
29 Jun 1996 (catalog date)
17,389 bytes
Download FTP scene.org
Rating:

30 Demo by Noice
/demos/1993/0-9/30_demo.zip
29 Jun 1996 (catalog date)
40,554 bytes
Download FTP scene.org
Rating:
Demo contains rotating cube (so obvious), low-zoom plasma (so good, because you cannot see plasma in any other demo this way - always there is a high zoom (because looks better :-), then a dot-ball (also obvious), and end-scroller (thats all???? yes....)

BBS 4PM by Psycho
/demos/1993/0-9/4pm.zip
29 Jun 1996 (catalog date)
5,954 bytes
Download FTP scene.org
Rating:
Lo-res bars & vector-dot logo, with AdLib sound of course.

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

42 by Halcyon
/demos/1994/0-9/42.zip
29 Jun 1996 (catalog date)
67,994 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.

4 Kings by Orange
/demos/1994/0-9/4kings.zip
29 Jun 1996 (catalog date)
57,584 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.

Kit & Cadooble by Agony
/demos/1994/a/agn_kac_.zip
29 Jun 1996 (catalog date)
299,748 bytes
Download FTP scene.org
Released at event ASM94 in the demo division and ranked XX

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

Assembler Instinct by Gollum
/demos/1994/a/asminst.zip
29 Jun 1996 (catalog date)
695,570 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 07

Bushtro by Gollum
/demos/1994/b/bushtro.zip
29 Jun 1996 (catalog date)
35,557 bytes
Download FTP scene.org
Rating:
Released at event BP94

Claustrophobia by Goto10
/demos/1994/c/claustro.zip
29 Jun 1996 (catalog date)
1,143,377 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Dash by Paragon
/demos/1994/d/dash.zip
29 Jun 1996 (catalog date)
44,519 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 09

Dragon by Core Image
/demos/1994/d/dragon.zip
29 Jun 1996 (catalog date)
64,790 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 06

Fidderli Fisk by Gollum
/demos/1994/f/fidderli.zip
29 Jun 1996 (catalog date)
80,101 bytes
Download FTP scene.org
Rating:
Released at event BP94

The Good, The Bad, The Ugly by Surprise Productions
/demos/1994/g/gbu_sp.zip
29 Jun 1996 (catalog date)
559,803 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 02

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:

Das Grelle by Gollum
/demos/1994/g/grelle.zip
29 Jun 1996 (catalog date)
84,319 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the in64 division and ranked 01

Grimtro by Twin Killer of Gollum
/demos/1994/g/grimtro.zip
29 Jun 1996 (catalog date)
2,398 bytes
Download FTP scene.org
Rating:
Released at event BP94

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

BBS Golden Image by Legend Design
/demos/1994/l/ldbbstro.zip
29 Jun 1996 (catalog date)
24,505 bytes
Download FTP scene.org
Rating:

The Will of God by Legend
/demos/1994/l/legend.zip
29 Jun 1996 (catalog date)
115,812 bytes
Download FTP scene.org
Rating:

When God is Having a Malfunction by Orange
/demos/1994/o/orange11.zip
29 Jun 1996 (catalog date)
41,902 bytes
Download FTP scene.org
Rating:

Cards v1.2 by Dragon Emperor
/demos/1995/c/cards.zip
29 Jun 1996 (catalog date)
25,530 bytes
Download FTP scene.org
Rating:

Democrators by Epigon
/demos/1995/d/democ.zip
14 May 1997 (catalog date)
58,492 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked XX
,,GUS/SB/PAS,

Dragon by T. Glasmachers
/demos/1995/d/dragon.zip
29 Jun 1996 (catalog date)
15,187 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 08

BBS Golden Image Reader by Mr. Patcher
/demos/1995/g/gi_tough.zip
30 Jun 1996 (catalog date)
38,665 bytes
Download FTP scene.org
Rating:

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,

God by Canus Patrol
/demos/1995/g/god.zip
30 Jun 1996 (catalog date)
53,263 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 05

Go Easter by Verhot
/demos/1995/g/goeaster.zip
30 Jun 1996 (catalog date)
308,535 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked 11

Goldorak by Real-Time
/demos/1995/g/goldorak.zip
30 Jun 1996 (catalog date)
1,124,640 bytes
Download FTP scene.org
Rating:
Released at event SIH95 in the demo division and ranked 01

YumYumGoodYumBurb by Hirmu
/demos/1995/h/hrm_yumm.zip
30 Jun 1996 (catalog date)
153,138 bytes
Download FTP scene.org
Rating:

Chicago by JFF
/demos/1995/j/jff-chic.zip
18 Jan 1997 (catalog date)
64,815 bytes
Download FTP scene.org
Rating:

Jungle Party '95 by Mingo
/demos/1995/j/jparty95.zip
20 Oct 1996 (catalog date)
124,095 bytes
Download FTP scene.org
Rating:

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,

Another Snowy Day by Pogo Max
/demos/1995/p/pogo.zip
30 Jun 1996 (catalog date)
6,652 bytes
Download FTP scene.org
Rating:

Sonic by Rigor Mortis
/demos/1995/r/rm_sonic.zip
03 Aug 1997 (catalog date)
18,672 bytes
Download FTP scene.org
Rating:

Super Reality by Golden Weeds Project
/demos/1995/s/sr1gwp.zip
30 Jun 1996 (catalog date)
1,464,726 bytes
Download FTP scene.org
Rating:

Bibi-Ergo-Sum by Valhalla
/demos/1995/v/val_bes.zip
30 Jun 1996 (catalog date)
67,461 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in64 division and ranked 02

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

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

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

Dreaming In Blue by Lightman of Vertigo
/demos/1996/b/blue.zip
06 Jul 1996 (catalog date)
2,509 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the in4k division and ranked 01

Braintrip by Dr Dyregod & Kompany
/demos/1996/b/brntrip.zip
13 Jul 1996 (catalog date)
66,615 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked 03

We Go by Complex
/demos/1996/c/clx_wego.zip
14 Sep 1996 (catalog date)
79,335 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 02

Station Crawford by Paragon
/demos/1996/c/crawford.zip
24 Dec 1996 (catalog date)
61,543 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 07

Guilt of Innocence by Dark Legions
/demos/1996/d/dl_goi.zip
17 Jun 1997 (catalog date)
1,316,463 bytes
Download FTP scene.org
Rating:
486/66,,GUS/SB,

Dragon v1.1 by GooRoo
/demos/1996/d/dragon11.zip
30 Jun 1996 (catalog date)
1,298,898 bytes
Download FTP scene.org
Rating:

Dream Cycle by Vertigo
/demos/1996/d/dream.zip
30 Jun 1996 (catalog date)
774,247 bytes
Download FTP scene.org
Rating:
Released at event NAID96 in the demo division and ranked 06

Fademo by Dr Dyregod & Kompany
/demos/1996/f/fademo.zip
13 Jul 1996 (catalog date)
175,518 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked 03

Faith by Vertigo
/demos/1996/f/faith.zip
06 Jan 1997 (catalog date)
13,846 bytes
Download FTP scene.org
Rating:

Go Hippy by Fobia Design
/demos/1996/f/fd_hippy.zip
14 Sep 1996 (catalog date)
393,684 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the demo division and ranked XX

Min Lada Ar Sne by Goto10
/demos/1996/g/g10-mles.zip
09 Feb 1997 (catalog date)
985,567 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 09

??? by Goblin
/demos/1996/g/gob4k.zip
30 Jun 1996 (catalog date)
409 bytes
Download FTP scene.org
Released at event OZ96 in the in4k division and ranked XX

Goo by Mooze
/demos/1996/g/goo.zip
11 Jan 1997 (catalog date)
800,403 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the demo division and ranked 07

Heitro by Paladin of Dr Dyregod & Kompany
/demos/1996/h/heitro.zip
13 Jul 1996 (catalog date)
6,896 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in4k division and ranked ??

Indigo by Purple
/demos/1996/i/indigo.zip
30 Jun 1996 (catalog date)
1,133,084 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked ??

Patachou by Lego System
/demos/1996/l/lgs-pata.zip
17 Mar 1997 (catalog date)
72,471 bytes
Download FTP scene.org
Rating:
DX4,,GUS,

Station A. Hoffman by Paragon
/demos/1996/p/p-statio.zip
18 Dec 1996 (catalog date)
73,632 bytes
Download FTP scene.org
Rating:
Released at event SEN96 in the in64 division and ranked ??

Pitango by Pulse
/demos/1996/p/pitango.zip
30 Jun 1996 (catalog date)
119,544 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 06

Search For Quality by Mingo
/demos/1996/q/quality.zip
20 Oct 1996 (catalog date)
81,603 bytes
Download FTP scene.org

Rhino by Dr. Dyregod & Kompany
/demos/1996/r/rhino.zip
15 Nov 1996 (catalog date)
522,562 bytes
Download FTP scene.org
Rating:
Released at event FDG96 in the demo division and ranked 05

Argonautical by Stephen of Silicon Brain
/demos/1996/s/sb_argon.zip
18 Sep 1996 (catalog date)
1,773 bytes
Download FTP scene.org
Rating:
Released at event ANT96 in the in1k division and ranked 02

Tarrogona by Whatcom
/demos/1996/t/tarra.zip
09 Feb 1997 (catalog date)
1,303,605 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 21
50hzVGA,GUS/SB/PAS

Dislocated by Bandwagon
/demos/1997/b/bw-disl.zip
22 Sep 1997 (catalog date)
65,865 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked 03
386,,GUS/SB,

Prove You Wrong by Bandwagon
/demos/1997/b/bw-prove.zip
28 Apr 1997 (catalog date)
57,661 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 07
386,,GUS/SB,

Retribute Your Idols by NF of Bandwagon
/demos/1997/b/bw-retr.zip
20 Sep 1997 (catalog date)
5,493 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in4k division and ranked 06

Commander Culp 5 by Grinders
/demos/1997/c/culp_5.zip
28 Mar 1997 (catalog date)
2,292,757 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the demo division and ranked EE
gory guy-anim-style cartoon - DX/33,,GUS/SB/PAS,

Logo by Death Knight
/demos/1997/d/dk.zip
27 Sep 1997 (catalog date)
9,338 bytes
Download FTP scene.org
Rating:

BBS Dragon's Lair by S.P.Y.
/demos/1997/d/dragtro.zip
16 May 1998 (catalog date)
27,150 bytes
Download FTP scene.org
Rating:
,,Adlib,

I Feel Good by Tranze
/demos/1997/f/feelgood.zip
23 Jul 1997 (catalog date)
657,221 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the demo division and ranked XX
,,GUS/SB/PAS,

Evolution by Gods
/demos/1997/g/gds-evol.zip
20 Dec 1997 (catalog date)
3,280,364 bytes
Download FTP scene.org
Rating:
Released at event SAT97 in the demo division and ranked 01
,VESA,GUS/SB/PAS,

Shame On Us by Guilty of Design
/demos/1997/g/god_sham.zip
22 Mar 1998 (catalog date)
322,440 bytes
Download FTP scene.org
Rating:
,,SB,

Gold by Tbyte
/demos/1997/g/gold.zip
11 May 1997 (catalog date)
6,596 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in4k division and ranked 02

Goose by Byteam
/demos/1997/g/goose.zip
23 Mar 1997 (catalog date)
11,745 bytes
Download FTP scene.org
Rating:
Released at event SNS97 in the in4k division and ranked 06
,,,

Kingboot by Paragon
/demos/1997/k/kingboot.zip
22 Sep 1997 (catalog date)
66,095 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked DD
may get timing problems - 486,,,

Gone by Liberty
/demos/1997/l/lbt_gone.zip
22 Nov 1997 (catalog date)
3,551,013 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the demo division and ranked ??
,,GUS/SB,8MB

Three Little Goats by Moppi Productions
/demos/1997/m/m0p-3pp.zip
08 Feb 1998 (catalog date)
1,859,499 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 04
486,,GUS/SB/PAS,16MB

Meloni by Mango
/demos/1997/m/m_meloni.zip
22 Sep 1997 (catalog date)
45,808 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the in64 division and ranked XX

Mathematical Dreams by Mingo
/demos/1997/m/matd.zip
17 Mar 1997 (catalog date)
169,406 bytes
Download FTP scene.org
Rating:
,VESA,SB,

Ngon by Senco
/demos/1997/n/ngon.zip
31 Aug 1997 (catalog date)
855,091 bytes
Download FTP scene.org
Rating:
Released at event EUS97 in the demo division and ranked 08

Orca Goes Elvis by Orca
/demos/1997/o/oge.zip
17 Jun 1997 (catalog date)
752,856 bytes
Download FTP scene.org
,50hz,GUS/SB,

Pogo Demagog by Obscure
/demos/1997/p/ppdemo.zip
01 Nov 1997 (catalog date)
1,064,978 bytes
Download FTP scene.org
Rating:
486,,GUS/SB,

Tartopom by Lego System
/demos/1997/t/tartopom.zip
11 Oct 1997 (catalog date)
964,965 bytes
Download FTP scene.org
Rating:
Released at event EVK97 in the demo division and ranked 03

Text by Neon, $volkraq of Spetsnaz, Gollum
/demos/1997/t/text.zip
30 Apr 1997 (catalog date)
1,916,290 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the dtxt division and ranked 03

Nature by Vertigo
/demos/1997/v/vgonatur.zip
25 Oct 1997 (catalog date)
3,021,472 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the demo division and ranked 01
P5,3dfx opt.,,16MB

Virgin by Jim Goer of Alba
/demos/1997/v/virgin.zip
25 Aug 1997 (catalog date)
11,974 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the in4k division and ranked 01

Yankee Go Home by Renegade Reunion
/demos/1997/y/yankee.zip
08 Feb 1998 (catalog date)
294,160 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the demo division and ranked 23

Chant by Bandwagon
/demos/1998/c/chant_by.zip
18 Oct 1998 (catalog date)
126,636 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in64 division and ranked 04
,,GUS/SB,

Dimension by Gods
/demos/1998/d/dimen.zip
19 May 1998 (catalog date)
4,774,141 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 01
,3dfx opt.,GUS/SB/PAS,

F.I.S.T. by Neckfreak of Bandwagon
/demos/1998/f/fist_by_.zip
26 Sep 1998 (catalog date)
8,813 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the in4k division and ranked 03

Godog by Complex
/demos/1998/g/godog.zip
12 Nov 1998 (catalog date)
1,739,555 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 01
JAVA

Flashback by Imago
/demos/1998/i/imflash.zip
17 Apr 1998 (catalog date)
883,683 bytes
Download FTP scene.org
Rating:

Into the Brain by Mingo
/demos/1998/i/intotb.zip
21 Feb 1998 (catalog date)
185,657 bytes
Download FTP scene.org
Rating:

Like a Dream by Mingo
/demos/1998/l/ldream.zip
07 May 1998 (catalog date)
205,656 bytes
Download FTP scene.org
Rating:
,,Adlib

Anthrax (final) by Mango
/demos/1998/m/mng_antf.zip
30 Oct 1998 (catalog date)
88,064 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the in64 division and ranked 04
P5,24/32b VESA,GUS/SB,8MB

Destination Goatland by Noice
/demos/1998/n/noc_dego.zip
05 Aug 1998 (catalog date)
2,233,410 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 01
P166,VESA,GUS/SB/PAS,24MB

Goatique by Noice
/demos/1998/n/noc_goat.zip
19 May 1998 (catalog date)
5,285,746 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the demo division and ranked 09
P5,VESA,GUS/SB,32MB

Go Pete Go (final) by Prone
/demos/1998/p/prn_petf.zip
06 Sep 1998 (catalog date)
140,638 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the in64 division and ranked 02
P5,24/32b VESA,GUS/SB/PAS,

Golden Kypersumppi by tAAt
/demos/1998/s/sumppi.zip
12 Nov 1998 (catalog date)
874,878 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the djav division and ranked 04
JAVA

Armor of Gods e-mag intro by Universe Group
/demos/1998/u/unv-aog.zip
04 Jul 1998 (catalog date)
15,105 bytes
Download FTP scene.org
Rating:

Halo8 Art pack 1 by Silentkid of Halo8
/graphics/disks/1997/h8-01.zip
09 Mar 1998 (catalog date)
372,398 bytes
Download FTP scene.org
Rating:
Several logos.

Logo Elite by Mac of Sentry
/graphics/images/1992/elitlog1.zip
14 Jul 1998 (catalog date)
11,962 bytes
Download FTP scene.org
Rating:

Logo Sentry by Mac of Sentry
/graphics/images/1992/senlogo4.zip
14 Jul 1998 (catalog date)
5,639 bytes
Download FTP scene.org
Rating:

Dragon Sun by Cougar
/graphics/images/1993/dragonsu.zip
13 Sep 1997 (catalog date)
61,018 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 01
368x283

Sanity Logo by Ra
/graphics/images/1993/ra-sanit.zip
13 Sep 1997 (catalog date)
10,196 bytes
Download FTP scene.org
Rating:
320x256x256

Virtual Dreams Logo by Ra
/graphics/images/1993/ra-vdflt.zip
13 Sep 1997 (catalog date)
24,183 bytes
Download FTP scene.org
Rating:
640x256x256

Windows Sucks by Gore of Future Crew
/graphics/images/1993/windows.zip
04 Jul 1996 (catalog date)
2,819 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the grfx division and ranked 04

The Golden Bird by ???
/graphics/images/1994/a/altecmp.zip
04 Jul 1996 (catalog date)
32,658 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Carving God by Motion Lotion
/graphics/images/1994/c/carvigod.zip
04 Jul 1996 (catalog date)
45,579 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 12

Dragon by Seq
/graphics/images/1994/d/dragon-1.zip
04 Jul 1996 (catalog date)
78,913 bytes
Download FTP scene.org
Rating:

Goblin by Seq
/graphics/images/1994/g/goblin-1.zip
04 Jul 1996 (catalog date)
23,944 bytes
Download FTP scene.org
Rating:

Goodpipe by Pixie
/graphics/images/1994/g/goodpipe.zip
04 Jul 1996 (catalog date)
43,177 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 07

History by Agony
/graphics/images/1994/h/history.zip
04 Jul 1996 (catalog date)
127,992 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 23

Uniceros by ???
/graphics/images/1994/i/imagok.zip
04 Jul 1996 (catalog date)
16,102 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Legomania by Tony Wiren
/graphics/images/1994/l/legomani.zip
04 Jul 1996 (catalog date)
83,424 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 66

Plastic Dragon by Prager
/graphics/images/1994/p/plasdrag.zip
04 Jul 1996 (catalog date)
50,305 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Nooon Logo by Ra
/graphics/images/1994/r/ra-nolgo.zip
13 Sep 1997 (catalog date)
8,584 bytes
Download FTP scene.org
Rating:
320x256x256

Smeagol by Well
/graphics/images/1994/s/smeagol.zip
04 Jul 1996 (catalog date)
68,119 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 10

Snoog Kwiwa and Goey by Magic
/graphics/images/1994/s/snoop_go.zip
04 Jul 1996 (catalog date)
205,296 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 62

Agony by Jogi
/graphics/images/1995/a/agony.zip
04 Jul 1996 (catalog date)
36,648 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked 03

??? by ???
/graphics/images/1995/d/dragon.zip
04 Jul 1996 (catalog date)
94,977 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked ??

Ozone Logo by Joe Hova
/graphics/images/1995/j/jh-ozone.zip
04 Jul 1996 (catalog date)
144,997 bytes
Download FTP scene.org
Rating:

Prayer by Captain Drago
/graphics/images/1995/p/prayer.zip
04 Jul 1996 (catalog date)
134,005 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the grfx division and ranked 13

NoooN Logo by Ra
/graphics/images/1995/r/ra-stlgo.zip
13 Sep 1997 (catalog date)
20,221 bytes
Download FTP scene.org
Rating:
320x200x256

Skull by Tiago Bianchini
/graphics/images/1995/s/skull-g.zip
04 Jul 1996 (catalog date)
22,101 bytes
Download FTP scene.org
Rating:
Released at event PC95 in the grfx division and ranked 02

Unicorn by Agony
/graphics/images/1995/u/unicorn.zip
25 Nov 1997 (catalog date)
36,243 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 16
320x256x128

Valkyria by Visigoth
/graphics/images/1995/v/valk31.zip
04 Jul 1996 (catalog date)
166,752 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked 04

The Gargoyle by Coolhand
/graphics/images/1996/a/aa_gargo.zip
23 Nov 1996 (catalog date)
53,788 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the grtc division and ranked XX

Demolition Logo by Mosh
/graphics/images/1996/b/blah2.zip
08 Jun 1997 (catalog date)
32,697 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the gfst division and ranked 08

Kiss Eden Goodbye by Morbid
/graphics/images/1996/b/bye_eden.zip
02 Sep 1996 (catalog date)
180,814 bytes
Download FTP scene.org
Rating:
Released at event TS96 in the grfx division and ranked 03

Last Cowboy by Dragon
/graphics/images/1996/c/cowboy.zip
27 Sep 1996 (catalog date)
8,405 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the grfx division and ranked XX