Search for "****": 1242 matches(displaying first 250)

3D Coding tutorial by Ica of Hubris
/code/3d/docs/3dica221.zip
30 Jun 1998 (catalog date)
422,704 bytes
Download FTP scene.org
Rating:
This tutorial is very easy to understand and describes everything you need to know like the mathematical basics, the different kind of polyfillers, shading methods, camera movement, sorting and backface culling and much much more. A must-have for every 3d coder! Text

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.

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

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

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.

Wordup Graphics Toolkit v5.1 by Chris Egerter
/code/3d/systems/wgt51_r2.zip
06 Oct 1996 (catalog date)
1,763,579 bytes
Download FTP scene.org
Rating:

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

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

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.

Indoor Music System by Pascal of Cubic Team
/code/audio/players/ims06.zip
17 Jan 1999 (catalog date)
314,727 bytes
Download FTP scene.org
Rating:
This is the player used by the wellknown Cubic Player. Supports a lot of different soundcards and a lot of different file formats including .IT files.

MIDAS by Alfred, Guru of Sahara Surfers
/code/audio/players/mds10b1.zip
01 Jul 1997 (catalog date)
1,410,314 bytes
Download FTP scene.org
Rating:
A music system for Watcom coders. Supports most file formats, SB, GUS, other soundcards.

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.

MIDAS by Alfred, Guru of Sahara Surfers
/code/audio/players/midas061.zip
01 Jul 1997 (catalog date)
1,490,716 bytes
Download FTP scene.org
Rating:
A music system for Watcom coders. Supports most file formats, SB, GUS, other soundcards.

StarPlayer by Jedi of Oxygen
/code/audio/players/sp-code.zip
25 Aug 1997 (catalog date)
125,394 bytes
Download FTP scene.org
Rating:
A mod/s3m player with source. THIS is the player you want to pick up if you're doing a 100% asm intro with Tran's pmode v2.xx and need SB support. It's easily tweakable to play your tune from memory, though the code given loads from disk. If you don't need SB support, also check out Robban's GUSPlay.

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

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

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

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

Data (de)compressing Library by Markus Oberhumer
/code/compress/lzo100.zip
17 Jan 1999 (catalog date)
375,931 bytes
Download FTP scene.org
Rating:
Favours speed over compression ratio which makes it very suitable for realtime (de)compression. Supports a lot of different operating systems and even the Atari ST TOS.

Six-2-Four Com-Packer by Kimmy of Pulp Productions
/code/compress/plp_624.zip
17 Jan 1999 (catalog date)
12,919 bytes
Download FTP scene.org
Rating:
Great 4kb packer.

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.

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

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

Fake demo source by Pelusa
/code/demosrc/demos/fakedemo.zip
10 Jan 1997 (catalog date)
335,424 bytes
Download FTP scene.org
Rating:
Sources for a demo with a sinus waver, wormhole, rotating landscape, fire, scrollie, shadebobs, lens, mandelbrot set zoomer - Comments for proceedures, many parts, lots to look over. Clean code too. (old cheesy necros music. :)

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.

Timeless source by Tran
/code/demosrc/demos/timesrc.zip
10 Jan 1997 (catalog date)
356,568 bytes
Download FTP scene.org
Rating:
Source for Tran's timeless demos - Curiously better than Tran's other source releases. If you intend to figure out how it works, I suggest you start at line 127 of v.asm. Few comments, but excellent source.

Live 4kb Source by Pulpe
/code/demosrc/intros/plp_lvsr.zip
17 Jan 1999 (catalog date)
30,147 bytes
Download FTP scene.org
Rating:
All sources for a very nice kb containing a 3d scene of a playing band and some General Midi music.

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

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.

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 Tutorial by Spansh of Dynamix
/code/effects/plasma/plastut.zip
17 Jan 1999 (catalog date)
47,158 bytes
Download FTP scene.org
Rating:
Dynamix. Definately the best tutorial on coding plasmas, also focuses on optimizing.

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.

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

Voxel by 6502 of Fatal Rage
/code/effects/voxel/newvox.zip
26 Jun 1997 (catalog date)
3,227 bytes
Download FTP scene.org
Rating:
Beautiful hightfield rendering. If there's anyone with half a clue who can't understand this, I'd like to know. The effect itself is beautiful, fast, and the code is gratuitously commented. My only quip is having (gipped) allocation of some 180k that just eats up base memory. Has no .exe, but compiles with watcom with no problems.

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

Animation Construction Kit 3D by Lary Myers
/code/effects/worlds/ackkit.zip
25 Aug 1997 (catalog date)
152,985 bytes
Download FTP scene.org
Rating:
A demo of Lary Myers 3d world engine (see acksrc.zip) including a mapeditor and all the data needed for this engine.

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.

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

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

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 Userguide Volume 3
/code/hardware/cpu/pent_ug3.zip
17 Jan 1999 (catalog date)
3,820,036 bytes
Download FTP scene.org
Rating:
Contains everything you need to know about the pentium instructions, their timing, etc. in Acrobat format.

Ralf Brown's Interrupt List
/code/hardware/general/telerama.zip
17 Jan 1999 (catalog date)
827,866 bytes
Download FTP scene.org
Rating:
Every coder should download this, it's the best interrupt list around.

Joystick axis reading code by Peter Wan
/code/hardware/joystick/joysdk11.zip
10 Jan 1997 (catalog date)
35,092 bytes
Download FTP scene.org
Rating:
Source to read joystick positions for the Gravis Game Pad - *This* is how source should be written, especially for an SDK. If only we were all this diligent.

EMS specs by Dick Flanagan
/code/hardware/memory/ems4spec.zip
10 Jan 1997 (catalog date)
67,864 bytes
Download FTP scene.org
Rating:
A comprehensive doc on EMS - Has the Expanded Memory Specification details and some Pascal and Asm source for acessing EMS memory.

Virtual Memory Management by Flux
/code/hardware/memory/fxvmm210.zip
10 Jan 1997 (catalog date)
112,232 bytes
Download FTP scene.org
Rating:
A virtual memory management interface for BC - Once again, I didn't test this. This system is much more complete than the above and certainly much more useful. From the code, I'd say I'd like to work with this guy. :)

XMS Specification by MS, Intel, Lotus, ?
/code/hardware/memory/xms2spec.zip
10 Jan 1997 (catalog date)
9,431 bytes
Download FTP scene.org
Rating:
XMS Specifications - The complete specification of the XMS standard.

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.

DOS 32 by Adam Seychell
/code/hardware/pmode/dos32v33.zip
10 Jan 1997 (catalog date)
339,512 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the best choices for a DOS extender. It's complete, well coded, and flexible. (no accompanying .txt file)

DPMI Specification by ?
/code/hardware/pmode/dpmispec.zip
10 Jan 1997 (catalog date)
33,749 bytes
Download FTP scene.org
Rating:
The complete DPMI specification - Everything you wanted to know about DPMI but were scared to ask.

Eclipse operating System v3.05
/code/hardware/pmode/e_os305.zip
30 Jun 1998 (catalog date)
1,442,821 bytes
Download FTP scene.org
Rating:
A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler

PMODE by Tran
/code/hardware/pmode/pm-11-94.zip
10 Jan 1997 (catalog date)
81,994 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE by Tran
/code/hardware/pmode/pmode307.zip
10 Jan 1997 (catalog date)
54,781 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - One of the other best choices for a DOS extender. It's complete, well coded, and flexible.

PMODE/W by Tran, Daredevil
/code/hardware/pmode/pmw133.zip
10 Jan 1997 (catalog date)
143,190 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode C programming - Works with the Watcom C compiler as a replacement for their protected mode system. Has it's tradeoffs with their (Watcom's) system.

Tiny DPMI by Maxwell Sayles of Xi
/code/hardware/pmode/tinydpmi.zip
17 Jan 1999 (catalog date)
4,724 bytes
Download FTP scene.org
Rating:
Only 173 bytes big, which makes it perfect for 4kb intros.

VCPI specification by ?
/code/hardware/pmode/vcpi.doc
10 Jan 1997 (catalog date)
60,219 bytes
Download FTP scene.org
Rating:
The specifications for VCPI - It's there if you need it.

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.

Windows GDI Killer by Kiyone of Galaxy Police
/code/hardware/video/killgdi.zip
17 Jan 1999 (catalog date)
15,938 bytes
Download FTP scene.org
Rating:
This .DLL gives you full access to the VGA card under Windows'95. Very useful if you want to port your demos to windows.

Prometheus Truecolor System by Gaffer of Xtatic
/code/hardware/video/ptc071.zip
17 Jan 1999 (catalog date)
1,750,391 bytes
Download FTP scene.org
Rating:
This is a hardware independent library for dos and windows for accessing the videocard.

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

Official VESA VBE 2.0 Specification
/code/hardware/video/vbe20-11.exe
06 Oct 1996 (catalog date)
553,428 bytes
Download FTP scene.org
Rating:

VESA BIOS extension docs by Patch
/code/hardware/video/vesasp12.zip
10 Jan 1997 (catalog date)
15,985 bytes
Download FTP scene.org
Rating:
The specifications of the VESA BIOS extension - (kinda) from VESA themselves.

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

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

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.

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

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

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

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

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

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

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

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

Peroxide Trainer Part 7 by Telemachos of Peroxide
/code/tutors/graphics/pxdtut7.zip
17 Jan 1999 (catalog date)
50,278 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code a wolfenstein 3d engine.

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

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.

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

DOS Utilities for Powerrender by Egerter Software
/code/utils/3d/prdosutl.zip
17 Jan 1999 (catalog date)
4,018,076 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

Windows Utilities for Powerrender by Egerter Software
/code/utils/3d/prwinutl.zip
17 Jan 1999 (catalog date)
2,598,584 bytes
Download FTP scene.org
Rating:
See pwrndr25.zip

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

GEMA by ? of Sector One
/code/utils/compiler/gema16.zip
10 Jan 1997 (catalog date)
118,143 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

GEMA by ? of Sector One
/code/utils/compiler/gema26aa.zip
10 Jan 1997 (catalog date)
148,691 bytes
Download FTP scene.org
Rating:
An assembler for those used to 68k assemblers - Avids believe that this assembler is more precise and makes more sense. I'll give them the former any day. It certainly does have many advantages over TASM and MASM with the exception of wide support. :(

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.

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

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

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.

Rax by Raxsoft
/demos/1987/rax.zip
29 Jun 1996 (catalog date)
8,532 bytes
Download FTP scene.org
Rating:

Atom by Sorcerers
/demos/1990/atom.zip
06 Jul 1996 (catalog date)
17,947 bytes
Download FTP scene.org
Rating:

Cronologia by Cascada
/demos/1991/cronolog.zip
29 Jun 1996 (catalog date)
455,266 bytes
Download FTP scene.org
Rating:

Vectdemo by Ultraforce
/demos/1991/vectdemo.zip
29 Jun 1996 (catalog date)
198,678 bytes
Download FTP scene.org
Rating:

Amnesia by Renaissance
/demos/1992/amnesia.zip
29 Jun 1996 (catalog date)
809,926 bytes
Download FTP scene.org
Rating:

Crystal Dream by Triton
/demos/1992/c_dream.zip
29 Jun 1996 (catalog date)
1,085,752 bytes
Download FTP scene.org
Rating:

X-Mas '92 by Cascada
/demos/1992/cda_xm92.zip
29 Jun 1996 (catalog date)
278,641 bytes
Download FTP scene.org
Rating:

Dentro by Ultraforce
/demos/1992/dentro.zip
29 Jun 1996 (catalog date)
246,517 bytes
Download FTP scene.org
Rating:

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

Fishtro by Future Crew
/demos/1992/fishtro.zip
29 Jun 1996 (catalog date)
227,650 bytes
Download FTP scene.org
Rating:

Facts of Life by Witan
/demos/1992/fo_life.zip
29 Jun 1996 (catalog date)
1,121,846 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 01

Monstra by Flash Productions
/demos/1992/monstra.zip
29 Jun 1996 (catalog date)
1,326,106 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

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

Even Better Than The Real Thing by Phoney Coders
/demos/1992/realthng.zip
29 Jun 1996 (catalog date)
132,513 bytes
Download FTP scene.org
Rating:

Takeover by Epical
/demos/1992/takeover.zip
29 Jun 1996 (catalog date)
700,786 bytes
Download FTP scene.org
Rating:

Ecargxus by The Phoney Coders
/demos/1992/tpcdemo.zip
29 Jun 1996 (catalog date)
232,652 bytes
Download FTP scene.org
Rating:

Shoot by The Phoney Coders
/demos/1992/tpcshoot.zip
29 Jun 1996 (catalog date)
190,173 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,

Xmas '92 by The Phoney Coders
/demos/1992/x_mas92.zip
29 Jun 1996 (catalog date)
266,201 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked ??

Second Reality by Future Crew
/demos/1993/0-9/2ndreal.zip
29 Jun 1996 (catalog date)
2,084,666 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 01
Watch: YouTube

Hex Appeal by Cascada
/demos/1993/a/appeal.zip
29 Jun 1996 (catalog date)
346,742 bytes
Download FTP scene.org
Rating:
Watch: YouTube

Crystal Dream 2 by Triton
/demos/1993/c/cd2_trn.zip
29 Jun 1996 (catalog date)
2,109,034 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 01

Do-Whack-A-Do by Renaissance
/demos/1993/d/dowhack.zip
29 Jun 1996 (catalog date)
162,565 bytes
Download FTP scene.org
Rating:

Elements by Xography
/demos/1993/e/elements.zip
29 Jun 1996 (catalog date)
1,422,854 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 03

Eclipse by EMF
/demos/1993/e/emf_ecl.zip
29 Jun 1996 (catalog date)
73,648 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 01

Gravis Ultrasound Advertisement by Triton
/demos/1993/g/gustrit.zip
29 Jun 1996 (catalog date)
1,455,419 bytes
Download FTP scene.org
Rating:

Hell by Tran
/demos/1993/h/hell.zip
29 Jun 1996 (catalog date)
902,405 bytes
Download FTP scene.org
Rating:

Lunatic by Extreme
/demos/1993/l/lunatic.zip
29 Jun 1996 (catalog date)
192,425 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 02

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

Optic Nerve by Silents PC
/demos/1993/o/opticnrv.zip
29 Jun 1996 (catalog date)
1,289,928 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 02

Optic Nerve (patch) by Silents PC
/demos/1993/o/opticpat.zip
29 Jun 1996 (catalog date)
9,010 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 02

Panic by Future Crew
/demos/1993/p/panic.zip
29 Jun 1996 (catalog date)
928,725 bytes
Download FTP scene.org
Rating:
Released at event TP92 in the demo division and ranked 02

Plan B by Sonic PC
/demos/1993/p/planb.zip
29 Jun 1996 (catalog date)
64,105 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 06

Saga by Dust
/demos/1993/s/sagadust.zip
29 Jun 1996 (catalog date)
1,864,581 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 04

Techno Holic by Extreme
/demos/1993/t/t_holic.zip
29 Jun 1996 (catalog date)
158,102 bytes
Download FTP scene.org
Rating:

Unleashed Power by Surprise Productions
/demos/1993/u/unlpower.zip
29 Jun 1996 (catalog date)
500,426 bytes
Download FTP scene.org
Rating:
Released at event TCC93 in the demo division and ranked 04

Unreal v1.1 by Future Crew
/demos/1993/u/unreal11.zip
29 Jun 1996 (catalog date)
1,335,455 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 01

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

Second Reality (fix) by Future Crew
/demos/1994/0-9/2ndpatch.zip
29 Jun 1996 (catalog date)
36,816 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the demo division and ranked 01

3940 by Fluz of Flatline
/demos/1994/0-9/3940.zip
29 Jun 1996 (catalog date)
6,707 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 07

Dead on Arrival by Acme
/demos/1994/a/acme_doa.zip
29 Jun 1996 (catalog date)
722,493 bytes
Download FTP scene.org
Rating:

Airframe by Prime
/demos/1994/a/airframe.zip
29 Jun 1996 (catalog date)
61,108 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 01

