https://github.com/evuez/raycaster
A simple (and inefficient) Python raycaster.
https://github.com/evuez/raycaster
hacktoberfest
Last synced: 9 months ago
JSON representation
A simple (and inefficient) Python raycaster.
- Host: GitHub
- URL: https://github.com/evuez/raycaster
- Owner: evuez
- License: mit
- Created: 2016-02-01T13:51:12.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T20:39:38.000Z (over 4 years ago)
- Last Synced: 2024-10-19T17:30:24.444Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raycaster
A simple (and inefficient) Python raycaster I did for fun.

*I kinda liked the fish-eye effect so I kept it.*
## Install & run
```
pip install -r requirements.txt
python demo.py
```