A graphical editor for creating and simulating optical configurations with prisms.
- Create a virtual environment:
python -m venv venv- Activate the environment:
- Windows:
venv\Scripts\activate- macOS/Linux:
source venv/bin/activate- Install dependencies:
pip install -r requirements.txtpython editor.pyFor detailed instructions on how to use the editor, please refer to the MANUAL.md file.
