|
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
|
|
|
|
Raw GFX Lib by Ghyll of TGA /code/3d/systems/tgarx2b1.zip
| 02 Jul 1997 (catalog date)
34,488 bytes
| Download FTP scene.org
| Rating:
| An elementary graphics system. The functions are very base and it's a good idea for anyone coding graphics engines either to understand how those functions work or to be given higher level functions to work with.
|
|
|
|
|
|
|
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.
|
|
|
|
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!
|
|
|
|
|
|
|
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.
|
|
|
Animation Construction Kit 3D (source) by Lary Myers /code/effects/worlds/acksrc.zip
| 25 Aug 1997 (catalog date)
146,731 bytes
| Download FTP scene.org
| Rating:
| A Wolfenstein-like 3d world engine by Lary Myers, including all sources and a good explanation of how it works. To make it run you also have to download ackkit.zip which contains all the data.
|
|
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...
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
Tutorial 8 in C by Snowman of Hornet /code/tutors/denthor/tut08new.zip
| 11 Jan 1997 (catalog date)
42,817 bytes
| Download FTP scene.org
| Rating:
| Asphyxia VGA demo trainer:Tut 8 in C:3d basics - Includes Denthor's original tutorial release within and has the compiled exe. Remember, these are only basics. (Snowman added a little of his own to this... I loved vector balls spelling things. :)
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
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)
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Denzogtr.zip by Alessandro De Sanctis /music/programs/players/denzogtr.zip
| 11 Dec 1997 (catalog date)
93,829 bytes
| Download FTP scene.org
| | This is the ultimate chords/scales finder: all you're looking for DenzoGtr can find. This is not a scales or chords dB, but a powerful engine that you cam program for finding all positions for both scales and chords. There is no a fix number of choice: you can find 10, 100, 1000, 10000 position for each chord depending from tunig, finger positions, inversions and other parameters. In the same way you can search for 3 notes for string scales or pentatonic pattern etc. Also arpeggios are simple to find. Remenber that DenzoGtr is designed to be expanded with your own tuning, scales and chords. So have fun, Alex.
|
|
|
Sndinfo V0.8 by Gregorio Javier Gutierrez Barroso of kHz /music/programs/players/sndinfo8.zip
| 27 Jun 1997 (catalog date)
44,721 bytes
| Download FTP scene.org
| | SndInfo gives info on IT, S3M, XM, MOD, 669, FAR, ULT, MDL, PLM, ... files. SndInfo also lists and describes samples and modules for easy cataloging.
|
|
|
Defractor 0.97beta by Neurotix /music/programs/samplers/dfc097.zip
| 11 Oct 1997 (catalog date)
308,071 bytes
| Download FTP scene.org
| | Defractor is Digital Synth with sample generator. Its Sample Generator Engine is based on a 32 Bit float core. It features 2 Oscillator (with 13 waveform), 2 Envelope Generator, Smoothing - Pinch/Punch - Sliding filters, Preview, Overdrive. It save samples in .RAW .WAV and .XI format. Many other feature... Defractor is **FREEWARE**
|
|
|
16 Fix by Zest /music/programs/trackers/16fix.zip
| 14 Mar 1997 (catalog date)
4,878 bytes
| Download FTP scene.org
| | Fixes the problem with loading *.RAW 16-bit mono sound files into fasttrackerii -- having to press "16-bit" and "no" every time you load a sound, can get boring. this program replaces all your *.RAW files with *.IFF sounds, that load into fasttracker without any fuss. The search for *.RAW files is recursive, i.e. all sub-directories beneath the one you are fix'ing, will be fix'ed too .. careful!! the original .RAW files are ERASED. also, if you have other than 16-bit sound files in your collection, you should sort them first, placing your 16-bit files in a seperate directory, before using FIX. This program is freeware. Enjoy :)
|
|
|
Prophet Samples From A Kurzweil K2000 by LaLa /music/samples/k2k_prph.zip
| 29 Jun 1997 (catalog date)
932,645 bytes
| Download FTP scene.org
| | Raw samples from the legendary Prophet synth, plus a few Prophet samples that were processed with the K2000 V.A.S.T. synthesis engine. All are in 22kHz, 16-bit mono WAV format, most are multisample instruments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|