Ambience (Timeless 2) by Tran
/demos/1994/a/ambience.zip
29 Jun 1996 (catalog date)
361,610 bytes
Download FTP scene.org
Rating:

BBS Boem by Spirit
/demos/1994/b/boem.zip
29 Jun 1996 (catalog date)
49,980 bytes
Download FTP scene.org
Rating:

Cardiac by Infiny
/demos/1994/c/cardiac.zip
29 Jun 1996 (catalog date)
2,578,781 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 03

Cachup by Grif
/demos/1994/c/catchup.zip
29 Jun 1996 (catalog date)
1,522,352 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 07

The Real Thing by Capacala
/demos/1994/c/cc_rthng.zip
29 Jun 1996 (catalog date)
1,356,199 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 06

Message From the Cosmic Brothers by Complex
/demos/1994/c/clx_cbro.zip
03 May 1998 (catalog date)
1,300,920 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 09
386,,GUS,

Crystal #2 by Xography
/demos/1994/c/crystal2.zip
29 Jun 1996 (catalog date)
20,235 bytes
Download FTP scene.org
Rating:
Released at event BBS

Cyboman 2 by Complex
/demos/1994/c/cyboman2.zip
29 Jun 1996 (catalog date)
67,533 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 01

Drain by ???
/demos/1994/d/drain.zip
29 Jun 1996 (catalog date)
5,858 bytes
Download FTP scene.org
Rating:
Released at event ASM94

Untitled by Dust
/demos/1994/d/dust_unt.zip
29 Jun 1996 (catalog date)
858,303 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 01

BBS Eyecatcher by Surprise Productions
/demos/1994/e/ec.zip
29 Jun 1996 (catalog date)
368,339 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Echoes of the Past by Nostalgia
/demos/1994/e/echoes.zip
29 Jun 1996 (catalog date)
790,012 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division and ranked 01

Epic by Zuul Design
/demos/1994/e/epic.zip
29 Jun 1996 (catalog date)
782,753 bytes
Download FTP scene.org
Rating:

Fatal Fantasies by Massive
/demos/1994/f/fatal.zip
29 Jun 1996 (catalog date)
798,531 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division and ranked 05

Fractal Dreams by Mental Design
/demos/1994/f/fdreams.zip
29 Jun 1996 (catalog date)
7,034 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 06

Fractals by Schwartz
/demos/1994/f/fractals.zip
29 Jun 1996 (catalog date)
5,773 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 04

Space Jam by Fascination
/demos/1994/f/fsn_sj.zip
29 Jun 1996 (catalog date)
61,494 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 02

Abraham by Project Plant
/demos/1994/f/ftj_eros.zip
29 Jun 1996 (catalog date)
69,838 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 04

Fudged Insanity by Razor 1911
/demos/1994/f/fudge.zip
29 Jun 1996 (catalog date)
55,923 bytes
Download FTP scene.org
Rating:

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

Giant by Sigma of STP
/demos/1994/g/giant.zip
29 Jun 1996 (catalog date)
10,567 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

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:

Grey by Abaddon
/demos/1994/g/grey.zip
29 Jun 1996 (catalog date)
68,580 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 11

Handy by Abaddon
/demos/1994/h/handy.zip
29 Jun 1996 (catalog date)
7,300 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division

Happy Happy Joy Joy by Darkzone
/demos/1994/h/happijoy.zip
29 Jun 1996 (catalog date)
9,083 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 10

Holistic by Cascada
/demos/1994/h/holistic.zip
29 Jun 1996 (catalog date)
1,068,408 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 02

Warp by Legend Design
/demos/1994/l/ld_warpf.zip
29 Jun 1996 (catalog date)
2,280,316 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 04

Legend by Impact Studios
/demos/1994/l/legend_.zip
29 Jun 1996 (catalog date)
1,606,757 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 04

The Magic Circle by TET
/demos/1994/m/magic.zip
29 Jun 1996 (catalog date)
58,421 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 06

Mega-Ega by S-Cubed
/demos/1994/m/mega_ega.zip
29 Jun 1996 (catalog date)
259,530 bytes
Download FTP scene.org
Rating:

Move by Chicken of Surprise Productions
/demos/1994/m/move.zip
29 Jun 1996 (catalog date)
3,435 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 05

