optrace


Nameoptrace JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summary3D raytracer for optical simulations
upload_time2025-01-03 02:28:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT 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.
keywords physics optics raytracing simulation laser spectroscopy
VCS
bugtrack_url
requirements numpy scipy qspec pyqt5 pyqtgraph pyopengl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "optrace",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "physics, optics, raytracing, simulation, laser spectroscopy",
    "author": null,
    "author_email": "Patrick M\u00fcller <pmueller@physics.ucla.edu>",
    "download_url": "https://files.pythonhosted.org/packages/bb/a5/8cd41db31edf29a624c4bf2829a829f3403be11c8145f26adc999258e5f7/optrace-0.1.0.tar.gz",
    "platform": null,
    "description": "# optrace\r\n<hr>\r\n3D raytracer for optical simulations\r\n\r\n### IMPORTANT INFO\r\nThis is not an \"art\" program, but a scientific simulator for light paths. First pre-alpha version.\r\nNot user-friendly yet. Uses OpenGL for display of 3D scene. No GPU raytracing-capability yet.\r\nMight get rewritten in C/C++, with access from Python through DLL, or optimized for GPUs in Python.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 - 2025 Patrick M\u00fcller  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. ",
    "summary": "3D raytracer for optical simulations",
    "version": "0.1.0",
    "project_urls": {
        "download": "https://pypi.org/project/optrace/#files",
        "source": "https://github.com/patmlr/optrace",
        "tracker": "https://github.com/patmlr/optrace/issues"
    },
    "split_keywords": [
        "physics",
        " optics",
        " raytracing",
        " simulation",
        " laser spectroscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c29e3ed2fc2fbec913c49b8896c6df551c8a65e7baf856f60047f9b1ea47336",
                "md5": "356261af44650de22a75c9de6958088a",
                "sha256": "73a2ec753f55b7c178faac9b0a1350f6ffd65e2a7e97e0dae2f5dba578ffc0fe"
            },
            "downloads": -1,
            "filename": "optrace-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "356261af44650de22a75c9de6958088a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17369,
            "upload_time": "2025-01-03T02:27:59",
            "upload_time_iso_8601": "2025-01-03T02:27:59.658010Z",
            "url": "https://files.pythonhosted.org/packages/2c/29/e3ed2fc2fbec913c49b8896c6df551c8a65e7baf856f60047f9b1ea47336/optrace-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bba58cd41db31edf29a624c4bf2829a829f3403be11c8145f26adc999258e5f7",
                "md5": "d224643a7daad0354ff613a4cff37b83",
                "sha256": "d0932d9886e163d57effdcfb0f8e83ba7231e17179198a9b6de6009e0626e6e2"
            },
            "downloads": -1,
            "filename": "optrace-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d224643a7daad0354ff613a4cff37b83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18245,
            "upload_time": "2025-01-03T02:28:02",
            "upload_time_iso_8601": "2025-01-03T02:28:02.032816Z",
            "url": "https://files.pythonhosted.org/packages/bb/a5/8cd41db31edf29a624c4bf2829a829f3403be11c8145f26adc999258e5f7/optrace-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-03 02:28:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "patmlr",
    "github_project": "optrace",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.13.1"
                ]
            ]
        },
        {
            "name": "qspec",
            "specs": [
                [
                    ">=",
                    "0.3.6"
                ]
            ]
        },
        {
            "name": "pyqt5",
            "specs": [
                [
                    ">=",
                    "5.15.11"
                ]
            ]
        },
        {
            "name": "pyqtgraph",
            "specs": [
                [
                    ">=",
                    "0.13.7"
                ]
            ]
        },
        {
            "name": "pyopengl",
            "specs": [
                [
                    ">=",
                    "3.1.7"
                ]
            ]
        }
    ],
    "lcname": "optrace"
}
        
Elapsed time: 0.42072s