Search for "Fa": 823 matches(displaying first 250)

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

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

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.

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

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

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

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

Fast Affine Texture Mapping Tutorial by Doomsday
/code/3d/trifill/texmap/fatmap.txt
07 Oct 1996 (catalog date)
69,730 bytes
Download FTP scene.org
Rating:

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.

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

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.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120a.zip
10 Jan 1997 (catalog date)
326,365 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

Bells, Whistles, and Sound Boards by Lee Schlunder
/code/audio/players/bwsb120b.zip
10 Jan 1997 (catalog date)
517,142 bytes
Download FTP scene.org
Rating:
A Music player library - Interfaces from Pascal. Has support for a few formats and a decent variety of sound cards.

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

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

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

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

Tiny Play by pascal of Cubic Team
/code/audio/players/mxmp12.zip
11 Jan 1997 (catalog date)
92,697 bytes
Download FTP scene.org
Rating:
Tiny Gus Play - Has source for the player, but can interface with asm and watcom. GUS only. requires that music be run through a converter and the playback is similar to FT2 when it comes to s3ms (but it will play xm's!)

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

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.

8086 Feet Under (optimization) by Shadowlord
/code/contests/8086/fast!.com
07 Nov 1997 (catalog date)
3,848 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked EE
Runs 300% faster.

Genial 2 BBS intro source by Michiel Ouwehand
/code/demosrc/bbsintro/cool.zip
10 Jan 1997 (catalog date)
16,829 bytes
Download FTP scene.org
Rating:
Sources for a BBS intro with cross fading - Copious comments, but then again there isn't much to the source or the COM file either.

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.

ACiDween loader by Wonder Monkey of Acid
/code/demosrc/bbsintro/wm-h_src.zip
10 Jan 1997 (catalog date)
76,513 bytes
Download FTP scene.org
Rating:
Source for a halloween BBS loader - So-So source. Scarey warnings about ripping. But I'm sure I'll want this guy's routine for masking off bits. I suppose he thinks SHR AL, 3: SHL AL, 3 is faster than AND AL, 11111000b.

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.

Copper Faked source by The Faker of Aardvark
/code/demosrc/demos/cfsource.zip
10 Jan 1997 (catalog date)
146,977 bytes
Download FTP scene.org
Rating:
Sources for Copper Faked - Barren on comments and not precompiled.

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

Fairytale (source) by Frankenstein of OTOOS
/code/demosrc/demos/ftsrc101.zip
05 Oct 1996 (catalog date)
837,039 bytes
Download FTP scene.org
Rating:

Stupikeffyloooopy Full Source by FAC of Delabu Alama
/code/demosrc/demos/loopysrc.zip
25 Apr 1998 (catalog date)
211,591 bytes
Download FTP scene.org
Full source for the Stupikeffyloopy demo. - Coded in TMT Pascal v2.0 registered. - Can be compiled with either registered or unregistered versions - Supports Sound Blaster / No Sound - MOD Player by Cesar Vellido / CiMedia - Enjoy it.

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

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.

Farmer source by Warlock of Absence
/code/demosrc/intros/src_farm.zip
12 Aug 1997 (catalog date)
14,197 bytes
Download FTP scene.org
Rating:
source to a 4k intro. No comments. Has rotating bitmaps, zooming, bump-mapping, water, tunnel, and some other misc stuff.

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

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.

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.

Bump mapping by PLaSH of Azure
/code/effects/bump/azr_bump.zip
25 Aug 1997 (catalog date)
110,842 bytes
Download FTP scene.org
Rating:
Samples of bumpmapping. No explanation of the effect. Fairly clean code. Several examples so far into the optimization.

2d bump mapping by HELiX
/code/effects/bump/bumpsrc.zip
18 Mar 1997 (catalog date)
63,540 bytes
Download FTP scene.org
Rating:
Simple example and explanation of how to do 2d bump mapping. Looks like it was written by a beginner (because of the code optimization, or lack there of), but is fairly nicely commented, which is a big plus!

Feedback Effect
/code/effects/feedback/dunesrc.zip
05 Oct 1996 (catalog date)
7,481 bytes
Download FTP scene.org
Rating:
Example from DUNE!.COM - fairly nice (and the only example source I've seen for such a (recently) overused effect).

Fire by Fantom Cat of Swat Cats
/code/effects/fire/swfire.zip
17 Jan 1999 (catalog date)
6,160 bytes
Download FTP scene.org
Rating:
An original variation of the well-known fire effect.

Dot Vectors by Jare of Iguana
/code/effects/globe/vtglobe.zip
29 Sep 1997 (catalog date)
22,074 bytes
Download FTP scene.org
Rating:
Dot vectors moving along the surface of a globe.

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

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

Palette Routines by Esak
/code/effects/pallette/fadecode.zip
29 May 1997 (catalog date)
31,921 bytes
Download FTP scene.org
Rating:
Smooth palette fading routines, palette rotation, etc.

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

Fake Copper Bars by Darkman
/code/effects/raster/copper.zip
25 Aug 1997 (catalog date)
15,611 bytes
Download FTP scene.org
Rating:
Drawing the bars is not how you should do coppers.

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.

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

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

2D Blobs by Shadow Bandit of Diabolic Force
/code/effects/shadebob/sba_2dbl.zip
17 Jan 1999 (catalog date)
19,128 bytes
Download FTP scene.org
Rating:
Looks more like the oldfashioned shadebobs.

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.

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.

Water Effect by Konrad Olejnik
/code/effects/water/paswater.zip
17 Jan 1999 (catalog date)
91,458 bytes
Download FTP scene.org
Rating:
Contains a pure pascal version and a faster pascal with inline assembler version.

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

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

Flat Real by Herman Dullink
/code/hardware/memory/flat.zip
10 Jan 1997 (catalog date)
11,758 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

Flat Real Mode Interface by Juanito
/code/hardware/memory/frmi_150.exe
10 Jan 1997 (catalog date)
38,210 bytes
Download FTP scene.org
Rating:
An interface for flat real mode from BC - Has some docs on xms and comments explaining how the interface works itself. I didn't test to see if it works. Doesn't work in v86 mode, meaning most programs made with this will require a reboot.

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

Flat Real Mode by Nix of Massive
/code/hardware/memory/mass-frm.zip
10 Jan 1997 (catalog date)
8,248 bytes
Download FTP scene.org
Rating:
A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.

Kernel 1.30b
/code/hardware/pmode/krnl130b.zip
26 Jun 1997 (catalog date)
314,227 bytes
Download FTP scene.org
Rating:
A Pmode kernel program with some extra libraries. Has a sound library and many other extras to make up for the fact that it's rather new and things such as midas, GUSPlay, or whatnot won't work with it. It's picky about assembling (tasm32+wlink only). No real documentation to help you get started.

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

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.

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

Television Viewer by Bullhead of Plastic Surgery
/code/images/ps_tvv.zip
17 Jan 1999 (catalog date)
99,252 bytes
Download FTP scene.org
Rating:
Displays a bmp,pcx,tga or lbm picture on the screen using a fake hicolor mode.

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

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

The Mag by Spellcaster
/code/mags/mag05.zip
01 Jul 1997 (catalog date)
20,724 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into Pascal, arrays, memory. Contains a fairly complete list of assembler opcodes (courtesy Intel).

Tutorial #11 by Denthor of Asphyxia
/code/tutors/denthor/tut11.zip
11 Jan 1997 (catalog date)
15,291 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Cross fading - Only works on pictures with limited colors.

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

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

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 14 by Outlaw Triad
/code/tutors/graphics/otremove.zip
17 Jan 1999 (catalog date)
18,317 bytes
Download FTP scene.org
Rating:
Tutorial about hidden face removal.

Serie De Tutoriales Fac 1 by FAC of Delabu Alama
/code/tutors/graphics/tut1.zip
25 Apr 1998 (catalog date)
8,595 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline ASM. First tutorial: How to use mode 13h

Serie De Tutoriales Fac 10 by FAC of Delabu Alama
/code/tutors/graphics/tut10.zip
25 Apr 1998 (catalog date)
76,545 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Tenth tutorial: Text output in Mode 13h.

Serie De Tutoriales Fac 11 by FAC of Delabu Alama
/code/tutors/graphics/tut11.zip
14 Aug 1998 (catalog date)
51,279 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Eleventh tutorial: Flat shading and light sources.

Serie De Tutoriales Fac 12 by FAC of Delabu Alama
/code/tutors/graphics/tut12.zip
14 Aug 1998 (catalog date)
100,684 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Twelveth tutorial: More complex objets and face sorting.

Serie De Tutoriales Fac 2 by FAC of Delabu Alama
/code/tutors/graphics/tut2.zip
25 Apr 1998 (catalog date)
13,356 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Second tutorial: How to use the palette.

Serie De Tutoriales Fac 3 by FAC of Delabu Alama
/code/tutors/graphics/tut3.zip
25 Apr 1998 (catalog date)
15,274 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Third tutorial: Lines and circles.

Serie De Tutoriales Fac 4 by FAC of Delabu Alama
/code/tutors/graphics/tut4.zip
25 Apr 1998 (catalog date)
36,135 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Fourth tutorial: Virtual Screens and the PCX format.

Serie De Tutoriales Fac 5 by FAC of Delabu Alama
/code/tutors/graphics/tut5.zip
25 Apr 1998 (catalog date)
86,667 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Fifth tutorial: Scrolling

Serie De Tutoriales Fac 6 by FAC of Delabu Alama
/code/tutors/graphics/tut6.zip
25 Apr 1998 (catalog date)
60,387 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Sixth tutorial: Basic animation.

Serie De Tutoriales Fac 7 by FAC of Delabu Alama
/code/tutors/graphics/tut7.zip
25 Apr 1998 (catalog date)
92,107 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Seventh tutorial: Basic effects (plasma, fire, interference).

Serie De Tutoriales Fac 8 by FAC of Delabu Alama
/code/tutors/graphics/tut8.zip
25 Apr 1998 (catalog date)
35,194 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. In Turbo Pascal + inline asm. Eighth tutorial: Basics of 3D

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.

Serie De Tutoriales Fac. Ejemplos En C by FAC of Delabu Alama
/code/tutors/graphics/tutc.zip
26 Apr 1998 (catalog date)
33,718 bytes
Download FTP scene.org
Basic demo coding tutorials in Spanish. C/C++ examples for the first 4 tutorials.

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

DeKompress DOS32 by Dark Fibre
/code/utils/compiler/dkd32.zip
10 Jan 1997 (catalog date)
12,414 bytes
Download FTP scene.org
Rating:
Decompresses files made with and compressed via DOS32 - This utility could be useful for rippers faced with intros coded with DOS32. It will unpack the exe and one can use further programs to extract mod files or graphics.

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)

Palette Generator by BlackBob
/code/utils/graphics/palgen.zip
01 Jul 1997 (catalog date)
11,178 bytes
Download FTP scene.org
Rating:
A utility to generate palettes. Clumsy text mode interface, using dp2e to generate a palette would be much easier.

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

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

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

Putre Faction by Skull
/demos/1991/putrefac.zip
29 Jun 1996 (catalog date)
707,560 bytes
Download FTP scene.org
Rating:

Antibar by Mr. Fanatic of SMA Posse
/demos/1992/antibar.zip
29 Jun 1996 (catalog date)
4,313 bytes
Download FTP scene.org
Rating:

Fairlight by Necromancer
/demos/1992/fairlig.zip
29 Jun 1996 (catalog date)
82,341 bytes
Download FTP scene.org
Rating:

Falling by CSG
/demos/1992/falling.zip
29 Jun 1996 (catalog date)
260,652 bytes
Download FTP scene.org
Rating:

BBS Fantasia/Vector Balls 2 by Jan Ole Suhr
/demos/1992/fantasia.zip
29 Jun 1996 (catalog date)
62,447 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

24 Hour Break by Digitize Design Group
/demos/1993/0-9/24h_brk.zip
29 Jun 1996 (catalog date)
90,627 bytes
Download FTP scene.org
Rating:
Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)

Copper Faked by Aardvark
/demos/1993/c/copperfa.zip
29 Jun 1996 (catalog date)
61,383 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the in64 division and ranked 05

BBS Music Box by ???
/demos/1993/f/face_mbx.zip
29 Jun 1996 (catalog date)
123,472 bytes
Download FTP scene.org
Rating:

Fake Demo by Pelusa
/demos/1993/f/fakedemo.zip
29 Jun 1996 (catalog date)
335,424 bytes
Download FTP scene.org
Rating:

BBS Fuzzy Logic by Mr. Fanatic of SMA Posse
/demos/1993/f/fuzzy.zip
29 Jun 1996 (catalog date)
9,493 bytes
Download FTP scene.org
Rating:

BBS Maniax Dream by Mr. Fanatic of SMA Posse
/demos/1993/s/smaintro.zip
29 Jun 1996 (catalog date)
20,595 bytes
Download FTP scene.org
Rating:

BBS Eleutheria by The Faker of Aardvark
/demos/1993/s/sr_intro.zip
29 Jun 1996 (catalog date)
5,483 bytes
Download FTP scene.org
Rating:

BBS The Power Grid by The Faker of Aardvark
/demos/1993/s/sx_intro.zip
29 Jun 1996 (catalog date)
9,193 bytes
Download FTP scene.org
Rating:

Halloween '93 by Ground Zero, TFA
/demos/1993/t/tfa_hall.zip
29 Jun 1996 (catalog date)
133,840 bytes
Download FTP scene.org
Rating:

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

Comatose by Fear Factory
/demos/1994/c/coma.zip
29 Jun 1996 (catalog date)
515,738 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Santa is my Favourite by Cute
/demos/1994/c/cte_jk.zip
29 Jun 1996 (catalog date)
39,808 bytes
Download FTP scene.org
Rating:

Excide is Dead by Fairlight
/demos/1994/d/deadtro.zip
29 Jun 1996 (catalog date)
64,123 bytes
Download FTP scene.org
Rating:

Face by Majic 12
/demos/1994/f/face_m12.zip
29 Jun 1996 (catalog date)
64,201 bytes
Download FTP scene.org
Rating:

Faces by Beanix Brothers
/demos/1994/f/faces.zip
29 Jun 1996 (catalog date)
106,272 bytes
Download FTP scene.org
Rating:

Fairy Tale by Styx
/demos/1994/f/fairy.zip
29 Jun 1996 (catalog date)
781,530 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked 18

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

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

Unlimited Existance by Fascination
/demos/1994/f/fsn_ue.zip
29 Jun 1996 (catalog date)
129,462 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 06

