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

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

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.

Clax by Borzom
/code/3d/systems/claxsrcp.zip
19 Jan 1998 (catalog date)
49,402 bytes
Download FTP scene.org
Rating:
Clax Keyframing system. Multi-platform. Confusing to use code, but possibly worth it if you don't want to write your own keyframer.

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

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

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

WGT by Egerter Software
/code/3d/systems/wgtvesa2.zip
12 Aug 1997 (catalog date)
202,549 bytes
Download FTP scene.org
Rating:
WordUp Graphics Toolkit - Vesa extension. A graphics toolkit designed for games programers.

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.

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.

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.

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.

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

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 Antares
/code/audio/players/advhsc18.zip
10 Jan 1997 (catalog date)
57,910 bytes
Download FTP scene.org
Rating:
A TPU for FM playback of HS C files - Has examples on how to use the unit.

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.

AmoebaSoft MOD Player by Jonathan E. Wright of AmoebaSoft
/code/audio/players/asmod09s.zip
10 Jan 1997 (catalog date)
90,508 bytes
Download FTP scene.org
Rating:
A mod player for Pascal - No SB support, bad documentation, only supports MOD files.

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"

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.

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

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

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

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.

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.

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.

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.

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.

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

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

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.

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.

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.

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.

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

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.

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.

RST2 Intro Source by The Rising Sun Team
/code/demosrc/intros/rst2-src.zip
01 Dec 1997 (catalog date)
25,415 bytes
Download FTP scene.org
Rating:
A simple intro with fake diagonal coppers.

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.

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:

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.

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.

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.

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

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

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!

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

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.

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.

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.

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.

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.

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.

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

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.

ANuBiS DeMo TUtORs by RaPhiuS of ANubIS
/code/effects/plasma/anutut1.zip
19 Jan 1998 (catalog date)
71,746 bytes
Download FTP scene.org
Rating:
Simple Plasma Example. For Watcom, poor code style.

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.

JCL Plasma by Jeremy Longley
/code/effects/plasma/jclplasm.zip
10 Jan 1997 (catalog date)
88,979 bytes
Download FTP scene.org
Rating:
A nice plasma example - Pregenerates the plasma maps. Looks good.

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.

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

Tom's Plasma by Tom Dibble
/code/effects/plasma/tplas11.zip
10 Jan 1997 (catalog date)
139,950 bytes
Download FTP scene.org
Rating:
Decent plasma example - Has some "fractal clouds" code too. Needs a random number generator of it's own so that there isn't the huge data file of mostly random numbers that goes along with it.

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.

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.

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

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.

Scroll by Jay Kramer
/code/effects/scroll/scroll2.zip
10 Jan 1997 (catalog date)
41,209 bytes
Download FTP scene.org
Rating:
Source for mode X scrolling - _NOT_ the way to do hardware scrolling. Abuses the mode-X library.

20 Byte Parallax Starfield by pascal of Cubic Team
/code/effects/stars/passtar.zip
05 Oct 1996 (catalog date)
8,836 bytes
Download FTP scene.org
Rating:
A one-up on that other guy. :)

Free direction tunnel tutorial by Kombat
/code/effects/tunnel/freedir.zip
30 Jun 1998 (catalog date)
48,954 bytes
Download FTP scene.org
Rating:
Basicaly the same info as can be found in fdtunnel.zip by Blackaxe of Kolor. Text, C

ND.exe by Friar Tuck
/code/effects/tunnel/syn.zip
10 Jan 1997 (catalog date)
31,848 bytes
Download FTP scene.org
Rating:
Example of a dot tunnel - Spaghetti code and no explanation. Also doesn't generate the dot tunnel real time, rather it has the rungs of dots precalculated in the exe.

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.

Tunnel by Gedge
/code/effects/tunnel/tunnele.zip
25 Aug 1997 (catalog date)
41,102 bytes
Download FTP scene.org
Rating:
Another tunnel example

Vector Ball 2 by Tumblin
/code/effects/vectball/vectbal2.zip
10 Jan 1997 (catalog date)
190,261 bytes
Download FTP scene.org
Rating:
Some vector ball examples and utilities - Not bad, but simple. Shows some good code design strategies.

Vector Ball by Tumblin
/code/effects/vectball/vectball.zip
10 Jan 1997 (catalog date)
38,780 bytes
Download FTP scene.org
Rating:
A vector ball example - blah...

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

Water by De-Phassed
/code/effects/water/water.zip
10 Jan 1997 (catalog date)
14,565 bytes
Download FTP scene.org
Rating:
An example of water - Nothing more than a copy of Iguana's water routine done in full assembler.

Water by Yamaha of XYZZ
/code/effects/water/watrxyzz.zip
25 Aug 1997 (catalog date)
128,613 bytes
Download FTP scene.org
Rating:
A water effect sample. Won't compile as is since it's missing quite a number of library files. Get hq_water if you want to understand this effect. Get this afterwards only if you can't understand asm.

Peroxide Trainer Part 1 by Telemachos of Peroxide
/code/effects/worlds/pxdtut1.zip
17 Jan 1999 (catalog date)
73,945 bytes
Download FTP scene.org
Rating:
This tutorial explains how to code 3d mazes like the ones used in old games like dungeon master and eye of the beholder.

wormhole by John Cloninger of IND
/code/effects/wormhole/wormhole.zip
10 Jan 1997 (catalog date)
118,586 bytes
Download FTP scene.org
Rating:
A wormhole example - Slow generation of the wormhole itself then it loads the wormhole from a file for the actual effect. You have to figure most of the effect out for yourself though.

2asm Anything 2 Asm,c,pas Converter by sneaqo of aardbei
/code/fileutil/2asm.zip
21 Aug 1998 (catalog date)
97,877 bytes
Download FTP scene.org
converts a binary file into a db list, or a C or Pascal array. has a lot of options, and examples for all 3 languages included. Assembler, C, Pascal

List/Execute Executables Utility by SAM of TFL
/code/fileutil/direxe.zip
06 Oct 1996 (catalog date)
26,546 bytes
Download FTP scene.org
Rating:
Nice code, almost useless util. Makes a perfect example though.

Textfile Convertor by Designer
/code/fileutil/et-con14.zip
26 Feb 1998 (catalog date)
32,660 bytes
Download FTP scene.org
Rating:
Converts ansi files and textfiles for amiga, unix, etc. to pc format and back again.

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

Pop And Push by Ondrej Blazek
/code/fileutil/pop_push.zip
26 Feb 1998 (catalog date)
8,011 bytes
Download FTP scene.org
Rating:
Two utilities that make browsing through your directories easier by using a stackbased method of remembering directory names.

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.

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

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

Introduction To Keyboard Handlers by Alioth, Don Williamson of O.M.D
/code/hardware/keyboard/keyb.zip
24 Apr 1998 (catalog date)
18,117 bytes
Download FTP scene.org
How to construct a keyboard handler from scratch and why what you do actually works. :)

Obbuf v3.2 by Ondrej Blazek
/code/hardware/keyboard/obbuf.zip
26 Feb 1998 (catalog date)
12,658 bytes
Download FTP scene.org
Rating:
Fills the keyboard buffer with specific keystrokes before running a program. Very useful if you often use the same functions of a program when you start it.

Peroxide Trainer Part 6 by Telemachos of Peroxide
/code/hardware/keyboard/pxdtut6.zip
17 Jan 1999 (catalog date)
20,234 bytes
Download FTP scene.org
Rating:
This tutorial explains how to program interrupts, timers and keyboard handlers.

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.

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.

FreePack DOS extender by Narech Koumar of Supernar Systems Intl.
/code/hardware/pmode/dos32a.zip
25 Aug 1997 (catalog date)
520,938 bytes
Download FTP scene.org
Rating:
Another DOS extender option. I didn't test this for usefulness. I doesn't look any more difficult to learn to use than Adam Seychell's (sp?) Dos32 or Thomas Pytel/Charles Scheffold's Pmode/w. How well it functions is another story. Full documentation available. Comes with a tetris clone presumeably made using the extender. No source.

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)

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

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.

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.

Hi Res by Ash of Bunghole Productions
/code/hardware/video/bp-hires.zip
21 Sep 1997 (catalog date)
14,582 bytes
Download FTP scene.org
Rating:
Example of how to use mode 12h (640x480x16)

Check VESA by London Fog
/code/hardware/video/checkvsa.zip
10 Jan 1997 (catalog date)
1,595 bytes
Download FTP scene.org
Rating:
A program to detect if a computer has VESA support - Uhm, like... thanks. It's a real help.

Fake mode by Yaka of Xography
/code/hardware/video/fakemode.zip
10 Jan 1997 (catalog date)
126,776 bytes
Download FTP scene.org
Rating:
A tweak mode for high color resolution on a VGA - Great explanation of how to set up such a video mode. Pre-dates illumanati and ambience by Tran.

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.

VidTimer by Zax
/code/hardware/video/vtime110.zip
10 Jan 1997 (catalog date)
179,797 bytes
Download FTP scene.org
Rating:
A utility to give you bliting times from your video card - Same as vblitz13.zip, just a different version.

Vbe 2.0 Library For Watcom by Malice of WitchCraft
/code/hardware/video/wtcvbe.zip
30 Aug 1998 (catalog date)
62,669 bytes
Download FTP scene.org
A 100% asm VESA library with 256 and Direct Color modes support. Included source code, OBJ file, Watcom header and a C example.

Variable Pictures
/code/images/bin2asm.zip
15 Apr 1997 (catalog date)
63,503 bytes
Download FTP scene.org
Put variable size pictures in your VGA programs.

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

HSI 2 ARR
/code/images/hsi2arr.zip
15 Apr 1997 (catalog date)
62,609 bytes
Download FTP scene.org
Converts RAW format picture files to C readable arrays. Full source included, and two example programs.

PCX Utils by Patch of Avalanche
/code/images/pcxutils.zip
15 Apr 1997 (catalog date)
71,400 bytes
Download FTP scene.org
Raw saver. Tweaked saver. File viewer. Font converter. Easy linking to ASM programs.

76 Byte Pcx Viewer by Saint
/code/images/saintpcx.zip
03 Jul 1998 (catalog date)
7,169 bytes
Download FTP scene.org
Saint's revenge: Another example of size optimization, beating Gyr's viewer by 12 (.) bytes. Hey, will I get four stars, too? :-)

Tweak VGA Library by Type One of TFL-TDV
/code/library/flamoot.zip
01 Dec 1997 (catalog date)
14,836 bytes
Download FTP scene.org
Rating:
Supports a lot of different tweaked vga modes.

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

Game Library for DOS and Linux / X-Windows by Jon Griffiths
/code/library/jlib_1-0.zip
18 Jan 1998 (catalog date)
270,934 bytes
Download FTP scene.org
Rating:

XMode Graphics Library by James Carter
/code/library/w_infin.zip
01 Dec 1997 (catalog date)
18,566 bytes
Download FTP scene.org
Rating:

WGT Engine Pack 1
/code/library/wgten1.zip
01 Dec 1997 (catalog date)
135,457 bytes
Download FTP scene.org
Rating:
Example voxel effect using WGT v5.1

WGT Engine Pack 2
/code/library/wgten2.zip
01 Dec 1997 (catalog date)
69,080 bytes
Download FTP scene.org
Rating:
Example tiling effect using WGT v5.1

Bytes Of Wisdom Diskmag Engine Sources by MinMax of Septic Productions
/code/mags/bow5src.zip
21 Aug 1998 (catalog date)
109,870 bytes
Download FTP scene.org
Sources to diskmag engine written in Watcom C. Can use VBE 1.2/2.0 & textmode. Very flexible. Also it is recomended that you download the diskmag itself (to get the example files) (bow5.zip)

The Mag by Spellcaster
/code/mags/mag08.zip
01 Jul 1997 (catalog date)
41,938 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Random stuff, game design, more on pointers, some elementary data structuring.

The Mag by Spellcaster
/code/mags/mag09.zip
01 Jul 1997 (catalog date)
77,599 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Continuing into assembler, more on that game.

The Mag by Spellcaster
/code/mags/mag11.zip
01 Jul 1997 (catalog date)
95,422 bytes
Download FTP scene.org
Rating:
A serial coding magazine. Sorting, matrix algebra, geometric transformations, more complex 3d, still adding to that game. (This magazine has come a long way since issue one and is entirely progressive.)

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

Adrenalin Module Player v0.96 by Beta of A-Men
/code/sound/amod096.zip
06 Oct 1996 (catalog date)
120,534 bytes
Download FTP scene.org
Rating:

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

Music File Format Library v1.0 by Jamal Hannah
/code/sound/musfmt10.zip
05 Oct 1996 (catalog date)
172,360 bytes
Download FTP scene.org
Rating:

Cubic Tiny XM Player v1.4 by pascal of Cubic Team
/code/sound/mxmp14.zip
05 Oct 1996 (catalog date)
98,435 bytes
Download FTP scene.org
Rating:

Tutorial #13 by Denthor of Asphyxia
/code/tutors/denthor/tut13.zip
11 Jan 1997 (catalog date)
9,823 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:3d starfields - We've seen these time and time again. Check out /code/effects/stars for more examples.

Tutorial #17 by Denthor of Asphyxia
/code/tutors/denthor/tut17.zip
11 Jan 1997 (catalog date)
18,411 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Pixel Morphing & Static - Pixel Morphing is similar to the one of the first few things in Crystal Dream II, or imagine the IFS fractal morphing of Verses or Hex Appeal.

Tutorial #18 by Denthor of Asphyxia
/code/tutors/denthor/tut18.zip
11 Jan 1997 (catalog date)
59,119 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Packing and pcx loading - check out /code/utils/packers for some further examples.

Tutorial #19 by Denthor of Asphyxia
/code/tutors/denthor/tut19.zip
11 Jan 1997 (catalog date)
11,620 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:full assembler - for a quick and painless (?) switch from pascal/asm to full assembler. Has a simple fire effect as an example.

Games 'n Graphics Trainer Series chapter 1 by Gerben
/code/tutors/graphics/gngtut01.zip
30 Jun 1998 (catalog date)
3,072 bytes
Download FTP scene.org
Rating:
Another trainer explaining how to get into mode 13h. Try Denthors trainers instead if you really don't know how to do this. Text

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!

The King Magazine Volume 3 by The King
/code/tutors/graphics/kmagv3.zip
18 Jan 1998 (catalog date)
63,180 bytes
Download FTP scene.org
Rating:
Better than volume 2. Again some basic stuff for Pascal, Assembler, Hardware and Graphics, etc. Examples are now in C too.

Polyfiller Tutorial by Natan Whitaker
/code/tutors/graphics/poly_tut.zip
17 Jan 1999 (catalog date)
134,279 bytes
Download FTP scene.org
Rating:
The example executable included doesn't seem to work, but the textfile might be useful for beginners who want to write their own polyfiller routines.

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

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

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

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

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

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

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

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

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

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

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

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

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

Bezier and Spline by plash of Azure
/code/tutors/math/azr_bcrv.zip
19 Jan 1998 (catalog date)
96,843 bytes
Download FTP scene.org
Rating:
Examples of Bezier patches and B-spline curves. Read a reference on bezier or spline modelling first. The math is not easy nor is it explained by the author. Good reference if you are having troubles getting your own routines to work.

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.

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

VGA-vulture by Vulture
/code/tutors/video/vga-vul3.zip
10 Jan 1997 (catalog date)
14,233 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation.

VGA-vulture by Vulture
/code/tutors/video/vga-vul4.zip
10 Jan 1997 (catalog date)
9,013 bytes
Download FTP scene.org
Rating:
3d rotation example - Does 3 sets of 2-d rotation. See /code/tutorials/video/vga-vul2.zip

Bootgame by Ko-Ko
/code/utils/boot/bootgame.zip
18 Jan 1998 (catalog date)
11,940 bytes
Download FTP scene.org
Rating:
Puts a game into the bootsector of a floppy! Unfortunately, the game is not timed and unplayable on modern computers.

Bin to H by Lev Iserovich
/code/utils/compiler/bin2h.zip
12 Aug 1997 (catalog date)
11,097 bytes
Download FTP scene.org
Rating:
A bin 2 h/obj. Actually produces obj files, but only works with Turbo C with a little tweaking for Borland C. (same company yes, slightly different compilers.) (By extension, you should be able to get it to work with TASM.)

tinyRTL by Solar Designer
/code/utils/compiler/bpc-trtl.zip
10 Jan 1997 (catalog date)
13,314 bytes
Download FTP scene.org
Rating:
A pas TPU with source for creating small exes - A TPU that replaces the system TPU in Turbo Pascal so that small .exes can be made. The example .exes are deceiving as there is no built in support for writing text and other such things. Knowledge of assembler will be necessary for most programs you'd write with this.

C-- examples by Peter Cellik
/code/utils/compiler/c--ex103.zip
10 Jan 1997 (catalog date)
213,584 bytes
Download FTP scene.org
Rating:
C-- example sources - A must get for c--0203.zip

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

MikDLL library by MikMak
/code/utils/compiler/mikdll.zip
10 Jan 1997 (catalog date)
20,844 bytes
Download FTP scene.org
Rating:
A dynamic library loader for BC/DOS - This is a rather complex piece of code not designed for the beginner. It shows you how you could create a dynamic library so that you can load code at runtime. Suggested use is for a mod player to load the specific sound card's drivers run time.

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.

Font Editor by Sunrise Software
/code/utils/fonts/fonted12.zip
29 Sep 1997 (catalog date)
58,371 bytes
Download FTP scene.org
Rating:
For 2 colored fonts. An example source is included, but no documentation.

Font Grabber by Paradise
/code/utils/fonts/ted.zip
29 Sep 1997 (catalog date)
262,937 bytes
Download FTP scene.org
Rating:
Font grabber by Paradise. Allows you to grab 256 color fonts from .GIF, .CEL and .BMP files. Example sources included.

Font Grabber by Denthor of Asphyxia
/code/utils/fonts/texter5.zip
29 Sep 1997 (catalog date)
34,741 bytes
Download FTP scene.org
Rating:
Allows you to grab 256 color fonts from .GIF, .CEL, .BMP and .PCX files. Mouse only. Example source included.

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

Watcom Font Editor by ???
/code/utils/fonts/w_fonted.zip
29 Sep 1997 (catalog date)
11,204 bytes
Download FTP scene.org
Rating:
Watcom font editor by ?. No documentation, no help, no examples. Only the source of the editor itself.

Vfixppsl - Vesa Fix Pixels Per Scan Line by Saint
/code/utils/graphics/vfixppsl.zip
12 Jun 1998 (catalog date)
2,392 bytes
Download FTP scene.org
This little TSR sets the number of pixels per scan line to match the x resolution of the visible screen. Usefull for demos / games that assume the logical width of a scan line to be equal to the physical width. Includes ASM source code.

DFMAKE by Alessandro Job
/code/utils/packers/dfmake.zip
10 Jan 1997 (catalog date)
39,904 bytes
Download FTP scene.org
Rating:
A program and library for accessing data from a datafile from Watcom - Useful little utility. Very simple.

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)

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

No Lamers Allowed by Paranoids
/demos/1991/nolamers.zip
29 Jun 1996 (catalog date)
144,726 bytes
Download FTP scene.org
Rating:

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

Amnesia Music Player by Renaissance
/demos/1992/amnesiam.zip
29 Jun 1996 (catalog date)
18,484 bytes
Download FTP scene.org
Rating:

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

Internal Damage by EMF
/demos/1992/emf_id.zip
29 Jun 1996 (catalog date)
151,237 bytes
Download FTP scene.org
Rating:
Released at event ASM92 in the demo division and ranked 03

Lamer by DEA
/demos/1992/lamer.zip
29 Jun 1996 (catalog date)
320,299 bytes
Download FTP scene.org
Rating:

Intro by The Toxic Dream
/demos/1992/ttdintro.zip
29 Jun 1996 (catalog date)
65,588 bytes
Download FTP scene.org
Rating:

Second Phobia by Noice
/demos/1993/0-9/2phobia.zip
29 Jun 1996 (catalog date)
182,752 bytes
Download FTP scene.org
Rating:
Released at event TP93 in the demo division and ranked 05
Really nice intro with some bitplane-mapping (& rotating), vectors, vector-dots, etc. There is such a bug, it supports GUS only at 220 (for other base-ports un-pklite this program and change 0x220 (the only one) in code to your base address).

Change Disk by Arkham
/demos/1993/a/akm-chan.zip
17 Jan 1997 (catalog date)
334,458 bytes
Download FTP scene.org
Rating:

Demo 3 by Arkham
/demos/1993/a/akm-dem3.zip
17 Jan 1997 (catalog date)
239,854 bytes
Download FTP scene.org
Rating:

Globule Trace by Arkham
/demos/1993/a/akm-glob.zip
17 Jan 1997 (catalog date)
5,507 bytes
Download FTP scene.org
Rating:

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

Firedemo by VangeliSTeam
/demos/1993/f/firedemo.zip
29 Jun 1996 (catalog date)
146,527 bytes
Download FTP scene.org
Rating:

Vision From Hell! by Magnetic Team
/demos/1993/h/hell_mv.zip
29 Jun 1996 (catalog date)
139,006 bytes
Download FTP scene.org
Rating:

Lameness Loader by Jello
/demos/1993/j/jifs.zip
29 Jun 1996 (catalog date)
22,920 bytes
Download FTP scene.org
Rating:

Jata Kelivaraa by Jeskola
/demos/1993/j/jp_nam.zip
10 Jun 1998 (catalog date)
53,056 bytes
Download FTP scene.org
Rating:
,,GUS,

Kaamos by Satsuma
/demos/1993/k/kaamos.zip
29 Jun 1996 (catalog date)
261,801 bytes
Download FTP scene.org
Rating:

Reflex by Arkham
/demos/1993/r/reflex.zip
29 Jun 1996 (catalog date)
279,326 bytes
Download FTP scene.org
Rating:

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

Stardream by Surprise Productions
/demos/1993/s/sp.zip
29 Jun 1996 (catalog date)
57,821 bytes
Download FTP scene.org
Rating:
Released at event ASM93 in the in64 division and ranked 09

1993 by The Dream Team
/demos/1993/t/tdt1993.zip
03 May 1998 (catalog date)
305,849 bytes
Download FTP scene.org
Rating:
,,SB,

Intro by The Dream Team
/demos/1993/t/tdtintro.zip
29 Jun 1996 (catalog date)
54,225 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:

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

Carrie by Arkham
/demos/1994/a/akm-carr.zip
17 Jan 1997 (catalog date)
26,201 bytes
Download FTP scene.org
Rating:

BBS Hematie by Arkham
/demos/1994/a/akm-hema.zip
17 Jan 1997 (catalog date)
9,086 bytes
Download FTP scene.org
Rating:

BBS Don't Trust Your Mama by Arkham
/demos/1994/a/akm-mama.zip
17 Jan 1997 (catalog date)
10,211 bytes
Download FTP scene.org
Rating:

Zorlac by Arkham
/demos/1994/a/akm_zorl.zip
29 Jun 1996 (catalog date)
73,700 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the in64 division and ranked XX

Amanaman by Coma
/demos/1994/a/amana.zip
29 Jun 1996 (catalog date)
1,666,675 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked XX

Lego by Amable
/demos/1994/a/amb_lego.zip
29 Jun 1996 (catalog date)
143,881 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the demo division and ranked EE

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

I Am Angry by Gimle of Symptom
/demos/1994/a/angry.zip
29 Jun 1996 (catalog date)
29,420 bytes
Download FTP scene.org
Rating:

Jurrasic Ass by A-Men
/demos/1994/a/ass_amen.zip
29 Jun 1996 (catalog date)
1,318,630 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX

Meeting Intro by COMA
/demos/1994/c/comamtng.zip
03 May 1998 (catalog date)
369,606 bytes
Download FTP scene.org
Rating:

PolyChromatic Dreams by Creation
/demos/1994/c/crn_pcd.zip
29 Jun 1996 (catalog date)
64,352 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the in64 division and ranked XX

Other Dimension by Dubius
/demos/1994/d/dbs-od.zip
29 May 1998 (catalog date)
404,709 bytes
Download FTP scene.org
Rating:
Released at event ASM94 in the demo division and ranked XX
2nd version of same-named demo by Midnight Moon - ,,GUS,

Digital Dreams by Divine
/demos/1994/d/dd.zip
29 Jun 1996 (catalog date)
376,285 bytes
Download FTP scene.org
Rating:

Hakkerii by Digital Dream
/demos/1994/d/ddhacker.zip
29 Jun 1996 (catalog date)
278,709 bytes
Download FTP scene.org
Rating:

Dentro for Soul Dream by Paradise
/demos/1994/d/deadtro_.zip
29 Jun 1996 (catalog date)
30,701 bytes
Download FTP scene.org
Rating:

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

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

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

Flames 'n Stuff by DarkZone
/demos/1994/f/flmnstuf.zip
29 Jun 1996 (catalog date)
2,197 bytes
Download FTP scene.org
Rating:
Released at event BP94

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

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

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

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

Have You Seen My Ham by Orange
/demos/1994/h/ham.zip
03 May 1998 (catalog date)
99,660 bytes
Download FTP scene.org

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