Optimize by Feenix of Epical
/demos/1994/o/optimize.zip
29 Jun 1996 (catalog date)
4,271 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 03

Poor by Majic 12
/demos/1994/p/poor_m12.zip
29 Jun 1996 (catalog date)
233,999 bytes
Download FTP scene.org
Rating:

Final Option by Phantom Design
/demos/1994/p/ptm_tfo.zip
29 Jun 1996 (catalog date)
2,046,216 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 11

Serious by Jeskola
/demos/1994/s/serious.zip
29 Jun 1996 (catalog date)
149,308 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 04

Show (bugfixed) by Majic 12
/demos/1994/s/show_fix.zip
29 Jun 1996 (catalog date)
697,757 bytes
Download FTP scene.org
Rating:

Show (secret part) by Majic 12
/demos/1994/s/showsecr.zip
29 Jun 1996 (catalog date)
15,803 bytes
Download FTP scene.org
Rating:

Spam by Xtoto of Valhalla
/demos/1994/s/spam.zip
29 Jun 1996 (catalog date)
4,770 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 02

Stoned by Stone of Dust
/demos/1994/s/stoned.zip
29 Jun 1996 (catalog date)
5,944 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 01

Tiny by Kroc of Infiny
/demos/1994/t/tiny.zip
29 Jun 1996 (catalog date)
3,931 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Uneatable by The Coexistence
/demos/1994/u/uneatble.zip
29 Jun 1996 (catalog date)
2,245,798 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 14

Peripheral Vision by Valhalla
/demos/1994/v/val_pv.zip
29 Jun 1996 (catalog date)
72,321 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked 02

Virtuosis by SB of Remal
/demos/1994/v/virt.zip
29 Jun 1996 (catalog date)
5,406 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked 08

Visions of Light by Valhalla
/demos/1994/v/volbyval.zip
29 Jun 1996 (catalog date)
1,384,129 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 15

4k Flight by Scoop
/demos/1995/0-9/4kflight.zip
29 Jun 1996 (catalog date)
3,632 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the in4k division and ranked 01

Expression by Abstract Concepts
/demos/1995/a/ac_expr.zip
29 Jun 1996 (catalog date)
574,150 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 02

Big Deal by Acme
/demos/1995/a/acme_big.zip
29 Jun 1996 (catalog date)
676,408 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 01

Colors by A-Men
/demos/1995/a/acolors.zip
29 Jun 1996 (catalog date)
1,192,075 bytes
Download FTP scene.org
Rating:

ACT1 by Psychic Link
/demos/1995/a/act1.zip
29 Jun 1996 (catalog date)
774,750 bytes
Download FTP scene.org
Rating:

Alabtro by Ghoul of Xenon Development
/demos/1995/a/alabtro.zip
29 Jun 1996 (catalog date)
4,627 bytes
Download FTP scene.org
Rating:
Released at event BP95 in the in4k division and ranked 06

Project Angel by Impact Studios
/demos/1995/a/angel.zip
29 Jun 1996 (catalog date)
3,869,873 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked 01

Animate by Schwartz
/demos/1995/a/animate.zip
29 Jun 1996 (catalog date)
4,906 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 01

Believe by Valhalla
/demos/1995/b/believe.zip
29 Jun 1996 (catalog date)
63,719 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 06

Positive by Coral
/demos/1995/c/c_posi_p.zip
29 Jun 1996 (catalog date)
118,312 bytes
Download FTP scene.org
Rating:
Released at event AGR95 in the demo division and ranked ??

Zweilight Zone by Capacala
/demos/1995/c/cc_2lite.zip
29 Jun 1996 (catalog date)
1,032,265 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 04

The Unreal Thing by Capacala
/demos/1995/c/cc_ureah.zip
29 Jun 1996 (catalog date)
947,392 bytes
Download FTP scene.org
Rating:

Bill G Force by Complex
/demos/1995/c/clx_bgfr.zip
29 Jun 1996 (catalog date)
65,528 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 03

Dope by Complex
/demos/1995/c/clx_dope.zip
29 Jun 1996 (catalog date)
915,222 bytes
Download FTP scene.org
Rating:
Released at event TG95 in the demo division and ranked 01

Xtal by Complex
/demos/1995/c/clx_xtal.zip
29 Jun 1996 (catalog date)
1,444,479 bytes
Download FTP scene.org
Rating:

60BR W by Coma
/demos/1995/c/cma_brw.zip
29 Jun 1996 (catalog date)
706,633 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 08

Gustation by Camorra
/demos/1995/c/cma_gion.zip
29 Jun 1996 (catalog date)
62,376 bytes
Download FTP scene.org
Rating:

Lasse Reinbong by Cubic Team
/demos/1995/c/ctslasse.zip
29 Jun 1996 (catalog date)
64,578 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 01

Detour by Halcyon
/demos/1995/d/detour.zip
29 Jun 1996 (catalog date)
61,199 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 05

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

Dream by Jamm
/demos/1995/d/dream.zip
29 Jun 1996 (catalog date)
1,381,845 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 02

Drift by Wild Light
/demos/1995/d/drift.zip
29 Jun 1996 (catalog date)
70,941 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 01

DX Project by Realtech
/demos/1995/d/dxproj.zip
29 Jun 1996 (catalog date)
2,430,277 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 03

Jade by Eclipse
/demos/1995/e/e_jade.zip
30 Jun 1996 (catalog date)
62,518 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked EE

Elements by ???
/demos/1995/e/elements.zip
30 Jun 1996 (catalog date)
3,299 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

Verses (revision) by EMF
/demos/1995/e/emf_vrs2.zip
30 Jun 1996 (catalog date)
509,057 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 01

Lion by Epsilon
/demos/1995/e/ep_lion.zip
30 Jun 1996 (catalog date)
5,289 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in4k division and ranked 01

Flow by Craze
/demos/1995/f/flow.zip
30 Jun 1996 (catalog date)
1,290,390 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 12

Fruit Cake by Deus
/demos/1995/f/fruityfn.zip
30 Jun 1996 (catalog date)
69,586 bytes
Download FTP scene.org
Rating:

Daisy by Fascination
/demos/1995/f/fsn_dsy.zip
30 Jun 1996 (catalog date)
356,422 bytes
Download FTP scene.org
Rating:

Hive by Fascination
/demos/1995/f/fsn_hive.zip
30 Jun 1996 (catalog date)
881,683 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the demo division and ranked 01

Cyboman 3 by Plant
/demos/1995/f/ftj_pika.zip
30 Jun 1996 (catalog date)
552,868 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 02

Disorder by Halcyon
/demos/1995/h/h_disord.zip
30 Jun 1996 (catalog date)
271,197 bytes
Download FTP scene.org
Rating:
Released at event JUH95A in the demo division and ranked 03

Lifeforms by Halcyon
/demos/1995/h/h_life.zip
30 Jun 1996 (catalog date)
297,920 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 03

Havoc by Extreme
/demos/1995/h/havoc.zip
30 Jun 1996 (catalog date)
7,131 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 05

Hurtless by TFL, TDV
/demos/1995/h/hurtless.zip
30 Jun 1996 (catalog date)
2,066,083 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 09

Hurtless (fix) by TFL, TDV
/demos/1995/h/hurtprob.zip
30 Jun 1996 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 09

Pump by Iguana
/demos/1995/i/ign_pump.zip
30 Jun 1996 (catalog date)
559,171 bytes
Download FTP scene.org
Rating:

Into the Shadows by Triton
/demos/1995/i/itsdemo.zip
30 Jun 1996 (catalog date)
3,594,900 bytes
Download FTP scene.org
Rating:

Juice by Psychic Link
/demos/1995/j/juice11.zip
30 Jun 1996 (catalog date)
868,789 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 02

Juice (patch) by Psychic Link
/demos/1995/j/juicefix.zip
30 Jun 1996 (catalog date)
64,262 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 02

Who Else Upgrade a Robot by Orange
/demos/1995/k/korso.zip
30 Jun 1996 (catalog date)
54,258 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 01

Just by Legend Design
/demos/1995/l/ld_justp.zip
30 Jun 1996 (catalog date)
1,071,599 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the demo division and ranked 02

Mind Body Soul by Omicron
/demos/1995/m/mbs.zip
30 Jun 1996 (catalog date)
1,668,148 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 09

Transgression by MFX
/demos/1995/m/mfx_tgr.zip
08 Feb 1997 (catalog date)
53,594 bytes
Download FTP scene.org
Rating:
Released at event AGR95 in the i128 division and ranked 02

Mighty by Xtacy
/demos/1995/m/mighty.zip
30 Jun 1996 (catalog date)
1,061,600 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 02

Mind Crash by Spirit
/demos/1995/m/mind.zip
30 Jun 1996 (catalog date)
64,557 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Money by Hyperopia
/demos/1995/m/money.zip
30 Jun 1996 (catalog date)
978,355 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked 13

Nation Zero by Jamm
/demos/1995/n/nation0.zip
30 Jun 1996 (catalog date)
85,710 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in64 division and ranked 04

Heaven by Nooon
/demos/1995/n/nooon_he.zip
30 Jun 1996 (catalog date)
4,990 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 02

No by Nooon
/demos/1995/n/nooon_no.zip
30 Jun 1996 (catalog date)
1,339,264 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked 02

Stars (bugfixed) by Nooon
/demos/1995/n/nooon_st.zip
30 Jun 1996 (catalog date)
1,170,130 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked 01

Sea Robot of Love by Orange
/demos/1995/o/okean.zip
30 Jun 1996 (catalog date)
63,845 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked ??

Opticron by Craw Productions
/demos/1995/o/opticron.zip
30 Jun 1996 (catalog date)
580,298 bytes
Download FTP scene.org
Rating:
Released at event NAID95 in the demo division and ranked 01

OS/2 Demo by Comic (Complex)
/demos/1995/o/os2comic.zip
30 Jun 1996 (catalog date)
366,564 bytes
Download FTP scene.org
Rating:
Released at event OS2W in the demo division and ranked 02

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

Skumle Planer (bugfix) by Purple
/demos/1995/p/p_skufin.zip
30 Jun 1996 (catalog date)
630,625 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the demo division and ranked 01

Performance (bugfix) by Logic Design
/demos/1995/p/perf_fin.zip
30 Jun 1996 (catalog date)
935,620 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the demo division and ranked 01

Phase 2 by Nostalgia
/demos/1995/p/phase2.zip
30 Jun 1996 (catalog date)
5,701 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in4k division and ranked 01

Pink 'n Silly by Deus
/demos/1995/p/psilly.zip
30 Jun 1996 (catalog date)
61,952 bytes
Download FTP scene.org
Rating:

Pureness by Waterlogic
/demos/1995/p/pureness.zip
30 Jun 1996 (catalog date)
1,433,210 bytes
Download FTP scene.org
Rating:

The 6th Sense by Realtech
/demos/1995/r/rt_6sens.zip
30 Jun 1996 (catalog date)
2,356,515 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked EE

Sametech Annihilation by KLF
/demos/1995/s/sametech.zip
01 Sep 1997 (catalog date)
70,495 bytes
Download FTP scene.org
Rating:

Basics by Shock
/demos/1995/s/sck_bsc.zip
30 Jun 1996 (catalog date)
12,780 bytes
Download FTP scene.org
Rating:

Sehablad Routines by Jamm
/demos/1995/s/sehabla.zip
30 Jun 1996 (catalog date)
67,053 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the in64 division and ranked 01

Semtex Annihalation by Jeskola
/demos/1995/s/semtex64.zip
30 Jun 1996 (catalog date)
68,608 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 02

Slow by Italian Bad Boys, Pornorockerz
/demos/1995/s/slow.zip
30 Jun 1996 (catalog date)
1,125,057 bytes
Download FTP scene.org
Rating:

Smooth by Pulp Productions
/demos/1995/s/smooth.zip
30 Jun 1996 (catalog date)
4,099 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked XX

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

3kb by SOL of NOP
/demos/1995/s/solnop3k.zip
30 Jun 1996 (catalog date)
10,347 bytes
Download FTP scene.org
Rating: