From 590def71b255f506e37caf7dbf953da344f141e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaune?= Date: Sat, 9 Apr 2016 17:40:50 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f28c0ff..cf21cad 100644 --- a/README.md +++ b/README.md @@ -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)