Dream by Halcyon
/demos/1994/h/hlndream.zip
18 May 1998 (catalog date)
61,359 bytes
Download FTP scene.org
Rating:
386 (P5 is too fast),,GUS,

Martian by Beanix Brothers
/demos/1994/m/marsfars.zip
29 Jun 1996 (catalog date)
26,553 bytes
Download FTP scene.org
Rating:

Paula Faked by Jamm
/demos/1994/p/paula.zip
29 Jun 1996 (catalog date)
37,177 bytes
Download FTP scene.org
Rating:
Released at event ABD94 in the demo division and ranked 08

Stoerfall by Strontium 90
/demos/1994/s/stoerfal.zip
29 Jun 1996 (catalog date)
760,401 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Chalie Manson is Immortal by Ground Zero of TFA
/demos/1994/t/tfa_man.zip
29 Jun 1996 (catalog date)
66,486 bytes
Download FTP scene.org
Rating:

BBS The Real World by Ground Zero of TFA
/demos/1994/t/tfa_trw.zip
29 Jun 1996 (catalog date)
43,323 bytes
Download FTP scene.org
Rating:

State of the Fart by Lunatic of ???
/demos/1994/t/the_fart.zip
29 Jun 1996 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Fast Intro 1995 by Blasm
/demos/1995/b/barbie.zip
29 Jun 1996 (catalog date)
198,400 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the infs division and ranked 08

Creation by Falcor
/demos/1995/c/creation.zip
29 Jun 1996 (catalog date)
1,082,369 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked 02

Divine by Fatal Justice
/demos/1995/d/divine.zip
29 Jun 1996 (catalog date)
70,505 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked ??

Faces Slideshow Demo by Rex Deathstar
/demos/1995/f/faces_.zip
30 Jun 1996 (catalog date)
582,556 bytes
Download FTP scene.org
Rating:

Fire & Ice by Neural Image Syndicate
/demos/1995/f/fai.zip
30 Jun 1996 (catalog date)
211,449 bytes
Download FTP scene.org
Rating:

Fast Sko by Pugsy of Lobsession
/demos/1995/f/fast_sko.zip
30 Jun 1996 (catalog date)
17,179 bytes
Download FTP scene.org
Rating:
Released at event SE95 in the infs division and ranked 01

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

Fatal by Extreme
/demos/1995/f/fatal_.zip
30 Jun 1996 (catalog date)
56,521 bytes
Download FTP scene.org
Rating:
Released at event I95 in the in64 division and ranked 03

112 by Fascination
/demos/1995/f/fsn_112.zip
27 Nov 1998 (catalog date)
529,000 bytes
Download FTP scene.org
Rating:
Released at event JUH95A in the demo division and ranked 05
,,GUS,

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

Vastaaja by Fascination
/demos/1995/f/fsn_vast.zip
30 Jun 1996 (catalog date)
180,692 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the demo division and ranked 06

Greetro by Fatal Justice
/demos/1995/g/greetro_.zip
04 Oct 1996 (catalog date)
338,094 bytes
Download FTP scene.org
Rating:
Released at event MOV95 in the demo division and ranked EE

Fast Intro by JSLS
/demos/1995/j/juleniss.zip
30 Jun 1996 (catalog date)
121,057 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the infs division and ranked ??

Pseudotiny by Hellfire of Fatal Justice
/demos/1995/p/psdtiny.zip
30 Jun 1996 (catalog date)
8,810 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in4k division and ranked ??

The Royal Family by Orange
/demos/1995/r/royal.zip
30 Jun 1996 (catalog date)
64,638 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked 09

BBS Stargate by N-Factor
/demos/1995/s/stargate.zip
30 Jun 1996 (catalog date)
11,228 bytes
Download FTP scene.org
Rating:

Valentine Intro by Ground Zero
/demos/1995/t/tfa-love.zip
27 Nov 1998 (catalog date)
89,011 bytes
Download FTP scene.org
Rating:

Destroy Erase Improve by Ground Zero of TFA
/demos/1995/t/tfa_dei.zip
30 Jun 1996 (catalog date)
62,492 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the in64 division and ranked 03

Valentine Intro by TFA
/demos/1995/t/tfa_love.zip
30 Jun 1996 (catalog date)
88,823 bytes
Download FTP scene.org
Rating:

Uitgeroeid by Ground Zero of TFA
/demos/1995/t/tfa_uitg.zip
30 Jun 1996 (catalog date)
374,636 bytes
Download FTP scene.org
Rating:
Released at event X95 in the demo division and ranked 03

World Object by Insomnia
/demos/1995/w/wofaios.zip
30 Jun 1996 (catalog date)
5,520 bytes
Download FTP scene.org
Rating:
Released at event WIR95 in the in4k division and ranked 06

X-Mas Intro by Cyber Fantasies
/demos/1995/x/x_mas_.zip
30 Jun 1996 (catalog date)
164,097 bytes
Download FTP scene.org
Rating:

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

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

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

Balls by Shaman of Dream Factory
/demos/1996/b/balls.zip
14 Sep 1996 (catalog date)
4,803 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in4k division and ranked 09

Bestefar by Rectum Cauda
/demos/1996/b/bestefar.zip
21 Feb 1998 (catalog date)
188,798 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked ??
386,,GUS/SB,

Blasphemy by Fatal Justice
/demos/1996/b/blasph.zip
30 Jun 1996 (catalog date)
1,895,816 bytes
Download FTP scene.org
Released at event MEK96 in the demo division and ranked 01

Chiparitus by The Watcher of Fatal Vision
/demos/1996/c/chipari.zip
19 Oct 1996 (catalog date)
15,234 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in4k division and ranked 03

Famous Cyber People by Pulse
/demos/1996/c/cyber.zip
06 Dec 1996 (catalog date)
65,544 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 02

Trekant Med Eli Rygg by Old Fashion
/demos/1996/e/eli_rygg.zip
30 Jun 1996 (catalog date)
748,975 bytes
Download FTP scene.org
Rating:

Wobbly Face Demo by Electric Wig
/demos/1996/f/facedemo.zip
25 Dec 1996 (catalog date)
334,933 bytes
Download FTP scene.org
Rating:

Faces by Ecstasy
/demos/1996/f/faces.zip
06 Jul 1996 (catalog date)
672,437 bytes
Download FTP scene.org
Rating:

Faces by Nostalgia
/demos/1996/f/facesfin.zip
30 Jun 1996 (catalog date)
915,128 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the demo division and ranked DD

Fade by Exact
/demos/1996/f/fade.zip
17 Dec 1996 (catalog date)
60,684 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the in64 division and ranked ??

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:

Faith by Litening
/demos/1996/f/faith_.zip
30 Jun 1996 (catalog date)
2,289,172 bytes
Download FTP scene.org
Rating:

Famous by Maak
/demos/1996/f/famous.zip
13 Jul 1996 (catalog date)
849,960 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the demo division and ranked 02

Fashion by Logic Design
/demos/1996/f/fashion.zip
30 Jun 1996 (catalog date)
2,070,837 bytes
Download FTP scene.org
Rating:
Released at event X96 in the demo division and ranked 01

Baygles From Heaven by Trixter, Leviathan
/demos/1996/f/fast_bfh.zip
08 Jul 1996 (catalog date)
580,755 bytes
Download FTP scene.org
Rating:

Fast by Arkham
/demos/1996/f/fastark.zip
12 Dec 1996 (catalog date)
1,314,071 bytes
Download FTP scene.org
Rating:
Released at event SAT96B in the demo division and ranked 03

Deform by Faculty
/demos/1996/f/fcy-dfrm.zip
12 Aug 1996 (catalog date)
1,379,972 bytes
Download FTP scene.org
Rating:
Released at event FLAG96 in the demo division and ranked 02

Levitations by Faculty
/demos/1996/f/fcy_lvtt.zip
09 Feb 1997 (catalog date)
2,575,999 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 17
P5,VESA,GUS.8MB

Ffa6000e by Bore
/demos/1996/f/ffa6000e.zip
30 Jun 1996 (catalog date)
6,098 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the in4k division and ranked 02

Tehen by Fake
/demos/1996/f/fg_tehen.zip
22 Nov 1996 (catalog date)
65,981 bytes
Download FTP scene.org
Rating:
Released at event PS96 in the in64 division and ranked 01

Velvet by Fatal Justice
/demos/1996/f/fj_velve.zip
30 Jun 1996 (catalog date)
100,633 bytes
Download FTP scene.org
Rating:

How Do You Do by Fascination
/demos/1996/f/fsn_hdyd.zip
30 Jun 1996 (catalog date)
585,441 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the demo division and ranked 07

BBS A.C.E. by FatBoy of Hyperopia
/demos/1996/h/hyp_ace.zip
30 Jun 1996 (catalog date)
4,097 bytes
Download FTP scene.org
Rating:

Khalis by Dark Face of the Moon
/demos/1996/k/khalis.zip
11 Oct 1996 (catalog date)
1,382,092 bytes
Download FTP scene.org
Rating:

Mosquito by Faculty
/demos/1996/m/mosquito.zip
30 Jun 1996 (catalog date)
1,053,294 bytes
Download FTP scene.org
Rating:
Released at event SCE96 in the demo division and ranked 05

The Difference by N-Factor
/demos/1996/n/nf_tdiff.zip
31 Aug 1996 (catalog date)
78,784 bytes
Download FTP scene.org
Rating:
Released at event SE96 in the in64 division and ranked 01

No Name by Excalibur of Fatal Vision
/demos/1996/n/noname.zip
19 Oct 1996 (catalog date)
37,465 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the in4k division and ranked 01

One Drink Too Far by Pulse
/demos/1996/p/pls_odtf.zip
30 Jun 1996 (catalog date)
59,252 bytes
Download FTP scene.org
Rating:
Released at event GP96 in the in64 division and ranked 02

Pyromania by Factor X
/demos/1996/p/pyromani.zip
09 Feb 1997 (catalog date)
495,636 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 24

Fake by Sublogic
/demos/1996/s/sl_fake.zip
30 Jun 1996 (catalog date)
88,634 bytes
Download FTP scene.org
Rating:

Superman Fantasies by TPOLM
/demos/1996/s/spermafa.zip
03 Jul 1996 (catalog date)
65,801 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the demo division and ranked ??

The Fake 6 by Titan Crew
/demos/1996/t/thefake6.zip
09 Feb 1997 (catalog date)
2,211,609 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the demo division and ranked 12

Faugh by Agent Orange of T-Rex
/demos/1996/t/trx-fgh.zip
02 Oct 1996 (catalog date)
65,533 bytes
Download FTP scene.org
Rating:
Released at event ENL96 in the in8k division and ranked 01

Velvet 2 by N-Factor
/demos/1996/v/velvet2.zip
06 Dec 1996 (catalog date)
64,728 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 10

Velvet 3 by Fatal Justice
/demos/1996/v/velvet3.zip
07 Feb 1997 (catalog date)
71,553 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in64 division and ranked 13
486DX4,GUS/SB

Born Fat by Anakata
/demos/1997/b/bornfat.zip
27 Apr 1997 (catalog date)
6,451 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in4k division and ranked 05

Fastdemo by Doze, Yodin
/demos/1997/c/country.zip
27 Apr 1997 (catalog date)
11,405 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the infs division and ranked 11
,,Adlib,

Digital Fantasy by EG
/demos/1997/d/digitalf.zip
13 Sep 1997 (catalog date)
961 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the in1k division and ranked 01

Ecstasy by Fanatic
/demos/1997/e/ecstasy.zip
06 May 1997 (catalog date)
29,699 bytes
Download FTP scene.org
Rating:
Released at event X97 in the in64 division and ranked XX

Inna by FAC
/demos/1997/f/f_inna.zip
14 Nov 1997 (catalog date)
1,422,077 bytes
Download FTP scene.org

Tetorial by FAC
/demos/1997/f/f_teto.zip
11 Oct 1997 (catalog date)
389,156 bytes
Download FTP scene.org
Rating:
DX4,,GUS/SB/PAS

Swiss Alpen by Face Project
/demos/1997/f/face-sa.zip
22 Nov 1997 (catalog date)
64,970 bytes
Download FTP scene.org
Rating:
386,,GUS,

Fade by Zien
/demos/1997/f/fade.zip
27 Apr 1997 (catalog date)
4,266 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in4k division and ranked 03

Fade 2 by Zien of Nocturnal
/demos/1997/f/fade2.zip
07 Dec 1997 (catalog date)
9,073 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the in4k division and ranked 01

How to Kill a Bamsemums by Elite Productions 3d
/demos/1997/f/fastintr.zip
07 Dec 1997 (catalog date)
783,729 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the infs division and ranked 02

Motions by Faculty
/demos/1997/f/fcy-moti.zip
07 Aug 1997 (catalog date)
3,013,540 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the demo division and ranked 01
P5,VESA,GUS,8MB

