|
|
|
|
|
|
|
|
|
|
|
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?)
|
|
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.
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
Multipage VGA Library by Lin Ke-Fong /code/library/mpvga10.zip
| 01 Dec 1997 (catalog date)
84,061 bytes
| Download FTP scene.org
| Rating:
| VGA library by Lin Ke-Fong. Very good tweaked vga library. It automaticaly detects the vga card to offer as much functionality as possible instead of using the standard vga settings only like most libraries do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.)
|
|
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.
|
|
|
|
|
|
|
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).
|
|
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....)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|