Skip to content

I am creating a game using the raycasting technique with the Pygame library. This is just for testing; I will improve it further in the future.

License

Notifications You must be signed in to change notification settings

Luxzzifer/Python-Raycasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Raycasting

Raycasting is a computational technique used in various fields such as computer graphics, gaming, and simulation to determine the visibility and distance of objects in a 3D environment from a specific viewpoint.

Install

  • pip install numba

  • pip install numpy

  • pip install pygame

ScreenShoot

alt text

About

I am creating a game using the raycasting technique with the Pygame library. This is just for testing; I will improve it further in the future.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages