Skip to content

interkosmos/f77-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

F77-3D

A very basic (and slow) raycasting engine, written in FORTRAN 77 for MS-DOS. The program uses BIOS interrupts for input handling and video memory access.

f77-3d

Compilation

Due to the limitations of the ANSI FORTRAN 77 language standard, the program must be build with the (free) Open Watcom FORTRAN 77 compiler and linked with the DOS/4G 32-bit DOS extender.

Compile and run the executable with:

> wfl386 src\f773d.for /l=dos4g
> f773d.exe

Licence

ISC

About

Very basic 3D engine in FORTRAN 77 for MS-DOS

Topics

Resources

License

Stars

Watchers

Forks