Xooox by Fake That
/demos/1997/f/ft_xooox.zip
16 Apr 1997 (catalog date)
201,656 bytes
Download FTP scene.org
Rating:
486,VESA,GUS,6MB

Falling by Hellcore
/demos/1997/h/hc_fall.zip
28 Mar 1997 (catalog date)
53,562 bytes
Download FTP scene.org
Rating:
Released at event GP97 in the in64 division and ranked ??
486,,GUS,

Face It by Jello
/demos/1997/j/jlo_f-it.zip
28 Apr 1997 (catalog date)
66,751 bytes
Download FTP scene.org
Rating:
Released at event TG97 in the in64 division and ranked 03
,VESA,,

Fast Food by Jestyr
/demos/1997/j/js-ff.zip
14 Jan 1998 (catalog date)
151,332 bytes
Download FTP scene.org
Rating:

Fakemo by Mortal Compact
/demos/1997/m/mc_fake.zip
11 Apr 1997 (catalog date)
6,566 bytes
Download FTP scene.org
Rating:
Released at event KER97 in the in4k division and ranked 02
,,GUS MIDI,

MJudo by The Popcorn Family
/demos/1997/m/mjudo64.zip
30 Oct 1997 (catalog date)
68,534 bytes
Download FTP scene.org

Motions (VESA fix) by Faculty
/demos/1997/m/motfix.zip
07 Aug 1997 (catalog date)
12,066 bytes
Download FTP scene.org
Released at event RAGE97 in the demo division and ranked 01

Blue (FPS version) by Paulo Falcao
/demos/1997/p/pf-b-fps.zip
22 Apr 1997 (catalog date)
7,330 bytes
Download FTP scene.org
Rating:

Blue by Paulo Falcao
/demos/1997/p/pf-blue.zip
22 Apr 1997 (catalog date)
6,083 bytes
Download FTP scene.org
Rating:

Famous Cyber People (final) by Pulse
/demos/1997/p/pls_cybf.zip
21 Jun 1997 (catalog date)
97,829 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the in64 division and ranked 02
486,,GUS,

Fantasy World by Poison
/demos/1997/p/psn_fant.zip
26 Aug 1997 (catalog date)
6,061,265 bytes
Download FTP scene.org
Rating:
Released at event IO97 in the demo division and ranked 01
486DX4,VESA,GUS1M/SB/PAS,16MB

Retribution by Netrunner of Fauve
/demos/1997/r/retribut.zip
05 Aug 1997 (catalog date)
5,768 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in4k division and ranked 05

Snabelmannen Anfaller by ??
/demos/1997/s/snabel.zip
04 Apr 1997 (catalog date)
424,373 bytes
Download FTP scene.org
Rating:

Segmentation Fault by Strontium 90
/demos/1997/s/st90core.zip
04 May 1997 (catalog date)
2,811,002 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the demo division and ranked 02
,VESA,GUS/SB/PAS,16MB

Too Far by Scooter, Chaos
/demos/1997/t/toofar.zip
25 Oct 1997 (catalog date)
1,058,187 bytes
Download FTP scene.org
Rating:
Released at event CRS97 in the demo division and ranked 04
,,SB,

BBS Bytefall #2 by Universe Group
/demos/1997/u/unv-bfg2.zip
11 Aug 1997 (catalog date)
12,864 bytes
Download FTP scene.org
Rating:
,,Adlib,

Unknown Powers by The Fun Factory
/demos/1997/u/up.zip
05 Aug 1997 (catalog date)
54,442 bytes
Download FTP scene.org
Rating:
Released at event RAGE97 in the in64 division and ranked 05

Velvet 4 by Fatal Justice
/demos/1997/v/velvet4.zip
04 May 1997 (catalog date)
64,150 bytes
Download FTP scene.org
Rating:
Released at event MEK97 in the in64 division and ranked 03

X-Act by General Failure Team
/demos/1997/x/xact.zip
13 Feb 1998 (catalog date)
655,210 bytes
Download FTP scene.org
Rating:
,,GUS/SB/PAS,

Yie Ar Family by TPOLM
/demos/1997/y/yie.zip
24 Sep 1997 (catalog date)
1,572,315 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 08

The Fascinating Nature of Cat by Dawn 3
/demos/1998/d/d3_tpnoc.zip
07 Feb 1998 (catalog date)
57,192 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked XX

Plast by Elefantklubben
/demos/1998/e/efk-plas.zip
25 Jul 1998 (catalog date)
772,998 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB/PAS,

Soupodrome 2019 by Factory
/demos/1998/f/factory.zip
04 Jun 1998 (catalog date)
40,796 bytes
Download FTP scene.org

