pyrender


Namepyrender JSON
Version 0.1.45 PyPI version JSON
download
home_pagehttps://github.com/mmatl/pyrender
SummaryEasy-to-use Python renderer for 3D visualization
upload_time2021-02-18 18:56:28
maintainer
docs_urlNone
authorMatthew Matl
requires_python
licenseMIT License
keywords rendering graphics opengl 3d visualization pbr gltf
VCS
bugtrack_url
requirements freetype-py imageio networkx numpy Pillow pyglet PyOpenGL PyOpenGL_accelerate six trimesh sphinx sphinx_rtd_theme sphinx-automodapi
Travis-CI
coveralls test coverage
            A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mmatl/pyrender",
    "name": "pyrender",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "rendering graphics opengl 3d visualization pbr gltf",
    "author": "Matthew Matl",
    "author_email": "matthewcmatl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/5a/2a3e5bfd83071a81e02291288391e0fa2c85d1c6765357f4de2dbc27bca6/pyrender-0.1.45.tar.gz",
    "platform": "",
    "description": "A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Easy-to-use Python renderer for 3D visualization",
    "version": "0.1.45",
    "project_urls": {
        "Homepage": "https://github.com/mmatl/pyrender"
    },
    "split_keywords": [
        "rendering",
        "graphics",
        "opengl",
        "3d",
        "visualization",
        "pbr",
        "gltf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2888174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6",
                "md5": "6ab7c1a41cb6f3c5245c3350ce3f18ef",
                "sha256": "5cf751d1f21fba4640e830cef3a0b5a95ed0f05677bf92c6b8330056b4023aeb"
            },
            "downloads": -1,
            "filename": "pyrender-0.1.45-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ab7c1a41cb6f3c5245c3350ce3f18ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1214061,
            "upload_time": "2021-02-18T18:56:27",
            "upload_time_iso_8601": "2021-02-18T18:56:27.275777Z",
            "url": "https://files.pythonhosted.org/packages/28/88/174c28b9d3d03cf6d8edb6f637458f30f1cf1a2bd7a617cbd9dadb1740f6/pyrender-0.1.45-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d5a2a3e5bfd83071a81e02291288391e0fa2c85d1c6765357f4de2dbc27bca6",
                "md5": "105c5464baec7bd09d87db3f4c89773d",
                "sha256": "284b2432bf6832f05c5216c4b979ceb514ea78163bf53b8ce2bdf0069cb3b92e"
            },
            "downloads": -1,
            "filename": "pyrender-0.1.45.tar.gz",
            "has_sig": false,
            "md5_digest": "105c5464baec7bd09d87db3f4c89773d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1202386,
            "upload_time": "2021-02-18T18:56:28",
            "upload_time_iso_8601": "2021-02-18T18:56:28.820832Z",
            "url": "https://files.pythonhosted.org/packages/4d/5a/2a3e5bfd83071a81e02291288391e0fa2c85d1c6765357f4de2dbc27bca6/pyrender-0.1.45.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-02-18 18:56:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mmatl",
    "github_project": "pyrender",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "freetype-py",
            "specs": []
        },
        {
            "name": "imageio",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "pyglet",
            "specs": [
                [
                    "==",
                    "1.4.0a1"
                ]
            ]
        },
        {
            "name": "PyOpenGL",
            "specs": []
        },
        {
            "name": "PyOpenGL_accelerate",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "trimesh",
            "specs": []
        },
        {
            "name": "sphinx",
            "specs": []
        },
        {
            "name": "sphinx_rtd_theme",
            "specs": []
        },
        {
            "name": "sphinx-automodapi",
            "specs": []
        }
    ],
    "lcname": "pyrender"
}
        
Elapsed time: 0.06951s