Search for "6": 16363 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 Tutorial by FH94.3 of Nitro
/code/3d/docs/fh-3dtut.zip
18 Jan 1998 (catalog date)
12,903 bytes
Download FTP scene.org
Rating:
Explains how to rotate in 3D.

3D Matrix Transformations by Voltaire of OTM
/code/3d/docs/otmmatx.zip
18 Jan 1998 (catalog date)
13,676 bytes
Download FTP scene.org
Rating:
Good tutorial on 3D transformations using matricies.

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

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

Polyfiller Tutorial by Karma of TFL-TDV
/code/3d/docs/ttka3ddo.zip
18 Jan 1998 (catalog date)
15,613 bytes
Download FTP scene.org
Rating:
A good explanation of different types of polyfillers.

Zed 3D by Zed
/code/3d/docs/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.

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

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

Panard Vision Realtime 3d Engine 0.98 by SMKaribou of GMF
/code/3d/systems/gmfpv98w.zip
25 Apr 1998 (catalog date)
3,360,072 bytes
Download FTP scene.org
Full Featured Free 3D Engine SDK. Support for hardware (glide, direct3d, opengl) and software rendering. Requires DX5.

Crystal 3D Engine by Mali of Malixa
/code/3d/systems/mdg_cr3d.zip
17 Jan 1999 (catalog date)
432,414 bytes
Download FTP scene.org
Rating:
Supports all the usual shading methods, texturemapping, etc. No documentation.

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

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

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

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

Raw GFX Lib by Ghyll of TGA
/code/3d/systems/tgarx2b1.zip
02 Jul 1997 (catalog date)
34,488 bytes
Download FTP scene.org
Rating:
An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.

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

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

Real-Time Environment Mapping Tutorial by Frenzy
/code/3d/trifill/envmap/envmap.doc
05 Oct 1996 (catalog date)
4,169 bytes
Download FTP scene.org
Rating:
Somewhat incorrect document. Parts are right, others wrong.

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.

Trifiller Routine For Mode 13h by Mike Caruso
/code/3d/trifill/flat/trifill.zip
01 Dec 1997 (catalog date)
37,622 bytes
Download FTP scene.org
Rating:

Gouraud filler by Cazz
/code/3d/trifill/gouraud/cazzgour.zip
19 Jan 1998 (catalog date)
65,361 bytes
Download FTP scene.org
Rating:
Gouraud filler and some code for rendering an object. Incorrect x clipping. PI = 3.14159265 *3* 58979323... (you only need the first 5-7 digits anyway...)

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

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

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

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.

OTM Phong by Voltaire of OTM
/code/3d/trifill/phong/otmphong.doc
08 Jun 1997 (catalog date)
23,949 bytes
Download FTP scene.org
Rating:
Good tutorial explaining how to approximate phong shading using a model based on linear interpolation of angles.

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

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

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:

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 Map by Robert Schmidt of Ztiff Zox Softwear
/code/3d/trifill/texmap/textmap.zip
08 Jun 1997 (catalog date)
11,172 bytes
Download FTP scene.org
Rating:
Document on how to map a 2D texture onto a 3D parallellogram. Useful to understand the mathematics behind texture mapping, but too slow for a decent realtime implementation.

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.

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

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.

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

FFF sources by ChAr
/code/audio/convert/fffsrcs.zip
02 Jul 1997 (catalog date)
60,660 bytes
Download FTP scene.org
Rating:
A converter for GUS Interwave Patches. Bonus points to the first person who uses this? No code documentation.

GUS Environment by Patch
/code/audio/detect/gusenv.zip
10 Jan 1997 (catalog date)
1,481 bytes
Download FTP scene.org
Rating:
Grabs the Ultrasnd environment for you - Good for those who don't know how to find an environment variable, but it doesn't tell you much. It may give you a place to start.

GUS Revision by data
/code/audio/detect/gusrev02.zip
10 Jan 1997 (catalog date)
13,044 bytes
Download FTP scene.org
Rating:
GUS revision detector v0.2b - Isn't this in the manual that comes with the GUS, or somewhere on the board? No code.

D00 Format by Joachim Fenkes
/code/audio/docs/d00form.zip
10 Jul 1997 (catalog date)
3,642 bytes
Download FTP scene.org
Rating:
D00 format. Needed if you want to write a player for the adlib files produced by EdLib by JCH/Vibrants. As a side note, EdLib comes with a description of the file format.

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

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

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

GUS SDK by Gravis, FORTE
/code/audio/docs/gusdk222.zip
10 Jan 1997 (catalog date)
945,826 bytes
Download FTP scene.org
Rating:
GUS SDK - Everything you've ever wanted to know about the GUS but were afraid to ask.

IW SDK
/code/audio/docs/iw_sdk20.zip
10 Jul 1997 (catalog date)
2,796,518 bytes
Download FTP scene.org
Rating:
The SDK for the IW chip. The docs are Adobe Acrobat files and are probably meant for printing out. I didn't try yet, but the "univerval translator" at CMU should be able to convert the files to a text format, which would be infinitely more useful. This is one of those everything you needed to know and more type docs.

Protracker Studio 16 Module Format Specifications by CyberStrike of Renaissance
/code/audio/docs/ps16form.zip
21 Jan 1998 (catalog date)
14,375 bytes
Download FTP scene.org
Rating:

PS32 S3M Gusplayer for Watcom/C by PGM of Extravaganze
/code/audio/docs/ps32-wc.zip
21 Jan 1998 (catalog date)
65,253 bytes
Download FTP scene.org
Rating:
Full sources included.

PTM PolyTracker Format Specifications by JAL of Nostalgia
/code/audio/docs/ptmform.zip
21 Jan 1998 (catalog date)
8,329 bytes
Download FTP scene.org

Adrenalin MOD player by Beta of A-Men
/code/audio/players/amod095.zip
10 Jan 1997 (catalog date)
108,866 bytes
Download FTP scene.org
Rating:
A mod player for pascal and has a TSR to play music in the background - No SB support, horrible documentation, little to no support.

AST TPU by Cagliostro
/code/audio/players/ast_tpu.zip
25 Aug 1997 (catalog date)
275,026 bytes
Download FTP scene.org
Rating:
A player for AST files. It didn't run on my computer (docs say it needs an AWE32, which I don't have). Is unstable regardless, and I've never heard of the AST tracker. shrug

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.

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

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

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

GDM module player by Raphius of Anubis
/code/audio/players/gdmkit10.zip
30 Jun 1998 (catalog date)
183,070 bytes
Download FTP scene.org
Rating:
GUS and Soundblaster sound totaly different with this player. Pascal

Gold Play by Sourcer of CodeBlasters
/code/audio/players/goldp101.zip
10 Jan 1997 (catalog date)
77,277 bytes
Download FTP scene.org
Rating:
A mod player - Predates the popularity of st3 and GUS and has no support for either. No sound playing code, but has a few simple examples. Knowledge of Swedish helpful.

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

GTSR by CyberStrike of Renaissance
/code/audio/players/gsrc211.zip
10 Jan 1997 (catalog date)
70,125 bytes
Download FTP scene.org
Rating:
A TSR mod player for GUS - Good code, but lack of documentation makes it difficult to figure out what's going on.

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

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

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

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

Midas Expander by Wataru Ishida
/code/audio/players/mdfx.zip
17 Jan 1999 (catalog date)
20,377 bytes
Download FTP scene.org
Rating:
Adds some extra effects to the Midas player.

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

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

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

Midas v1.11 by Sahara Surfers
/code/audio/players/midas111.zip
17 Jan 1999 (catalog date)
1,981,785 bytes
Download FTP scene.org
Rating:
This version fixes some bugs in the 1.1 version, which was really necessary because some demos who used that version really sounded bad on a gus, so make sure you use this version, and not an older one!