Faen I Helvetes Demo by rS
/demos/1998/f/faen.zip
12 Aug 1998 (catalog date)
390,520 bytes
Download FTP scene.org
Rating:
Released at event BP98 in the demo division and ranked 07
,,GUS/SB/PAS,

We Are Family by Haujobb
/demos/1998/f/family.zip
22 May 1998 (catalog date)
453,980 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 14
,,GUS/SB,

It's All Your Fault by Hypercube
/demos/1998/h/hpqbiayf.zip
05 Aug 1998 (catalog date)
1,156,725 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the demo division and ranked 09
,VESA,GUS/SB/PAS,

Invasion by Fakiiri?
/demos/1998/i/inva.zip
02 Aug 1998 (catalog date)
2,338,769 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the demo division and ranked 10
,,GUS/SB/PAS,

Fapapucs by Kamu
/demos/1998/k/kmu_fpcs.zip
29 Apr 1998 (catalog date)
55,163 bytes
Download FTP scene.org
Rating:

Licht by Faque
/demos/1998/l/licht.zip
22 May 1998 (catalog date)
141,062 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the demo division and ranked 16
too slow on a 6x86

Fabric of Life by Rash
/demos/1998/r/rash-fol.zip
25 Oct 1998 (catalog date)
1,230,461 bytes
Download FTP scene.org
Rating:
may have timing problems with GUS - P5,VESA,GUS/SB,8MB

Warp into Hyperspace by The Spantobi Family
/demos/1998/w/warp_.zip
09 Nov 1998 (catalog date)
308,593 bytes
Download FTP scene.org
Rating:

Crazy Dark Ark by Greenback of Bytefall Group
/graphics/disks/1997/darkpack.zip
02 Dec 1997 (catalog date)
778,964 bytes
Download FTP scene.org
Rating:

Breakfast by Reward
/graphics/images/1994/b/breakfas.zip
04 Jul 1996 (catalog date)
77,849 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 20

Canarygirl by Fatal
/graphics/images/1994/c/canary.zip
04 Jul 1996 (catalog date)
25,921 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Face of Nature by Cougar
/graphics/images/1994/f/faceofna.zip
04 Jul 1996 (catalog date)
57,493 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 28

Fastfood by Duffe of Sardonyx
/graphics/images/1994/f/fastfood.zip
04 Jul 1996 (catalog date)
6,867 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked XX

Buck Face by Von Broom
/graphics/images/1994/f/fuckface.zip
04 Jul 1996 (catalog date)
14,312 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 49

In Your Face by Archmage
/graphics/images/1994/i/inyourfa.zip
04 Jul 1996 (catalog date)
42,843 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 03

Marbelface by Slaine
/graphics/images/1994/m/marblefa.zip
04 Jul 1996 (catalog date)
212,675 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the grfx division and ranked 17

Nude Girls by Facet
/graphics/images/1994/n/nudefac.zip
04 Jul 1996 (catalog date)
63,822 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 14

ZZ Madman by Fairfax
/graphics/images/1994/z/zzmadman.zip
04 Jul 1996 (catalog date)
49,451 bytes
Download FTP scene.org
Rating:
Released at event TG94 in the grfx division and ranked 01

Baby by Facet, Super
/graphics/images/1995/b/baby.zip
04 Jul 1996 (catalog date)
45,133 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the grfx division and ranked 10

Babyface by Gnome
/graphics/images/1995/b/babyface.zip
04 Jul 1996 (catalog date)
55,716 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the grfx division and ranked 08

Facescape by Comik
/graphics/images/1995/f/facescap.zip
12 Sep 1996 (catalog date)
86,026 bytes
Download FTP scene.org
Rating:
Released at event BIZ95 in the grfx division and ranked XX

Farao by ???
/graphics/images/1995/f/farao.zip
04 Jul 1996 (catalog date)
92,404 bytes
Download FTP scene.org
Rating:
Released at event EXE95 in the grfx division and ranked ??

Smorrebr by Facet
/graphics/images/1995/s/smorrebr.zip
04 Jul 1996 (catalog date)
174,586 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the grfx division and ranked 13

Steel Face by Emetic
/graphics/images/1995/s/steelfac.zip
04 Jul 1996 (catalog date)
51,134 bytes
Download FTP scene.org
Rating:
Released at event JUH95B in the grfx division and ranked 16

Angspace by Falcor
/graphics/images/1996/a/angspace.zip
05 Apr 1997 (catalog date)
41,322 bytes
Download FTP scene.org
Rating:

Bar by Faran
/graphics/images/1996/b/bar.zip
24 Jun 1997 (catalog date)
507,131 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grtc division and ranked 03
640x480x16m