Search for "Thor": 57 matches

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

d00 format by Joachim Fenkes
/code/audio/docs/d00formt.zip
10 Jan 1997 (catalog date)
3,737 bytes
Download FTP scene.org
Rating:
Docs of the d00 format used by Adlib player and Edlib tracker - Docs for those who need them. Docs are also available with the EdLib tracker, but these are a little more thorough.

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.

Textmode Plasma by David Thornley
/code/effects/text/plsmatxt.zip
26 Jun 1997 (catalog date)
59,842 bytes
Download FTP scene.org
Rating:
Not very impressive.

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.

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.

Tutorial 1 in C by Snowman of Hornet
/code/tutors/denthor/tut01new.zip
11 Jan 1997 (catalog date)
16,337 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 1 in C:The basics - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 2 in C by Snowman of Hornet
/code/tutors/denthor/tut02new.zip
11 Jan 1997 (catalog date)
37,007 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 2 in C:Palette handling - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 3 in C by Snowman of Hornet
/code/tutors/denthor/tut03new.zip
11 Jan 1997 (catalog date)
37,311 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 3 in C:Circles - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 4 in C by Snowman of Hornet
/code/tutors/denthor/tut04new.zip
11 Jan 1997 (catalog date)
20,085 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 4 in C:Virtual screens - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 5 in C by Snowman of Hornet
/code/tutors/denthor/tut05new.zip
11 Jan 1997 (catalog date)
26,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 5 in C:scrollers - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 6 in C by Snowman of Hornet
/code/tutors/denthor/tut06new.zip
11 Jan 1997 (catalog date)
34,374 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 6 in C:Look up tables - Includes Denthor's original tutorial release within and has the compiled exe.

Tutorial 7 in C by Snowman of Hornet
/code/tutors/denthor/tut07new.zip
11 Jan 1997 (catalog date)
37,949 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 7 in C:Animation - Includes Denthor's original tutorial release within and has the compiled exe.

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 9 in C by Snowman of Hornet
/code/tutors/denthor/tut09new.zip
11 Jan 1997 (catalog date)
43,863 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 9 in C:polygons - Includes Denthor's original tutorial release within and has the compiled exe.

Asphyxia VGA demo trainer series by Denthor of Asphyxia
/code/tutors/denthor/tut1-9.zip
11 Jan 1997 (catalog date)
96,798 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer series - Everything to help the beginner get started in graphics coding.

Tutorial #10 by Denthor of Asphyxia
/code/tutors/denthor/tut10.zip
11 Jan 1997 (catalog date)
10,370 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:X-mode - Explains how to use mode-x and how it can be helpful. Doesn't dwell on setting the mode.

Tutorial 10 in C by Snowman of Hornet
/code/tutors/denthor/tut10new.zip
11 Jan 1997 (catalog date)
45,338 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Tut 10 in C:Chain-4 and scrolling - Includes Denthor's original tutorial release within and has the compiled exe. (This is lysdexic. Bonus. :)

Tutorial #11 by Denthor of Asphyxia
/code/tutors/denthor/tut11.zip
11 Jan 1997 (catalog date)
15,291 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Cross fading - Only works on pictures with limited colors.

Tutorial #12 by Denthor of Asphyxia
/code/tutors/denthor/tut12.zip
11 Jan 1997 (catalog date)
12,770 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scrolling in X-mode - Only covers vertical screen scrolling.

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 #14 by Denthor of Asphyxia
/code/tutors/denthor/tut14.zip
11 Jan 1997 (catalog date)
11,496 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Glenz - More complex polygon fillers.

Tutorial #15 by Denthor of Asphyxia
/code/tutors/denthor/tut15.zip
11 Jan 1997 (catalog date)
7,663 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Plasmas - So-so. Check out /code/effects/plasma/jclplasm.zip for more.

Tutorial #16 by Denthor of Asphyxia
/code/tutors/denthor/tut16.zip
11 Jan 1997 (catalog date)
11,630 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:Scaling - One of those things you'll need time and time and time and time again in demo coding.

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.

Tutorial #20 by Denthor of Asphyxia
/code/tutors/denthor/tut20.zip
11 Jan 1997 (catalog date)
19,099 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:face sorting and back face removal - The tutorials are finally getting into more complex 3d.

Asphyxia VGA Demo Trainer #21 by Denthor of Asphyxia
/code/tutors/denthor/tut21.zip
06 Oct 1996 (catalog date)
26,721 bytes
Download FTP scene.org
Rating:
Free Direction Texture Mapping

Tutorial in C by Steve Pinault
/code/tutors/denthor/tutorc.zip
11 Jan 1997 (catalog date)
59,478 bytes
Download FTP scene.org
Rating:
Asphyxia VGA demo trainer:C versions of the PAS source - Needs MSVC to compile, which most people simply don't have.

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

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.

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.

FLI/FLC player
/code/video/flplay.zip
05 Oct 1996 (catalog date)
6,213 bytes
Download FTP scene.org
Rating:
Useless. No docs, no comments, no description. Doesn't even state the author.

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)

Windows Tutorial by Denthor of Asphyxia
/code/windows/wintut2.zip
19 Jan 1998 (catalog date)
26,572 bytes
Download FTP scene.org
Rating:
Windows Tutorial 2. Resources, bitmaps, and blitting to the screen. (bit-maps aren't transparent... as an exercise to the reader, correct this.)

Black Dawn by Asathor
/demos/1995/b/bdawn.zip
24 May 1997 (catalog date)
618,379 bytes
Download FTP scene.org
Rating:
Released at event ASM95 in the demo division and ranked XX

Brandbilens Vrede by Multiple Authors
/demos/1996/b/brandbil.zip
30 Jun 1996 (catalog date)
556,464 bytes
Download FTP scene.org
Rating:

Thorn by Fuse
/demos/1997/t/thorn.zip
30 Aug 1997 (catalog date)
58,183 bytes
Download FTP scene.org
Rating:
Released at event WIR97 in the in64 division and ranked 02
,,GUS,

Bots of Dawn by Thor
/graphics/images/1996/b/bot.zip
06 Apr 1997 (catalog date)
240,705 bytes
Download FTP scene.org
Rating:
Released at event MOV96 in the grtc division and ranked 05

Cancer by Thor
/graphics/images/1997/c/cancer.zip
13 Sep 1997 (catalog date)
22,568 bytes
Download FTP scene.org
Rating:
320x256x256

Mary An by Thor of Immortals
/graphics/images/1997/g/gfxmarya.zip
10 Mar 1998 (catalog date)
91,809 bytes
Download FTP scene.org
Rating:
Released at event MOV97 in the grfx division and ranked 05
640x480x256

Made by Feather, Thor of Tpolm
/graphics/images/1997/m/made.zip
17 Feb 1998 (catalog date)
32,055 bytes
Download FTP scene.org
Rating:
Released at event DML97 in the grfx division and ranked ??
320x256x256

O-39962 by Joel P. Thornton
/music/contests/mc3/rookie/o-39962.zip
09 Nov 1996 (catalog date)
109,431 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked R35

E-93612 by Thor
/music/contests/mc3/veteran/e-93612.zip
09 Nov 1996 (catalog date)
267,412 bytes
Download FTP scene.org
Released at event MC3 in the mmul division and ranked V64

AWEPlay 0.430 by Thor
/music/programs/players/ap_0430.zip
09 Sep 1996 (catalog date)
80,325 bytes
Download FTP scene.org

Funk it! by Thorion
/music/songs/1994/funk_it.zip
15 Sep 1996 (catalog date)
155,425 bytes
Download FTP scene.org
Rating:
Released at event TP94 in the m4ch division and ranked XX
(MOD)

Surrogathora by Doxx
/music/songs/1996/d/do_surro.zip
28 May 1997 (catalog date)
24,894 bytes
Download FTP scene.org
(XM)

Gone by Poison, Thor of Goto10, Gash
/music/songs/1996/g/gone.zip
24 Jan 1997 (catalog date)
289,154 bytes
Download FTP scene.org
Rating:
Released at event REM96 in the mmul division and ranked 22
(S3M)

Orchestra Dreams by Thor
/music/songs/1996/o/orch.zip
15 Mar 1997 (catalog date)
274,239 bytes
Download FTP scene.org
Released at event MOV96 in the mmul division and ranked 02
(IT)

Centurian by Thor of Immortals
/music/songs/1997/c/centurin.zip
03 Dec 1997 (catalog date)
731,508 bytes
Download FTP scene.org
Released at event RTL97 in the mmul division and ranked 02
(IT)

Dissonance - 9th Place At Trip '98 by Thor of Dreamers
/music/songs/1997/d/drm-diss.zip
11 Jan 1998 (catalog date)
644,625 bytes
Download FTP scene.org
(XM)

Funkytonkyplommonpop by Thor, Elric of TPOLM
/music/songs/1997/f/funkyton.zip
30 Dec 1998 (catalog date)
637,071 bytes
Download FTP scene.org
Released at event DST97 in the mmul division and ranked 17

Firethorn by Coplan of Immortal Coil
/music/songs/1997/i/ic-firet.zip
14 Jul 1997 (catalog date)
115,577 bytes
Download FTP scene.org
(IT)

Authority by Urge of Danger High Voltage
/music/songs/1998/e/ez-autho.zip
02 Jan 1998 (catalog date)
558,838 bytes
Download FTP scene.org
(XM)

The Gathering '97 Pictures by Thor of TPOLM
/party/pictures/tg-pics.zip
27 Apr 1997 (catalog date)
693,970 bytes
Download FTP scene.org
Released at event TG97

FindNext by EdoUno of Euthanasia
/graphics/images/1997/f/findnext.zip
04 Jul 2003 (catalog date)
429,577 bytes
Download FTP scene.org
Released at event KER97 in the grfx division and ranked XX
FILE_ID.DIZ says released at Kernel 1996, but suspect author meant Kernel 1997