- VC-ASC.HTML
- My notes on the basic anatomy of 3D Studio R4 object files ouputed as an ASC file
- VC-MATH.HTML
- More notes on Math used while working with 3D graphics. Very basic stuff.
- TEXTLIB.ZIP
- Small textmode lib for WATCOM C v10.6 or 11.x (not a true lib, more like a collection of functions, full source)
- VGAUNIT.ZIP
- My mode 13h (320x200x256) pascal unit; just some generally basic routines in there, mostly in asm
- TEXTUNIT.ZIP
- My fast pascal CRT unit (not all CRT procedures/functions are in there)
- VECTBALL.ZIP
- A pascal port I made of a C++ vector ball program made by Tumblin
- RUNE-APP.ZIP
- An old application generator I made for Rune Studios in `95 I think it was. Pretty badly coded if you ask me (pascal source)
- LOADRTST.ZIP
- Five different ways of viewing ANSIs (pascal source)
- VC-CODE2.ZIP
- Valacar's pascal code collection [2 of 2]
- VC-CODE.ZIP
- Valacar's pascal code collection [1 of 2]
- VC-VIRT.ZIP
- Virtual screen unit (pascal/basm source) I made a long time ago, but recently updated to use DWORDs (rep stosd) so it's *really* fast and also easy to use.
- VC-3DENG.ZIP
- Pascal source code to my old and very first 3D Engine.