https://github.com/vesche/raycaster-tk
ray casting engine using tkinter
https://github.com/vesche/raycaster-tk
python ray-caster raycasting tkinter
Last synced: about 2 months ago
JSON representation
ray casting engine using tkinter
- Host: GitHub
- URL: https://github.com/vesche/raycaster-tk
- Owner: vesche
- License: unlicense
- Created: 2017-07-22T19:50:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T16:24:13.000Z (over 7 years ago)
- Last Synced: 2025-03-22T16:52:50.764Z (2 months ago)
- Topics: python, ray-caster, raycasting, tkinter
- Language: Python
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raycaster-tk
This is a [ray casting](https://en.wikipedia.org/wiki/Ray_casting) engine written in Python. Old school pseudo-3D shooters like Wolfenstein 3D used this technology before computers could handle true 3D graphics. This Python implementation uses Tkinter for graphics and is able to run using only the Python standard library. I primarily used [this awesome ray casting tutorial](http://lodev.org/cgtutor/raycasting.html) to create this project.
