scene.org File Archive

File download

<root>­/­mirrors­/­hornet­/­code­/­tutors­/­video/00_index.txt

File size:
3 263 bytes (3.19K)
File date:
2006-08-20 23:09:36
Download count:
all-time: 1 088

Preview

at_trpal.zip      56300 *+    truepal by Florian Hallar : 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. :) Pascal
basicdoc.zip       4494 +     Mode 13h Explanation by Vulture of Outlaw Triad :
                              | Only explains how to get into mode 13h and how
                              | its memory model works. Not very useful. Text
chaindoc.zip       8077 ****  Chain-4 Tutorial by Vulture of Outlaw Triad :
                              | Excellent chain-4 mode tutorial. Text
otflip.zip        21655 *+    Page-Flipping by Vulture of Outlaw Triad :
                              | Explains how to avoid ugly screen updates by
                              | using a virtual screen. Pascal, Text
pxdtut5.zip       22362 ***   Peroxide Trainer Part 5 by Telemachos of Peroxide
                              | : This tutorial explains how to access the vesa
                              | 1.2 modes. Pascal, Text
pxdtut5c.zip      33744 ***   Peroxide Trainer Part 5, C-version by Telemachos
                              | of Peroxide : This tutorial explains how to
                              | access the vesa 1.2 modes. C/C++, Text
t1-nbuf.zip       15924 ***   N-Buffering Doc by Type One of TFL-TDV : A doc
                              | for video buffering. Explains the draw backs of
                              | using only one video buffer and how to use 2 or
                              | more buffers effectively. Text
tcp_vgak.zip      87740 **    VGA Programming Course by T.C.P. of Diabolic
                              | Force : Doesn't add anything new to existing
                              | courses. Text
vga-vul2.zip      20011 **+   VGA-Vulture by Vulture : Palette fading example -
                              | A simple program demonstrating how to fade a
                              | palette in and out. Assembler, real-mode
vga-vul3.zip      14233 **    VGA-vulture by Vulture : 3d rotation example -
                              | Does 3 sets of 2-d rotation. Assembler, Pascal,
                              | real-mode
vga-vul4.zip       9013 **    VGA-vulture by Vulture : 3d rotation example -
                              | Does 3 sets of 2-d rotation.  See
                              | /code/tutorials/video/vga-vul2.zip Assembler,
                              | real-mode
vga128kb.zip      11027 ***   VGA 128kb Tutorial by LSD of Meltdown : Explains
                              | how to access 128kb of videomemory. Assembler,
                              | Pascal
vgovbe20.zip      23787 ****  VBE 2.0 Tutorial by Vector of Vertigo : Explains
                              | how to use vesa modes and how to avoid the
                              | usual mistakes made by so many groups when
                              | dealing with vesa. Assembler, C/C++, Text