Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/efliks/doomtool

A simple wrapper for classic DOOM to calculate frames per second
https://github.com/efliks/doomtool

classic-doom msdos retrogaming retroprogramming

Last synced: about 2 months ago
JSON representation

A simple wrapper for classic DOOM to calculate frames per second

Awesome Lists containing this project

README

        

# doomtool

Doomtool is a super simple wrapper for classic DOOM that calculates
the number of frames per second of a DOOM timedemo.

Put doomtool.exe in the same folder as doom.exe. Then type in
something like this:

c:\doom > doomtool.exe doom.exe -timedemo demo3

Doomtool will start a DOOM timedemo, intercept realtics from the output,
and convert them to frames per second.

## Installation instructions

To compile Doomtool, use WATCOM 1.9. Simply run wmake in the main folder:

c:\doomtool > wmake -f makefile.wc

Note that it is necessary to have gitver.h. This file can be generated
automatically by CMake in Linux. Copy it over to your DOS machine.

Optionally, you may compile doom.exe, a mock used for testing etc.:

c:\doomtool > wmake -f makefile.wc doom.exe