Search for "mm": 2765 matches(displaying first 250)

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

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

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

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.

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

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

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

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

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

Audio Manager III by Kenneth Foo Chuan Khit
/code/audio/convert/amm.zip
10 Jan 1997 (catalog date)
30,360 bytes
Download FTP scene.org
Rating:
A loader for amm files - A proprietary format not generated by any trackers that I know of

AWE 32 "documentation" by Judge Dred
/code/audio/docs/awe32prg.zip
10 Jan 1997 (catalog date)
37,028 bytes
Download FTP scene.org
Rating:
Useful documents for AWE 32 programming - Beats the shit out of Creative Lab's released information.

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.

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

Tnt's Mod Player by ByteRaver of TNT, NO-ID
/code/audio/players/tnt-mp11.zip
10 Jun 1998 (catalog date)
306,622 bytes
Download FTP scene.org
This is a .MOD, .WOW player for DOS or a W95 DOS BOX. It supports the GUS and SoundBlaster. Features are interpolative mixing routines (stereo with panning effects), 5 octaves, 1 to 32 channels, _ALL_ MOD types supported, very powerful .MOD loader, MIDAS-alike setup. full pascal and asm source is included. Info about programming mixing routines is included, too.

LZ C sources by Haruhiko Okumura
/code/compress/lz_c.zip
19 Oct 1996 (catalog date)
18,046 bytes
Download FTP scene.org
Rating:
compression routines for arithmetic, huffman and string search, few comments

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.

Black Ice source by Sinbad
/code/demosrc/bbsintro/blacdemo.zip
10 Jan 1997 (catalog date)
432,910 bytes
Download FTP scene.org
Rating:
Sources for a large BBS intro with a scrollie, fire, and a zoomer - Comments for the effects, recompiles easily. Shows influences from Mental Surgery, mainly in the sound code. Old effects, but recent code.

Blaster Sound BBS intro source by Yann of Iguana
/code/demosrc/bbsintro/blasintr.zip
10 Jan 1997 (catalog date)
20,385 bytes
Download FTP scene.org
Rating:
Sources for a BBS intro with some strobbing thing in the background and a text writer in the forground - Few comments and difficult to read.

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.

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

Immortal Syndicate BBS ad 2 sources by NutCracker
/code/demosrc/bbsintro/isad2src.zip
10 Jan 1997 (catalog date)
20,812 bytes
Download FTP scene.org
Rating:
sources for a BBS intro with a horizontal starfield and dropping letters

42 Source by Maniac of LBA
/code/demosrc/bbsintro/lba42src.zip
26 Jun 1997 (catalog date)
10,213 bytes
Download FTP scene.org
Rating:
BBS ad with a scroller and a lighting-esque effect. Both an asm and Pascal version compile, though the pascal version looks like nothing more than a rewrite of the asm code in Pascal's inline syntax. Few comments.

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

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

Squid source by tlc, The Doctor
/code/demosrc/bbsintro/sqd1_src.zip
10 Jan 1997 (catalog date)
21,591 bytes
Download FTP scene.org
Rating:
Source for a BBS loader with copper bars, a scrollie, altered text characters, and an adlib player - Copious comments and tight source. They even do checks for the proper equipment, i.e. VGA and a 386. Comes with docs on programming the adlib and SB fm chips. Comments are in Portuguese.

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

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

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

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

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

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

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.

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

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

One Night Stand source by Quantum Porcupine
/code/demosrc/demos/onesrc.zip
10 Jan 1997 (catalog date)
128,436 bytes
Download FTP scene.org
Rating:
Source for a demo with mostly tunnel effects - Inline asm, no comments.

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

VGAless source by Quantum Porcupine
/code/demosrc/demos/src_less.zip
10 Jan 1997 (catalog date)
10,853 bytes
Download FTP scene.org
Rating:
Source for a 8086/CGA demo - Nifty that the demo runs on an 8086. The source won't recompile. One file without comments.

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.

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

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

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

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

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.

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

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

Smooth Motion 4KB Intro by Kimmy of Pulp Productions
/code/demosrc/intros/plp_smth.zip
07 Oct 1996 (catalog date)
20,416 bytes
Download FTP scene.org
Rating:

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.

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!

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

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

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

Mg-flame by Magnesium
/code/effects/fire/mg_flame.zip
06 Jul 1998 (catalog date)
3,276 bytes
Download FTP scene.org
A Flame effect in only 256-bytes with full assembler source. It even leaves you in DOS with a message. Commented for those wanting to learn 256-byte asm coding. TASM needed.

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

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

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

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

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

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

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

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

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

Vertical Copper Bars by Type One of TFL-TDV
/code/effects/raster/intro5.zip
25 Aug 1997 (catalog date)
21,193 bytes
Download FTP scene.org
Rating:
No explanation, comments are in French.

Vertical Copper Bars by Jare of Iguana
/code/effects/raster/the_cop.zip
25 Aug 1997 (catalog date)
49,089 bytes
Download FTP scene.org
Rating:
No explanation, no comments. A .gif dumper is also included.

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

Rotozoomer by Paul H. Kahler
/code/effects/rotozoom/rotatebm.zip
08 Jul 1997 (catalog date)
17,607 bytes
Download FTP scene.org
Rating:
The comments included with the code are very clear, so this one is great for starters.

Scale by Yamaha of XYZZ
/code/effects/scaling/scaling.zip
12 Aug 1997 (catalog date)
74,434 bytes
Download FTP scene.org
Rating:
2d Scaling. I have no comments.

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

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

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

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

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

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

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

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.

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

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

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

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

DMA tut by Draeden of VLA
/code/hardware/dma/dma_vla.zip
10 Jan 1997 (catalog date)
2,516 bytes
Download FTP scene.org
Rating:
Some docs for DMA programming - Sufficient for learning how to program the DMA. I do believe this was part of the PCGPE 1.0.

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

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

386 power by Lorenzo Micheletto
/code/hardware/pmode/386p_101.zip
10 Jan 1997 (catalog date)
117,845 bytes
Download FTP scene.org
Rating:
A DOS extender for pmode asm programming - Has docs for useage and some extra miscellaneous routines that could be used for game or graphics programming in pmode. Honestly, if you want to do 100% asm development for pmode I'd suggest DOS32 or Tran's pmode. The author here credits Tran for some backbones to his system.

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)

Real Flat Mode by Christophe Avion
/code/hardware/pmode/ifrm32.zip
25 Aug 1997 (catalog date)
56,257 bytes
Download FTP scene.org
A Dos extender and file packer. I can't really rate this because I would never be able to use the code. All comments and docs are in French.

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.

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

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

Asychronous communitcations code by Lord Logics
/code/hardware/serial/ll_comm.zip
10 Jan 1997 (catalog date)
56,754 bytes
Download FTP scene.org
Rating:
Source for "asynchronous" comm connections - A library meant for opening COM lines and other serial line connections. It's supposedly asynchronous (but maybe in a later version for this only supports one). Not too demo scene relevant, but it could make for great modem-modem networking in a game.

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

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

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

Free Direction Rendering by kombat of immortals
/code/tutors/graphics/freedir.zip
15 May 1998 (catalog date)
49,280 bytes
Download FTP scene.org
This document gives information on how to render various objects in high quality and in real time.

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!

SWAG by SourceWare Archival Group
/code/tutors/swag/swag.zip
18 Mar 1997 (catalog date)
4,975,456 bytes
Download FTP scene.org
Rating:
Programing sources and information for PASCAL programmers - A veritable must for PASCAL programmers, especially those still on the lower end of the learning curve.

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

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

Bin 2 DB by Escape
/code/utils/compiler/bin2db24.zip
12 Aug 1997 (catalog date)
12,087 bytes
Download FTP scene.org
Rating:
A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds.

The MAKEFILE Maker v1.3 (Watcom) by Kwanny
/code/utils/compiler/mm13.zip
06 Oct 1996 (catalog date)
30,985 bytes
Download FTP scene.org
Rating:

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.

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 player
/code/video/flplay.zip
05 Oct 1996 (catalog date)
6,213 bytes
Download FTP scene.org
Rating:
Useless. No docs, no comments, no description. Doesn't even state the author.

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

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

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

Summer Holiday by Sorcerers
/demos/1989/sholiday.zip
29 Jun 1996 (catalog date)
56,618 bytes
Download FTP scene.org
Rating:

Distance by the Distance Programming Team
/demos/1991/distance.zip
29 Jun 1996 (catalog date)
129,028 bytes
Download FTP scene.org
Rating:

Xmas '93 by Hammer
/demos/1993/x/xmas_hmr.zip
29 Jun 1996 (catalog date)
138,372 bytes
Download FTP scene.org
Rating:

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

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

Fluid by Jamm
/demos/1994/f/fluid.zip
29 Jun 1996 (catalog date)
28,444 bytes
Download FTP scene.org
Rating:

Fyvush by Jamm
/demos/1994/f/fyvush.zip
29 Jun 1996 (catalog date)
54,340 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked 03

Hmmmm by Joystick of Improvers
/demos/1994/h/hmmmm.zip
29 Jun 1996 (catalog date)
2,924 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in4k division and ranked XX

Demo by Lammas
/demos/1994/l/lammas.zip
14 Jan 1997 (catalog date)
42,134 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

BBS Immortal Syndicate #2 by Immortal Syndicate
/demos/1994/l/loader20.zip
29 Jun 1996 (catalog date)
7,923 bytes
Download FTP scene.org
Rating:

Nutra Sweet by Jamm
/demos/1994/n/nutra.zip
29 Jun 1996 (catalog date)
34,035 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

BBS Pentium by Immortal Syndicate
/demos/1994/p/pentium.zip
29 Jun 1996 (catalog date)
294,265 bytes
Download FTP scene.org
Rating:

Quiktro by Immortal Syndicate
/demos/1994/q/quiktro.zip
29 Jun 1996 (catalog date)
417,929 bytes
Download FTP scene.org
Rating:

Simm Zone by Coders in Action
/demos/1994/s/simmzone.zip
29 Jun 1996 (catalog date)
377,980 bytes
Download FTP scene.org
Rating:
Released at event BIZ94 in the demo division

Summertime (bugfix) by Mental Design
/demos/1994/s/summertm.zip
29 Jun 1996 (catalog date)
28,993 bytes
Download FTP scene.org
Rating:

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:

Boretro Emag Ad by Slack Mammoth
/demos/1995/b/boretro1.zip
29 Jun 1996 (catalog date)
28,598 bytes
Download FTP scene.org
Rating:

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

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

Pomme by JFF
/demos/1995/j/jff-pomm.zip
18 Jan 1997 (catalog date)
58,070 bytes
Download FTP scene.org
Rating:

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

No Comment by Vic, Emzet
/demos/1995/n/nocomm.zip
30 Jun 1996 (catalog date)
61,188 bytes
Download FTP scene.org
Rating:
Released at event TP95 in the in64 division and ranked ??

Redrum by Galvados of Jamm
/demos/1995/r/redrum.zip
30 Jun 1996 (catalog date)
4,243 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the in4k division and ranked 13

Entry by Mad Max
/demos/1995/r/rt_mmax.zip
30 Jun 1996 (catalog date)
34,239 bytes
Download FTP scene.org
Rating:
Released at event ENL95 in the infs division and ranked 01

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

Serenity by Immortal Syndicate
/demos/1995/s/serenity.zip
30 Jun 1996 (catalog date)
44,207 bytes
Download FTP scene.org
Rating:

Sun Jammer by Sepi Systems
/demos/1995/s/ssi_jam.zip
30 Jun 1996 (catalog date)
61,871 bytes
Download FTP scene.org
Rating:
Released at event ABD95 in the in64 division and ranked 07

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

Beyond by Immortals
/demos/1996/b/beyond.zip
24 Jan 1997 (catalog date)
2,330,659 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the demo division and ranked 02
GUS/SB/PAS,VESA

Dawn by Jamm
/demos/1996/d/dawn.zip
30 Jun 1996 (catalog date)
63,739 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked 01

Demos For Dummies by Dimension X
/demos/1996/d/dummies.zip
19 Oct 1996 (catalog date)
1,372,139 bytes
Download FTP scene.org
Rating:
Released at event BIZ96 in the demo division and ranked 04

Immuri by Captor
/demos/1996/i/imuri.zip
30 Jun 1996 (catalog date)
48,541 bytes
Download FTP scene.org
Rating:
Released at event JUH96A in the in64 division and ranked XX

KFMTV 1 (Gimme A Break) by Kosmic
/demos/1996/k/kfmtv1.zip
15 Nov 1996 (catalog date)
508,466 bytes
Download FTP scene.org
Rating:

Stemma by Luutia
/demos/1996/l/luu_st32.zip
08 Nov 1996 (catalog date)
302,977 bytes
Download FTP scene.org

Mmm Donuts by Priests of Power
/demos/1996/m/mmdonuts.zip
30 Jun 1996 (catalog date)
394,700 bytes
Download FTP scene.org
Rating:
Released at event OZ96 in the demo division and ranked 03

Nation Zero 2 by Jamm
/demos/1996/n/nation2.zip
14 Sep 1996 (catalog date)
74,474 bytes
Download FTP scene.org
Rating:
Released at event ASM96 in the in64 division and ranked 03

Hmmph by Nocturnal
/demos/1996/n/nct_hmph.zip
13 Jul 1996 (catalog date)
66,951 bytes
Download FTP scene.org
Rating:
Released at event BP96 in the in80 division and ranked ??

Summoning by Exhumers
/demos/1996/s/summonin.zip
30 Jun 1996 (catalog date)
65,540 bytes
Download FTP scene.org
Rating:

Time Out by Zaifrun of Immaculate
/demos/1996/t/timeout_.zip
01 Feb 1997 (catalog date)
3,745 bytes
Download FTP scene.org
Rating:
Released at event TP96 in the in4k division and ranked 10

Miraculix My Mind Muffin by Aurum
/demos/1997/a/au_mmmm.zip
07 Dec 1997 (catalog date)
1,265,121 bytes
Download FTP scene.org
Rating:
Released at event DST97 in the demo division and ranked 01
,,GUS/SB,

Mat by Beam
/demos/1997/b/beammat.zip
27 Apr 1997 (catalog date)
78,834 bytes
Download FTP scene.org
Released at event TG97 in the infs division

Summer by Rastan of Byteland
/demos/1997/b/bld_sumr.zip
24 Oct 1997 (catalog date)
12,266 bytes
Download FTP scene.org
Rating:
Released at event GRV97 in the in4k division and ranked 04

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

Fish Life by Croc, Djamm, Nono
/demos/1997/f/fishlife.zip
17 Mar 1997 (catalog date)
666,259 bytes
Download FTP scene.org
Rating:
,,,

BBS The Communications Barrier by Merlin, Aspect
/demos/1997/i/intro2.zip
24 Jun 1997 (catalog date)
8,121 bytes
Download FTP scene.org
Rating:
,,Adlib,

Pilkomme Juustoa by Tarzan Tuotanto
/demos/1997/k/kmmrvnkk.zip
12 Apr 1997 (catalog date)
1,078,799 bytes
Download FTP scene.org
Rating:
Released at event JUH97 in the demo division and ranked 12
,,GUS/SB,

Lost in the Jungle by Extreme Command
/demos/1997/l/lostinth.zip
19 Dec 1997 (catalog date)
519,133 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the demo division and ranked ??

Gamma 2 by MFX
/demos/1997/m/mfx_2g.zip
07 Feb 1998 (catalog date)
64,538 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the in64 division and ranked 14
,VESA,GUS,

Gamma by MFX
/demos/1997/m/mfx_gma.zip
26 Aug 1997 (catalog date)
62,861 bytes
Download FTP scene.org
Rating:
Released at event ABD97 in the in64 division and ranked 03
too slow on 6x86 - P5,,,

MM303 by Delta Pi, TOM, Art
/demos/1997/m/mm-303.zip
11 Oct 1997 (catalog date)
1,028,263 bytes
Download FTP scene.org
Rating:
Released at event EVK97 in the demo division and ranked 02

Osho by Immortals
/demos/1997/o/osho.zip
02 Jun 1997 (catalog date)
1,368,111 bytes
Download FTP scene.org
Rating:
,VESA,GUS/SB,

Paradize by Dilemma
/demos/1997/p/paradyze.zip
11 May 1997 (catalog date)
81,209 bytes
Download FTP scene.org
Rating:
Released at event SCE97 in the in64 division and ranked 13

The Quest of Kahn by Immortals
/demos/1997/q/questkhn.zip
14 Oct 1997 (catalog date)
2,315,981 bytes
Download FTP scene.org
Released at event RTL97 in the demo division and ranked 01
P5,VESA,,

Resurrection Now by Jamm
/demos/1997/r/resnow.zip
24 Sep 1997 (catalog date)
2,474,684 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 12

Seven by Immortals
/demos/1997/s/seven.zip
24 Sep 1997 (catalog date)
2,706,449 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the demo division and ranked 06
P5,VESA,GUS/SB,16MB

Sheeva by Immortals, Aleph_Naal
/demos/1997/s/sheeva.zip
01 Jun 1997 (catalog date)
88,199 bytes
Download FTP scene.org
Rating:
,,SB,

We Are Elite by Extreme Command, Nodut
/demos/1997/w/werelit.zip
30 Oct 1997 (catalog date)
40,497 bytes
Download FTP scene.org
Rating:

Lost in Chinatown by Extreme Command
/demos/1997/x/xtc_chna.zip
16 May 1998 (catalog date)
444,651 bytes
Download FTP scene.org
Rating:

Commie by Bamboosh
/demos/1998/b/bmb64g98.zip
16 May 1998 (catalog date)
51,308 bytes
Download FTP scene.org
Rating:
Released at event TG98 in the in64 division and ranked 07

Brother I Can See the Light by Immortals
/demos/1998/b/brother.zip
30 Jan 1998 (catalog date)
1,472,248 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the demo division and ranked 01

Burn by Gemz of Slamm
/demos/1998/b/burn.zip
25 Jul 1998 (catalog date)
4,821 bytes
Download FTP scene.org
Rating:

Cellblock 5 by Extreme Command, Syntax Terror
/demos/1998/c/cellblok.zip
02 Aug 1998 (catalog date)
255,634 bytes
Download FTP scene.org
Rating:
Released at event REM98 in the d256 division and ranked 02
P75,,GUS/SB,

256 Byte by Nap of Dilemma
/demos/1998/d/dma_256.zip
21 Aug 1998 (catalog date)
500 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the in1k division and ranked 04

Deep Somewhereover by Dilemma
/demos/1998/d/dma_deep.zip
22 Aug 1998 (catalog date)
3,145,962 bytes
Download FTP scene.org
Released at event SCE98 in the demo division and ranked 05
P166,,,

Rappa by Dilemma
/demos/1998/d/dma_rppa.zip
07 Mar 1998 (catalog date)
6,653 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the in4k division and ranked 01
,,GUS (worthless though),

Scant by Dilemma
/demos/1998/d/dma_scok.zip
30 Oct 1998 (catalog date)
5,342 bytes
Download FTP scene.org
Rating:
386,,GUS@220/240,

Zeboo by Dilemma
/demos/1998/d/dma_zboo.zip
29 Apr 1998 (catalog date)
7,604 bytes
Download FTP scene.org
Rating:
,,GUS,

Gamma State by Twilight Connection
/demos/1998/g/gstate.zip
23 Jun 1998 (catalog date)
2,496,311 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the demo division and ranked 04

Hirvi Hammas by Woorlic
/demos/1998/h/hirvi.zip
30 Jul 1998 (catalog date)
47,543 bytes
Download FTP scene.org
Rating:
Released at event ABD98 in the in64 division and ranked 09
386,,GUS/SB,

Immortality by The Solar Group
/demos/1998/i/immort.zip
23 Jun 1998 (catalog date)
1,582,765 bytes
Download FTP scene.org
Rating:
Released at event TO98 in the demo division and ranked 08
486-66,,GUS/SB/PAS,8MB

42 by Immortals
/demos/1998/i/imr_42.zip
30 May 1998 (catalog date)
123,511 bytes
Download FTP scene.org
Rating:
,,SB,

Happy Birthday Intro for Programmer/UNV by Sands
/demos/1998/p/progcake.zip
12 Sep 1998 (catalog date)
190,163 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Rehash by Programmed
/demos/1998/r/rehash.zip
02 Sep 1998 (catalog date)
517,478 bytes
Download FTP scene.org
Rating:
,,GUS/SB,

Revelation II by Revelation
/demos/1998/r/rvl_iib.zip
30 Jul 1998 (catalog date)
69,518 bytes
Download FTP scene.org
Released at event ABD98 in the in64 division and ranked 05
P5 MMX,32b VESA,,

Seduced by Extreme Command
/demos/1998/s/seduced.zip
24 Jun 1998 (catalog date)
62,899 bytes
Download FTP scene.org
Rating:
Released at event I98 in the in64 division and ranked 03

Stereo Mike by Immortals
/demos/1998/s/str0mike.zip
01 Sep 1998 (catalog date)
5,907,745 bytes
Download FTP scene.org
Rating:
Released at event WIR98 in the demo division and ranked 03
,,GUS/SB/PAS,

Astral Connection by Extreme Command
/demos/1998/x/x3mcmnd.zip
04 Jul 1998 (catalog date)
621,126 bytes
Download FTP scene.org
Rating:
Released at event I98 in the demo division and ranked 04
P75,,GUS/SB,8MB

Flow32 by Extreme Command
/demos/1998/x/xtc_flow.zip
29 Mar 1998 (catalog date)
819,261 bytes
Download FTP scene.org
Rating:

Midsummer Century by XTC
/graphics/images/1994/c/century.zip
04 Jul 1996 (catalog date)
244,200 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the grfx division and ranked 63

Comme a la tele by Krystal of MWB
/graphics/images/1996/c/comme.zip
06 May 1998 (catalog date)
151,322 bytes
Download FTP scene.org
Rating:
Released at event WIR96 in the grfx division and ranked 30
640x480x256

Summit's Sound System by Dark Spirit
/graphics/images/1996/d/ds-sss.zip
06 Apr 1997 (catalog date)
18,535 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the grfx division and ranked 09

Holy Communion by X-tr0
/graphics/images/1996/f/fv-hc_ph.zip
16 May 1997 (catalog date)
483,187 bytes
Download FTP scene.org
Rating:
Released at event CAC96B in the grtc division and ranked ??

Mammamia by Gnome
/graphics/images/1996/m/mammamia.zip
24 Aug 1996 (catalog date)
23,920 bytes
Download FTP scene.org
Rating:
Released at event ABD96 in the grfx division and ranked 03

Demolition Logo by Sledgehammer
/graphics/images/1996/m/molition.zip
08 Jun 1997 (catalog date)
45,064 bytes
Download FTP scene.org
Rating:
Released at event DML96B in the gfst division and ranked 13

Communication by Rise
/graphics/images/1997/c/communic.zip
17 Feb 1998 (catalog date)
137,093 bytes
Download FTP scene.org
Rating:
Released at event DH97 in the grfx division and ranked 10
640x512x256

Mary An by Thor of Immortals
/graphics/images/1997/g/gfxmarya.zip
10 Mar 1998 (catalog date)
91,809 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked 05
640x480x256

Norton Consumer by Dark Spirit of Immortals
/graphics/images/1997/g/gfxnorto.zip
10 Mar 1998 (catalog date)
111,185 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked 02
720x400x16m

How to skin a Mammoth? by Xtro of Contract
/graphics/images/1997/h/hatusam.zip
25 Nov 1997 (catalog date)
26,902 bytes
Download FTP scene.org
Rating:
Released at event ANT97 in the grfx division and ranked 02
320x200x64

Masquoty by Bombjack of MMU
/graphics/images/1997/m/masquoty.zip
10 Mar 1998 (catalog date)
207,305 bytes
Download FTP scene.org
Rating:
400x400x16m

mmm... Sleepy by Rob of Camelot
/graphics/images/1997/p/pixel_18.zip
06 May 1998 (catalog date)
172,341 bytes
Download FTP scene.org
Rating:
Released at event TP97 in the grfx division and ranked ??
640x480x256

Valley by Visualize of Jamm, Radio
/graphics/images/1997/v/vsz-vlly.zip
16 Feb 1998 (catalog date)
49,556 bytes
Download FTP scene.org
Rating:
Released at event ASM97 in the grfx division and ranked ??
320x256x256

All about eve by Azure of Dilemma
/graphics/images/1998/a/alleve.zip
14 Sep 1998 (catalog date)
27,741 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 08
320x200x256

Command by Edo of Astral
/graphics/images/1998/a/ast-com.zip
14 Sep 1998 (catalog date)
285,566 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 13
640x480x16m

BeetleAnt by Bombjack of MMU
/graphics/images/1998/b/beetlea.zip
21 Apr 1998 (catalog date)
456,124 bytes
Download FTP scene.org
Rating:
640x480x16m

Instinct by Immortal rat of Black Rainbow
/graphics/images/1998/b/br_inst.zip
17 Mar 1998 (catalog date)
113,817 bytes
Download FTP scene.org
Rating:
Released at event FLAG98 in the grfx division and ranked 08
640x480x256

Emma the chuchutrain by Duffy
/graphics/images/1998/e/emma_the.zip
07 Oct 1998 (catalog date)
298,626 bytes
Download FTP scene.org
Rating:
Released at event ASM98 in the grtc division and ranked ??
640x480x16m

Femme
/graphics/images/1998/f/femme.zip
06 May 1998 (catalog date)
93,418 bytes
Download FTP scene.org
Rating:
Released at event VOL4 in the grfx division and ranked ??
800x600x256

Hidden by Bombjack of MMU
/graphics/images/1998/h/hidden.zip
26 May 1998 (catalog date)
342,030 bytes
Download FTP scene.org
Rating:
Released at event MEK98 in the grfx division and ranked 49
640x400x16m

Interactivity by Immortal Rat of Black Rainbow, Profuse
/graphics/images/1998/i/interact.zip
14 Sep 1998 (catalog date)
98,796 bytes
Download FTP scene.org
Rating:
Released at event SCE98 in the grfx division and ranked 16
640x480x256

Relaxation by Immortal Rat of br, pf
/graphics/images/1998/i/ir_relax.zip
07 Apr 1998 (catalog date)
190,021 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked ??
320x200x256

The creature and the God by Immortal Rat of Black Rainbow, Profuse
/graphics/images/1998/i/ir_tcntg.zip
07 Apr 1998 (catalog date)
648,092 bytes
Download FTP scene.org
Rating:
Released at event CACH98 in the grfx division and ranked ??
640x480x256

Live your life to the MMX by Devotion of Panlogic
/graphics/images/1998/l/live_you.zip
14 Oct 1998 (catalog date)
1,490,603 bytes
Download FTP scene.org
Released at event ASM98 in the grfx division and ranked ??

Summertime by Seth of Fudge
/graphics/images/1998/s/summerti.zip
11 Sep 1998 (catalog date)
207,301 bytes
Download FTP scene.org
Rating:
Released at event SE98 in the grfx division and ranked 01
640x480x256

Master Modeler 1.0 by Arkham
/graphics/programs/vector/akm-mm10.zip
22 Sep 1996 (catalog date)
85,171 bytes
Download FTP scene.org

Comments on the Freedom CD
/info/cds/fredom_c.zip
09 Nov 1996 (catalog date)
17,498 bytes
Download FTP scene.org

Introduction to 3D Programming - Article #1 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn114_3d.zip
02 Dec 1996 (catalog date)
14,866 bytes
Download FTP scene.org
from DemoNews.114

Introduction to 3D Programming - Article #2 by Kiwidog of Hornet, Terraformer
/info/demonews/other/dn116_3d.zip
02 Dec 1996 (catalog date)
19,309 bytes
Download FTP scene.org
from DemoNews.116

Grace by shaithis of Immortal Coil
/info/demonews/other/sh-grace.jpg
12 Nov 1996 (catalog date)
75,329 bytes
Download FTP scene.org
supplemental to DemoNews.133

Backfire by Ryuzo Akano
/music/contests/mc1/entries/__backfi.zip
09 Nov 1996 (catalog date)
31,656 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 12

A Cold Day in Hell by Glenn Fricker
/music/contests/mc1/entries/__cold.zip
09 Nov 1996 (catalog date)
192,237 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 20

Killing the Death by Screepie
/music/contests/mc1/entries/__death.zip
09 Nov 1996 (catalog date)
155,125 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 21

Port Delta X by Soundwave
/music/contests/mc1/entries/__deltax.zip
09 Nov 1996 (catalog date)
175,359 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 09