MikMod 0.30 by MikMak
/code/audio/players/mikdx030.zip
01 Jul 1997 (catalog date)
282,898 bytes
Download FTP scene.org
Rating:
A mod player for use with Direct Sound. Judging by MikIT, the player is nice. I prefer MikIT to mod4win. Give this a shot if you're doing windows sound coding.

Module Player For Borland/Turbo Pascal 7.0 by Charles Attard.
/code/audio/players/modunit2.zip
17 Jan 1999 (catalog date)
176,078 bytes
Download FTP scene.org
Rating:
Supports 699/mod/mtm/nst/s3m/wav/xi/xm on all SoundBlaster Pro cards and compatibles. Quality could be better.

MOD Units by Charles Attard
/code/audio/players/modunits.zip
01 Jul 1997 (catalog date)
98,726 bytes
Download FTP scene.org
Rating:
TPU units for music playback. Supports a nice variety of file formats, but doens't support the GUS natively.

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

MXM Play by Pascal of Cubic
/code/audio/players/mxmp16.zip
01 Jul 1997 (catalog date)
105,001 bytes
Download FTP scene.org
Rating:
A small XM player. A small, tight XM player for GUS. Great for tiny intros.

Tiny GUS Player by Pascal of Cubic Team
/code/audio/players/mxmptmt.zip
17 Jan 1999 (catalog date)
27,866 bytes
Download FTP scene.org
Rating:
Could have been a great player if it had been really tiny instead of 32kb big.

Npmod32 Windows Mfc Player by Olivier Lapicque
/code/audio/players/npwinply.zip
24 Apr 1998 (catalog date)
186,572 bytes
Download FTP scene.org
MFC-Based MOD/S3M/XM/IT Win95/NT Player, using NPMOD32.DLL - the Mod-Plugin DLL

Omega AWE32 Mod player by Cygnus x-1
/code/audio/players/omega060.zip
11 Jan 1997 (catalog date)
60,741 bytes
Download FTP scene.org
Rating:
A mod player for AWE32 - Just released for the hell of it.

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

Platinum Play by TechnoMaestro
/code/audio/players/pp3src.zip
11 Jan 1997 (catalog date)
247,758 bytes
Download FTP scene.org
Rating:
Source for a mod player - Doesn't support GUS nor XM.

Protracker Player Source by CyberStrike of Renaissance
/code/audio/players/pps110.zip
11 Jan 1997 (catalog date)
86,006 bytes
Download FTP scene.org
Rating:
Source for a Protracker player - Outdated. Odd that there's a zip inside the lzh. "scratches head"

Sound Deluxe System 5.04 by Maple Leaf
/code/audio/players/sds504.zip
17 Jan 1999 (catalog date)
603,983 bytes
Download FTP scene.org
Rating:
This player supports a lot of different module formats, but the GUS support seems to have a bug because I hear nothing, while it works great on my Soundblaster Pro. It supports a lot of different languages, including Turbo Basic!

Module Player for GUS/PAS/SB by Frontman of Crew242
/code/audio/players/soundss3.zip
21 Jan 1998 (catalog date)
384,499 bytes
Download FTP scene.org
Rating:
Full sources included.

Module Player by PSI of Future Crew
/code/audio/players/stmik020.zip
21 Jan 1998 (catalog date)
162,009 bytes
Download FTP scene.org
Rating:
Sources for Mental Surgery included as an example.

Module Player Fix by PSI of Future Crew
/code/audio/players/stmikfix.zip
21 Jan 1998 (catalog date)
10,362 bytes
Download FTP scene.org
Rating:
Bugfix for stmik020.zip

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

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.

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

Useless Module Player v1.04 by FreddyV of Useless
/code/audio/players/u_smp104.zip
17 Jan 1999 (catalog date)
441,910 bytes
Download FTP scene.org
Rating:
Not as useless as the name might suggest. Supports STM,S3M,MOD,XM, IT and GUS and Soundblaster cards, DOS32, EOS, KERNEL 386 and Watcom.

