Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dictoon/Wolfie
Browse files Browse the repository at this point in the history
  • Loading branch information
dictoon committed Apr 9, 2016
2 parents 26da2ac + 590def7 commit bedb469
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Wolfie
A simple Wolfenstein 3D-like engine written in portable C++ with [SDL](https://www.libsdl.org/) and released under the MIT license.
A simple Wolfenstein 3D-like engine written in portable C++ with [SDL 2.0](https://www.libsdl.org/) and released under the MIT license.

Features:
* Pure old-school software ray casting
* Optional bilinear filtering
* Proper collision handling, including wall-sliding
* Multithreading via OpenMP
* SDL 2.0 for cross-platform display and input handling

![Screenshot](/screenshot.png?raw=true)

Expand Down

0 comments on commit bedb469

Please sign in to comment.