Software
My software
-
Split (for Dos, it's like the Unix command
"split".)
-
Cat (for Dos, like Unix' "cat")
I started writing it in June 2000,with help from Kostas Michalopoulos(Bad
Sector).It's not completed at all.(and most probably it'll never be,since
raycasting is way obsolete).Filippos
Papadopoulos also ported it for the unices.I used Turbo C++ 3.0, no
libraries other than these I made up myself,and a bit of x86 assembly to
control the vram and the mouse.
And here's a piece of the source:
3d.c
//main module
3d.h
video.c
//how I draw anything
The keys are t,f,h,b to move around and q to quit.You can
also use the mouse,the left button moves you forward and the right one
backwards.
Yes!An exclusive screenshot!
-
(You can run Dos programs in Windows 95/98/Me)
Back