|
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
|
|
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.
|
|
|
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
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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!)
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Black Ice source by Sinbad /code/demosrc/bbsintro/blacdemo.zip
| 10 Jan 1997 (catalog date)
432,910 bytes
| Download FTP scene.org
| Rating:
| Sources for a large BBS intro with a scrollie, fire, and a zoomer - Comments for the effects, recompiles easily. Shows influences from Mental Surgery, mainly in the sound code. Old effects, but recent code.
|
|
|
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.
|
|
|
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.
|
|
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.
|
|
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.
|
|
|
BB Demo Source by Jan Hubicka /code/demosrc/demos/bbsrc.zip
| 19 Jan 1998 (catalog date)
1,575,247 bytes
| Download FTP scene.org
| Rating:
| Text Mode/ASCII demo for DOS and UNIX. Requires gcc to compile unless you really want to mess with the makefiles. Also requires /code/utils/graphics/aa-lib10.zip. Nicely done.
|
|
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 :)
|
|
Fake demo source by Pelusa /code/demosrc/demos/fakedemo.zip
| 10 Jan 1997 (catalog date)
335,424 bytes
| Download FTP scene.org
| Rating:
| Sources for a demo with a sinus waver, wormhole, rotating landscape, fire, scrollie, shadebobs, lens, mandelbrot set zoomer - Comments for proceedures, many parts, lots to look over. Clean code too. (old cheesy necros music. :)
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
|
|
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.
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
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)
|
|
|
|
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.
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Starz V1.0 by VuLgAr UnIcOrN /code/effects/stars/starz10.zip
| 03 Jun 1998 (catalog date)
154,676 bytes
| Download FTP scene.org
| | This is a 2D side scrolling stars demo. There are multiple star speeds / sizes / colors. There are also lots of options like directions and color changing. It is written using C++ in the MS VC++5.0/MFC environment.
|
|
|
|
|
|
|
Heart Quake's water source by ARM of Iguana /code/effects/water/hq_water.zip
| 10 Jan 1997 (catalog date)
370,188 bytes
| Download FTP scene.org
| Rating:
| The authoratative source on the water effect - Includes a description of the physics behind the effect and the simplifications done to make the routine run quickly.
|
|
|
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
|
|
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).
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
|
Cutter /code/images/cutter1.zip
| 15 Apr 1997 (catalog date)
68,240 bytes
| Download FTP scene.org
| | Graphics Cutter v1.0 is a scripting language used in cutting graphics from PCX files. Unzip with -d option (subdirectories). Saves palette info, include files, and object files. Object files are stored in MODE 0x13 and MODE X formats. DEMO of bouncing balls included. Source available in registered version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3DS converter by MRI of Doomsday /code/utils/3d/3dsco20.zip
| 25 Aug 1997 (catalog date)
14,233 bytes
| Download FTP scene.org
| Rating:
| Reads a 3ds file and outputs an easier to read format. Good utility with full source for reading .3DS files. It's easily tweakable (with a #define) to read from a file or memory and not that difficult to tweak for your own 3d structures. It's also done well enough that adding support for more features of the .3ds format should not be that difficult from a coding standpoint. Specs are admittedly hard to find.
|
|
Bin 2 DB by Escape /code/utils/compiler/bin2db24.zip
| 12 Aug 1997 (catalog date)
12,087 bytes
| Download FTP scene.org
| Rating:
| A bin 2 db util. See my comments to incpro3.zip. Also, take out the "coded in 100% Assembler" line. It's dorky, especially for something whose main function (input/output) is easiest handled by a high level language and whose speed of execution is on the magnitude of 2 seconds.
|
|
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.
|
|
ASCII ART Lib by Jan Hubicka /code/utils/graphics/aalib10.zip
| 19 Jan 1998 (catalog date)
133,184 bytes
| Download FTP scene.org
| Rating:
| Ascii Art Renderer. Do not kill yourself trying to understand the code (no comments at all, and fairly complex code). Bonus points for the concept. This is FUNKY and fun to play with. (TMDC anyone? might be useful to figure out how to go from a graphical image to ASCII)
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
24 Hour Break by Digitize Design Group /demos/1993/0-9/24h_brk.zip
| 29 Jun 1996 (catalog date)
90,627 bytes
| Download FTP scene.org
| Rating:
| Fast circle-effect, sine scroller (coded in interesting way) - not a great job for asm-intro-compo (of course some music) btw: at the end they are talking about many bugs: here is one: press (& hold) left shift during sine-scroller. Letters D and G will be moved 'a little' :-)
|
|
30 Demo by Noice /demos/1993/0-9/30_demo.zip
| 29 Jun 1996 (catalog date)
40,554 bytes
| Download FTP scene.org
| Rating:
| Demo contains rotating cube (so obvious), low-zoom plasma (so good, because you cannot see plasma in any other demo this way - always there is a high zoom (because looks better :-), then a dot-ball (also obvious), and end-scroller (thats all???? yes....)
|
|
|
|
|
1st Infection by N-Factor /demos/1994/0-9/1infect.zip
| 29 Jun 1996 (catalog date)
788,796 bytes
| Download FTP scene.org
| Rating:
| Released at event WIR94 in the demo division and ranked ??
N-Factor's first production, released at Wired'94 - a good "first-time" production for a new group. Lots of vector objects, some unlimited bobs, and textured planes - a top and bottom of the screen - but they are doing many things with this simple transform table: like really interesting flight of space ship over you (like in 2nd Reality), but textured (looks much-much better).
|
|
42 by Halcyon /demos/1994/0-9/42.zip
| 29 Jun 1996 (catalog date)
67,994 bytes
| Download FTP scene.org
| Rating:
| Released at event ASM94 in the in64 division and ranked XX
Good beginning on this demo. Blue fire effect, going into zooming routines to delay dots, to 3-d fire. There are other interesting effects. To get past some parts of the demo the user must press Escape. The music is also a little repetitve at times... Without a GUS I couldn't get the entire demo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|