Everchanging Dream by Nakita
/music/contests/mc1/entries/__dream.zip
09 Nov 1996 (catalog date)
151,556 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 04

Etheral Nebula by Kenzaburo Ito
/music/contests/mc1/entries/__etherl.zip
09 Nov 1996 (catalog date)
176,650 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 19

Forgotten Past by RJC
/music/contests/mc1/entries/__forgpa.zip
09 Nov 1996 (catalog date)
133,503 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 05

The Grinding Shame by K.Q.Delirium
/music/contests/mc1/entries/__grind.zip
09 Nov 1996 (catalog date)
144,876 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 07

In the Grave (of you) by LoC
/music/contests/mc1/entries/__itgoy.zip
09 Nov 1996 (catalog date)
188,918 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 15

Lost Souls Dead by Jonte
/music/contests/mc1/entries/__lostsd.zip
09 Nov 1996 (catalog date)
93,820 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 14

M31 by Tatekuni Ito
/music/contests/mc1/entries/__m31.zip
09 Nov 1996 (catalog date)
113,166 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 17

Digital Orgasm by Boomer the Bass Pig
/music/contests/mc1/entries/__orgasm.zip
09 Nov 1996 (catalog date)
173,795 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 08

Pond of Pythagoras by David Geoffrion
/music/contests/mc1/entries/__pond.zip
09 Nov 1996 (catalog date)
95,679 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 10

Residual Ambient Amperage by Daniel Potter
/music/contests/mc1/entries/__raa.zip
09 Nov 1996 (catalog date)
73,112 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

Refused Again by Lloyd Yoon
/music/contests/mc1/entries/__refuse.zip
09 Nov 1996 (catalog date)
171,072 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 03

Romp by Mark McGee
/music/contests/mc1/entries/__romp.zip
09 Nov 1996 (catalog date)
81,096 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 22

Out of the Severed Head by Out of Place
/music/contests/mc1/entries/__sevhed.zip
09 Nov 1996 (catalog date)
164,277 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 16

A Journey Into Sound by Kueppenshreck
/music/contests/mc1/entries/__sound.zip
09 Nov 1996 (catalog date)
187,997 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 02

Symphony #1 by Krystall
/music/contests/mc1/entries/__symph1.zip
09 Nov 1996 (catalog date)
99,692 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 01

Power Syndicate by Clement Poon
/music/contests/mc1/entries/__syndi.zip
09 Nov 1996 (catalog date)
144,966 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 06

SynTheme by Mike Brown
/music/contests/mc1/entries/__synthm.zip
09 Nov 1996 (catalog date)
114,014 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 13

Technical Dreams by Richard Sirois
/music/contests/mc1/entries/__tecdrm.zip
09 Nov 1996 (catalog date)
68,876 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked DD

The Techno Riders by Dirty Jester
/music/contests/mc1/entries/__techri.zip
09 Nov 1996 (catalog date)
121,115 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 18

Thank U 4 $$s by Snowman
/music/contests/mc1/entries/__thanx.zip
09 Nov 1996 (catalog date)
211,259 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

The Cutting Edge by Boomer the Bass Pig
/music/contests/mc1/entries/__thecut.zip
09 Nov 1996 (catalog date)
158,909 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked EE

Alterations of Time by Scott F., Ken V.
/music/contests/mc1/entries/__time.zip
09 Nov 1996 (catalog date)
176,430 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 11

Variations by The Doctor
/music/contests/mc1/entries/__variat.zip
09 Nov 1996 (catalog date)
175,159 bytes
Download FTP scene.org
Released at event MC1 in the mmul division and ranked 23

Adrenalin by Jase
/music/contests/mc2/rookie/r-adrnln.zip
09 Nov 1996 (catalog date)
222,976 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R01

Aspartame by The Charlatan
/music/contests/mc2/rookie/r-aspart.zip
09 Nov 1996 (catalog date)
70,774 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R30

Medicrom by Bedlamite
/music/contests/mc2/rookie/r-bedlam.zip
09 Nov 1996 (catalog date)
164,439 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R24

Jon Und Bones by Lo'Canos
/music/contests/mc2/rookie/r-bones.zip
09 Nov 1996 (catalog date)
81,529 bytes
Download FTP scene.org
Released at event MC2 in the mmul division and ranked R12