Laser simulation is a simulator made by Omppu42
Made using Python, Pygame and tkinter
Patched Pillow security vulnerability
- Lazer bouncing
- Editor to configure the scene however you want to
- Save and load -system to keep track of different scenes
Tested with python 3.7 - 3.11. Might work bellow this
Install python here:
https://www.python.org/downloads/
To install all packages that are required, first navigate to:
cd LaserSimulation
Run:
pip install -r requirements.txt
After getting all the requirements sorted out, you can run the project.
Navigate to:
cd LaserSimulation/src
Once there, run:
python3 main.py