Inspired by

This commit is contained in:
Daniele Verducci 2023-01-14 11:03:14 +01:00
parent ab301db037
commit 83bbd94057

View File

@ -1,6 +1,7 @@
# Python raycaster # Python raycaster
A simple [raycasting engine](https://en.wikipedia.org/wiki/Ray_casting), like the one used for [Wolfenstein 3D](https://en.wikipedia.org/wiki/Wolfenstein_3D), written in Python using the [SDL graphics library](https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer). A simple [raycasting engine](https://en.wikipedia.org/wiki/Ray_casting), like the one used for [Wolfenstein 3D](https://en.wikipedia.org/wiki/Wolfenstein_3D), written in Python using the [SDL graphics library](https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer).
Inspired by [this video of 3DSage](https://www.youtube.com/watch?v=gYRrGTC7GtA)
## Requirements ## Requirements
Install SDL libs for Python and PNG lib (required for texture loading): Install SDL libs for Python and PNG lib (required for texture loading):