Useless Module Player v1.11 beta by FreddyV of Useless
/code/audio/players/u_smp11b.zip
17 Jan 1999 (catalog date)
387,890 bytes
Download FTP scene.org
Rating:
Newer version of u_smp104.zip.

Bugfix for Useless Module Player v1.11 beta by FreddyV of Useless
/code/audio/players/u_smp11f.zip
17 Jan 1999 (catalog date)
131,112 bytes
Download FTP scene.org
Rating:

Vibrants Adlib Player
/code/audio/players/vib-asm.zip
21 Jan 1998 (catalog date)
10,744 bytes
Download FTP scene.org
Rating:
Great for BBS intros.

Wavplayer Source by Francis Reynders of Genetrix
/code/audio/players/wavplay.zip
24 Apr 1998 (catalog date)
25,426 bytes
Download FTP scene.org

Module Detector by Harald Zappe
/code/audio/utils/detect.zip
26 Feb 1998 (catalog date)
6,894 bytes
Download FTP scene.org
Rating:
Determines the module type of any file. Module types invented after 1994 are not supported.

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

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

Internal Speaker Acid Generator by R. Schultz
/code/audio/utils/zreso11.zip
21 Jan 1998 (catalog date)
16,402 bytes
Download FTP scene.org
Rating:
Not very useful.

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.

EXE Encrypter by Eclipse
/code/compress/crypt121.zip
26 Feb 1998 (catalog date)
12,773 bytes
Download FTP scene.org
Rating:
Protects your exe files against debuggers.

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

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

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.

Compression Tutorial by Mali of Malixa
/code/compress/mdg_comp.zip
17 Jan 1999 (catalog date)
8,344 bytes
Download FTP scene.org
Rating:
Explains how to code RLE and Huffman compression.

Mini LZO Realtime Data Compression Library by Markus Oberhumer. Fits in 6 kilobytes when compiled.
/code/compress/mlzo100.zip
17 Jan 1999 (catalog date)
26,510 bytes
Download FTP scene.org
Rating:

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.

LZ & Huffman Compression System by Tuo, Ze Killer
/code/compress/skylz100.zip
17 Jan 1999 (catalog date)
27,818 bytes
Download FTP scene.org
Rating:

TChip Texture Generator by Mr. Aurum of Image
/code/compress/tchip.zip
17 Jan 1999 (catalog date)
82,154 bytes
Download FTP scene.org
Rating:
Stores textures in just a few hundred bytes, very useful for intros.

4.77MHz by Joe Snow
/code/contests/8086/477mhz.zip
07 Nov 1997 (catalog date)
85,978 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 01

8086 Compo Explanation And Rules by Trixter of Hornet
/code/contests/8086/8086_com.txt
07 Nov 1997 (catalog date)
17,870 bytes
Download FTP scene.org
Released at event 8086 in the misc division

8086 Feet Under by ASMonger
/code/contests/8086/8086feet.zip
07 Nov 1997 (catalog date)
10,277 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 03

Ideas For The 8086 Compo
/code/contests/8086/examples.zip
07 Nov 1997 (catalog date)
1,687,371 bytes
Download FTP scene.org
Released at event 8086 in the misc division

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.

8086 Compo Results by Trixter of Hornet
/code/contests/8086/info.html
07 Nov 1997 (catalog date)
19,386 bytes
Download FTP scene.org
Released at event 8086 in the misc division

Shadowlord's Voting Form by Shadowlord
/code/contests/8086/shdwlord.frm
07 Nov 1997 (catalog date)
3,005 bytes
Download FTP scene.org
Released at event 8086 in the misc division

Trixter's Voting Form by Trixter of Hornet
/code/contests/8086/trixter.frm
07 Nov 1997 (catalog date)
2,512 bytes
Download FTP scene.org
Released at event 8086 in the misc division

VGA_Less by Quantum Porcupine
/code/contests/8086/vga_less.zip
07 Nov 1997 (catalog date)
19,454 bytes
Download FTP scene.org
Released at event 8086 in the demo division and ranked 02

The Codering 1 Results
/code/contests/tc/tc1.res
09 Apr 1997 (catalog date)
10,159 bytes
Download FTP scene.org

The Codering 1 Rules
/code/contests/tc/tc1rules.zip
09 Apr 1997 (catalog date)
2,931 bytes
Download FTP scene.org

The Codering 2 Rules
/code/contests/tc/tc2rules.zip
09 Apr 1997 (catalog date)
60,802 bytes
Download FTP scene.org

The Codering 3 Rules
/code/contests/tc/tc3rules.zip
09 Apr 1997 (catalog date)
1,998 bytes
Download FTP scene.org

Chiparus BBS Intro
/code/demosrc/bbsintro/chiparus.zip
01 Dec 1996 (catalog date)
12,673 bytes
Download FTP scene.org
Rating:

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.

BBS Addy source by Shadow Bandit, Magic van Lam of Diablo Force
/code/demosrc/bbsintro/d4z_meta.zip
30 Jun 1998 (catalog date)
107,146 bytes
Download FTP scene.org
Rating:
Pascal

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

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

Hobbit BBS Intro by Master Of Darkness of Deathstar
/code/demosrc/bbsintro/hobb1src.zip
06 Oct 1996 (catalog date)
11,801 bytes
Download FTP scene.org
Rating:

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

Intereor BBS Intro Source Code by Cypoxl of Intereor
/code/demosrc/bbsintro/itbbsadd.zip
17 Jan 1999 (catalog date)
18,907 bytes
Download FTP scene.org
Rating:
Very simple BBS Intro containing a simple plasma

Kukoo2 source by Type One of TFL-TDV
/code/demosrc/bbsintro/kuk2src.zip
10 Jan 1997 (catalog date)
159,048 bytes
Download FTP scene.org
Rating:
Source for the second part of kukoo2 (A BBS ad) with multiple parallax-esque scrollers - Refuses to recompile for me, though it looks as if it should. I didn't try MASM though.

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.

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.

No We Ain't Dead Yet by Goblin, Random of Xtatic
/code/demosrc/bbsintro/x-no.zip
19 Jan 1998 (catalog date)
173,872 bytes
Download FTP scene.org
Rating:
No We Ain't Dead Yet - the BBStros. A 6?!? (I counted 7) course meal of bbs loaders, 6 with full sources. Nicely done.

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

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.

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

Heartquake Sources by Iguana
/code/demosrc/demos/hq_water.zip
11 Apr 1997 (catalog date)
370,412 bytes
Download FTP scene.org

Inconexia sources by JCAB, JARE of Iguana
/code/demosrc/demos/incosrc.zip
10 Jan 1997 (catalog date)
242,043 bytes
Download FTP scene.org
Rating:
A collection of sources from Inconexia - A collection of effects. Get gallery.zip for the museum part which the .txt file says won't be released. :)

Into The Pentagram
/code/demosrc/demos/itp_src.zip
01 Dec 1996 (catalog date)
705,771 bytes
Download FTP scene.org
Rating:

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

Source of Mayhem by Incognita
/code/demosrc/demos/mayhmsrc.zip
17 Jan 1999 (catalog date)
276,437 bytes
Download FTP scene.org
Rating:
No documentation, but it contains some modern effects like metaballs and realtime raytracing.

Source to Obscene by Cass, Terminus
/code/demosrc/demos/obsc_src.zip
17 Jan 1999 (catalog date)
259,846 bytes
Download FTP scene.org
Rating:
Dated effects, only useful for beginners.

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.

Pump by Iguana
/code/demosrc/demos/pumpsrc.zip
07 Oct 1996 (catalog date)
60,141 bytes
Download FTP scene.org
Rating:

From Real 2 SuperReal Sources by Jason Nunn
/code/demosrc/demos/r2sr.zip
11 Apr 1997 (catalog date)
2,526,684 bytes
Download FTP scene.org

The "ONE" Trackmo by Shock of Shock
/code/demosrc/demos/sck-1src.zip
05 Oct 1996 (catalog date)
1,549,754 bytes
Download FTP scene.org
Rating:

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.

1k source by Frenzy of SparC
/code/demosrc/intros/1k_sourc.zip
18 Mar 1997 (catalog date)
11,052 bytes
Download FTP scene.org
Rating:
source to a 1k intro (911 bytes). Easy to follow code, but it's ideal you understand it all in the first place. Odd use of fpu (uses lots of fi[blah] instructions... why not take advantage of extra precision?)

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 by Consub of CSB
/code/demosrc/intros/csb_csrc.zip
10 Jul 1997 (catalog date)
24,328 bytes
Download FTP scene.org
Rating:
Simple 4k intro. Shadebobs, fire, some random stuff. Nifty idea for using 7 segment displays for all the text.

Fuzzy by INSane of WHo KNoWs?
/code/demosrc/intros/fuzzy.zip
02 Jul 1997 (catalog date)
30,156 bytes
Download FTP scene.org
Rating:
A simple intro. A one effect intro with the 'dune' effect. I'm not sure what people call it.

fysx by Jinesra
/code/demosrc/intros/fysx.zip
19 Jan 1998 (catalog date)
1,438 bytes
Download FTP scene.org
Rating:
A 256 byte intro with dual scrollers and fire-esque effect.

Flame intro by Deadbrain of Garbage
/code/demosrc/intros/gb_fmint.zip
10 Jul 1997 (catalog date)
105,628 bytes
Download FTP scene.org
Rating:
Flame Intro. Really blah, can't credit the mod player nor video lib coders.

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.

4k or Less source by Dr. Doom of Paranoids
/code/demosrc/intros/less_src.zip
10 Jan 1997 (catalog date)
28,618 bytes
Download FTP scene.org
Rating:
Source for a 4k intro with bitmap morphing and a simple landscape effect - 4k intros generally have more to them.

Mandala 4kb Source by Rod of Mandula
/code/demosrc/intros/m_mndsrc.zip
17 Jan 1999 (catalog date)
13,597 bytes
Download FTP scene.org
Rating:
This is the source of a nice 4kb.

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.

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

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:

Seasick source by Draeden of VLA
/code/demosrc/intros/sea_code.zip
10 Jan 1997 (catalog date)
33,542 bytes
Download FTP scene.org
Rating:
Source for an intro with a reflecting scrollie and text writer - Old source, but well constructed. Great for those who just know asm, but don't know how to put something complete together using just asm.

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

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

Revolt Intro Source by Warlock
/code/demosrc/intros/src_revo.zip
12 Aug 1997 (catalog date)
342,636 bytes
Download FTP scene.org
Rating:
Sources for an intro. Doesn't assemble. Looks ugly.

Tedium by Oxygen
/code/demosrc/intros/tdm-code.zip
01 Dec 1996 (catalog date)
60,635 bytes
Download FTP scene.org
Rating:

Textro 3D Vectors by OTM
/code/demosrc/intros/textvec.zip
11 Apr 1997 (catalog date)
23,128 bytes
Download FTP scene.org

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.

Source for a world charts imitation by VLA
/code/demosrc/intros/wcimit.zip
10 Jan 1997 (catalog date)
12,776 bytes
Download FTP scene.org
Rating:
You don't wanna know - Buggy source that does next to nothing. Don't bother.

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.

DOS Utilities by Sam of TFL-TDV
/code/dos/collstuf.zip
26 Feb 1998 (catalog date)
34,149 bytes
Download FTP scene.org
Rating:
Contains some simple dos utilities coded in different languages.

DOS Environment Routines by Lee Hamel
/code/dos/glbenv11.zip
18 Jan 1998 (catalog date)
21,048 bytes
Download FTP scene.org
Rating:
Routines to read and modify the DOS environment.

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

Assembly Body for TSR Programs by Sam of TFL-TDV
/code/dos/tsr_xmpl.zip
21 Jan 1998 (catalog date)
36,141 bytes
Download FTP scene.org
Rating:

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

Assembler Laboratory v1.2 by Kurt Inge Groenbech
/code/editors/alabv12.zip
26 Feb 1998 (catalog date)
185,153 bytes
Download FTP scene.org
Rating:
A very good development environment that includes a very good editor with syntax highlighting.

Multi-Sprites Editor v5.5 by BPC
/code/editors/bpc-se55.zip
26 Feb 1998 (catalog date)
98,673 bytes
Download FTP scene.org
Rating:
A very good sprite editor with a nice windows-like user interface.

Sine Creator by Zyric
/code/editors/sc10f.zip
26 Feb 1998 (catalog date)
45,053 bytes
Download FTP scene.org
Rating:
Mouse driven utility to create nice sine curves to use for your demo effects.

Sine Generator by Claim of Mindstream
/code/editors/sg_v07.zip
26 Feb 1998 (catalog date)
30,188 bytes
Download FTP scene.org
Rating:
Generates an assembler listing of a sine lookup table.

Textmode Texture Mapping,Plasma, and 3D by Joker of Crusaders
/code/effects/3d/3dtext.zip
05 Oct 1996 (catalog date)
12,720 bytes
Download FTP scene.org
Rating:

2D and 3D Rotation by Ash of NLB/BD
/code/effects/3d/bd-2d3d.zip
25 Aug 1997 (catalog date)
12,550 bytes
Download FTP scene.org
Rating:
Not the best way to implement rotation.

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

3D Engine by Voltaire of OTM
/code/effects/3d/otm3d095.zip
01 Dec 1997 (catalog date)
254,469 bytes
Download FTP scene.org
Rating:
Supports lambert and gouraud shading.

2D Rotation by Draeden of VLA
/code/effects/3d/rotate.zip
25 Aug 1997 (catalog date)
7,790 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

3D Rotation by Draeden of VLA
/code/effects/3d/rotate3d.zip
25 Aug 1997 (catalog date)
35,866 bytes
Download FTP scene.org
Rating:
A clear explanation, but it doesn't explain how to do matrix rotation.

Yann's 3d by Yann of Iguana
/code/effects/3d/yanns3d.zip
10 Jan 1997 (catalog date)
84,060 bytes
Download FTP scene.org
Rating:
Source for some random effect - Same effect coded in real mode and with Tran's pmode extender. I can't think of a use for the source.

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

Real-Time Phong Bump Mapping Tutorial by Frenzy
/code/effects/bump/bump.doc
05 Oct 1996 (catalog date)
3,877 bytes
Download FTP scene.org
Rating:
Incorrect ideas, it's not done this way.

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.

2D Bumpmapping by T.C.P. of Diabolic Force
/code/effects/bump/tcp_bump.zip
17 Jan 1999 (catalog date)
86,560 bytes
Download FTP scene.org
Rating:
Explains how to do 2d bumpmapping on 256 color pictures.

Gallery Source by ARM of Iguana
/code/effects/doom/gallery.zip
10 Jan 1997 (catalog date)
593,716 bytes
Download FTP scene.org
Rating:
Source to Iguana's gallery scene from Inconexia (a doom clone) - Nice code, but low accuracy on the maths. Cool pictures, but I saw them the first time, when they were in the Prado. :) I always thought that there should have been an Easter Egg for May 3rd. Run subdirs.exe to get the full source.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/textps.zip
18 Jan 1998 (catalog date)
75,676 bytes
Download FTP scene.org
Rating:
Postscript version. Explains how to make a 3D engine like the one used in Doom.

Texturemapping Tutorial by William D. Doughty
/code/effects/doom/texttext.zip
18 Jan 1998 (catalog date)
9,162 bytes
Download FTP scene.org
Rating:
Text version. Explains how to make a 3D engine like the one used in Doom. This version does not include any illustrations!

bfire by Blair Harrison
/code/effects/fire/bfire.zip
19 Jan 1998 (catalog date)
6,651 bytes
Download FTP scene.org
Rating:
Fire Routine. No explanation and horrible optimization. Well, utter lack of optimization, rather.

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

Burning Match by Digimind
/code/effects/fire/bmatch.zip
19 Jun 1998 (catalog date)
3,005 bytes
Download FTP scene.org
314 byte fire example with asm source and executable. Features wood, sulfur and oxygen.

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

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

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

57 Byte Fire Routine by Rex Deathstar of Waterlogic
/code/effects/fire/firetiny.zip
07 Oct 1996 (catalog date)
1,249 bytes
Download FTP scene.org
Rating:

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

128 byte fire by Gaffer of Prometheus
/code/effects/fire/flame128.zip
30 Jun 1998 (catalog date)
2,363 bytes
Download FTP scene.org
Rating:
Assembler

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

184 Byte Fire Routine by Gaffer of Prometheus
/code/effects/fire/flame184.zip
05 Oct 1996 (catalog date)
2,669 bytes
Download FTP scene.org
Rating:
tight code

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

Fire effect by XtaC of Garbage
/code/effects/fire/gb_wfire.zip
10 Jul 1997 (catalog date)
21,102 bytes
Download FTP scene.org
Rating:
Fire Effect. Yet another fire example.

Linefire by Kable
/code/effects/fire/linefire.zip
26 Jun 1997 (catalog date)
26,759 bytes
Download FTP scene.org
Rating:
Mystify your fire. I half expected to hear the FM sounds from Amnesia to kick in. It's only one line with a *much* longer (and blured) tail, but still. Uses a Bresenham's line routine.

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.

Nice Fire by Ziron of Alpine
/code/effects/fire/nicefire.zip
17 Jan 1999 (catalog date)
2,334 bytes
Download FTP scene.org
Rating:
Claims to be nicer then any of the other fires around, but there's really nothing special about this fire 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.

Matrix Demo by Simon Hern
/code/effects/floor/matrix.zip
08 Jun 1997 (catalog date)
95,834 bytes
Download FTP scene.org
Rating:
An example of an infinite tiled floor effect like the one used for the floors in doom.

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.

Chaotic Fractal Screensaver by Magister of Phazix
/code/effects/fractal/mfract.zip
24 Apr 1998 (catalog date)
16,607 bytes
Download FTP scene.org
A screensaver of sorts (plain DOS only, no Windows 95) that zooms into the Mandelbrot set and animates the Julia set. Source code included. Also includes a text file that explains fractals and how to generate them. Text, assembler, protected-mode.

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

Spherical Texture Mapping by Keith Sibson
/code/effects/globe/ks_sp.zip
29 Sep 1997 (catalog date)
85,265 bytes
Download FTP scene.org
Rating:

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.

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

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

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

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

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

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

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

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

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

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

bglass by Konrad Olejnik of K!O
/code/effects/lens/bglass.zip
19 Jan 1998 (catalog date)
50,803 bytes
Download FTP scene.org
Rating:
Bumped glass routine. For TMT pascal. You might call this a bump map type effect. The difference I'm going to call is that bump map routines alter light intensity while lens routines change your position in a texture map. Interesting way to get the timer! :) For C users, that would be int *time = 0x046C. See a BIOS data reference for further details.

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

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

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

Lens Effect by Coldstar of Outworlders
/code/effects/lens/lenz.zip
17 Jan 1999 (catalog date)
36,431 bytes
Download FTP scene.org
Rating:
Dated effect.

Lens Effect by Raphius of Anubis
/code/effects/lens/magnify.zip
17 Jan 1999 (catalog date)
8,618 bytes
Download FTP scene.org
Rating:
Dated effect.

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

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.

Palette Rotation by Draeden of VLA
/code/effects/pallette/palrot.zip
29 May 1997 (catalog date)
2,664 bytes
Download FTP scene.org
Rating:
Just an asm file containing a palette rotation routine.

Pallette Resampler by Jason Nunn of Superreal, Hornet
/code/effects/pallette/presamp.zip
21 Sep 1997 (catalog date)
85,884 bytes
Download FTP scene.org
Rating:
Fits multiple 256 color palettes into one.