Skip to content

foamdino/raycaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple raycaster (like Wolfenstein, but *much* simpler).

It's based on the C++ code from http://lodev.org/cgtutor/raycasting.html

The algorithm is the same, but there are obviously changes to get it to work on python + pygame instead of C++ + sdl

It serves no purpose except as a fun diversion to see how difficult it would be to convert some C++ code to python.
On my machine I get ~45-50fps, which is terrible really :-)

Full credit for the algorithm to:
http://lodev.org/cgtutor/raycasting.html

About

Simple raycaster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages