An open API service indexing awesome lists of open source software.

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

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.

![screenshot](screenshot.png)