https://github.com/kmilkevych/python-raycast
A basic raycasting engine in python using pygame graphics framework and numpy modules
https://github.com/kmilkevych/python-raycast
engine framework graphics pygame python raycast retro
Last synced: 8 months ago
JSON representation
A basic raycasting engine in python using pygame graphics framework and numpy modules
- Host: GitHub
- URL: https://github.com/kmilkevych/python-raycast
- Owner: KMilkevych
- Created: 2023-06-30T11:19:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T22:27:39.000Z (over 1 year ago)
- Last Synced: 2025-01-05T06:43:31.880Z (9 months ago)
- Topics: engine, framework, graphics, pygame, python, raycast, retro
- Language: Python
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python-Raycast
A basic raycasting engine in python using pygame graphics framework and numpy modules## Raycasting Features
- Textured raycasting of walls using DDA algorithm
- Textured floor- and ceiling-casting using horizontal scanlines
- Sprite-casting## Engine features
- Controllable camera with fov, height and tilt settings
- Editable grid-based levels
- Binding keys to actions
- Custom, dynamic drawables (inherit Drawable class)## Screenshots


## Copyright
Most textured and sprites used in this demo are from Wolfenstein 3D game (copyright by Id Software)