Skip to content

Commit

Permalink
Edit README.
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-graj committed May 10, 2023
1 parent 28c0d9a commit 85726f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Python bindings for [doomgeneric](https://github.com/ozkl/doomgeneric) with ease

To try it you will need a WAD file (game data). If you don't own the game, shareware version is freely available.

cyDoomGeneric should run on Linux, MacOS, and Windows.

## Porting

You must implement the `draw_frame` and `get_key` functions.
Expand Down Expand Up @@ -43,8 +45,6 @@ Some additional documentation can be found in `cydoomgeneric/cydoomgeneric.pyx`.

## Building

Currently the project only runs on Linux (and potentially osx).

The following python packages are required: `numpy cython`.

To build and install cydoomgeneric, run the following commands:
Expand Down

0 comments on commit 85726f3

Please sign in to comment.