项目作者: interkosmos

项目描述 :
Very basic 3D engine in FORTRAN 77 for MS-DOS
高级语言: Fortran
项目地址: git://github.com/interkosmos/f77-3d.git
创建时间: 2020-07-14T15:04:12Z
项目社区:https://github.com/interkosmos/f77-3d

开源协议:ISC License

下载


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:

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

Licence

ISC