Metadata-Version: 2.1
Name: optrace
Version: 0.1.0
Summary: 3D raytracer for optical simulations
Author-email: Patrick Müller <pmueller@physics.ucla.edu>
License: MIT License
        
        Copyright (c) 2024 - 2025 Patrick Müller
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: download, https://pypi.org/project/optrace/#files
Project-URL: source, https://github.com/patmlr/optrace
Project-URL: tracker, https://github.com/patmlr/optrace/issues
Keywords: physics,optics,raytracing,simulation,laser spectroscopy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0.2
Requires-Dist: scipy>=1.13.1
Requires-Dist: qspec>=0.3.6
Requires-Dist: pyqt5>=5.15.11
Requires-Dist: pyqtgraph>=0.13.7
Requires-Dist: pyopengl>=3.1.7

# optrace
<hr>
3D raytracer for optical simulations

### IMPORTANT INFO
This is not an "art" program, but a scientific simulator for light paths. First pre-alpha version.
Not user-friendly yet. Uses OpenGL for display of 3D scene. No GPU raytracing-capability yet.
Might get rewritten in C/C++, with access from Python through DLL, or optimized for GPUs in Python.
