|
|
|
|
|
|
|
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.
|
|
|
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.
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
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.
|
|
|
|
|
|
|
Tunnel Source by bca of Karva /code/effects/tunnel/bca_tnl.zip
| 19 Jan 1998 (catalog date)
19,956 bytes
| Download FTP scene.org
| Rating:
| A texture mapped tunnel effect. Has holes in the tunnel. No useful comments in the source. One nifty (old!) idea of taking advantage of mirrors in the lookup table. FYI - vasen=left, oikea=right, yl„=upper, ala=lower.
|
|
|
|
|
File (de)concatenator by Kli /code/fileutil/klitar10.zip
| 17 Jan 1999 (catalog date)
19,344 bytes
| Download FTP scene.org
| Rating:
| Puts separate files in one big file and separates them again. Not very useful, unless you want to use it as a utility for your own virtual file system.
|
|
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...
|
|
|
Collection of ASM sources by ? of Blue Nose Productions /code/hardware/general/asm_good.zip
| 10 Jan 1997 (catalog date)
118,612 bytes
| Download FTP scene.org
| Rating:
| Lots of ASM sources, mostly for hardware and BIOS routines - It's somewhat difficult to find what you want, but the comments tell you what you need to know (but not what you have to do) to get everything compiled. Looks like a great source for the cut & paste coder. Given the nature of the routines, I'd say that was the intended purpose of this release.
|
|
|
Flat Real by Herman Dullink /code/hardware/memory/flat.zip
| 10 Jan 1997 (catalog date)
11,758 bytes
| Download FTP scene.org
| Rating:
| A flat real mode interface - For those who'd rather kludge real mode than switch to protected mode. Conceivably useful for 4k intros which may need a quick and cheap entry into a flat memory model.
|
|
|
|
Eclipse operating System v3.05 /code/hardware/pmode/e_os305.zip
| 30 Jun 1998 (catalog date)
1,442,821 bytes
| Download FTP scene.org
| Rating:
| A combination of a dos extender and a demo library containing a lot of useful functions. It's very useful for intros because the tiny version is very small (including a sb and gus modplayer). C, Assembler
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
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. :)
|
|
3DS converter by MRI of Doomsday /code/utils/3d/3dsrdr13.zip
| 25 Aug 1997 (catalog date)
6,754 bytes
| Download FTP scene.org
| Rating:
| Reads a 3ds file and outputs an easier to read format. An update of Jare's 3dsrdr12. Get the above for usefulness, get Jare's original version for posterity or more complete informations.
|
|
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.
|
|
|
|
|
|
|
|
|
Bin 2 Pal by pneyz of smoof /code/utils/graphics/b2pal100.zip
| 19 Jan 1998 (catalog date)
10,133 bytes
| Download FTP scene.org
| Rating:
| Converts raw data to palette includeable stuff. Remember: there are no upload/download ratios on hornet. Please don't feel compelled to upload something merely for the sake of uploading something. Who do you think you're helping?
|
|
|
|
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?)
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
4 Kings by Orange /demos/1994/0-9/4kings.zip
| 29 Jun 1996 (catalog date)
57,584 bytes
| Download FTP scene.org
| Rating:
| Released at event ASM94 in the in64 division and ranked 10
A nice, unique look to this demo sets it apart from others. Lots of mathematical based code. Opens up with four grahpics in the corners and a bouncing pixel that opens up to the title. Good design doesn't stay with any one routine for too long.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|