Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/interkosmos/f77-3d

Very basic 3D engine in FORTRAN 77 for MS-DOS
https://github.com/interkosmos/f77-3d

dos fortran fortran-77 raycasting

Last synced: about 15 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](f773d.gif)

## Compilation
Due to the limitations of the ANSI FORTRAN 77 language standard, the program
must be build with the (free) [Open Watcom FORTRAN 77](http://www.openwatcom.org/)
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