scikit-robot-pyrender


Namescikit-robot-pyrender JSON
Version 0.1.48 PyPI version JSON
download
home_pagehttps://github.com/iory/scikit-robot-pyrender
SummaryEasy-to-use Python renderer for 3D visualization
upload_time2025-08-08 04:51:22
maintainerNone
docs_urlNone
authorMatthew Matl (original), Iori Yanokura (fork)
requires_pythonNone
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
Travis-CI No Travis.
coveralls test coverage
            A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard. This is a fork of pyrender with improved OpenGL fallback capabilities.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iory/scikit-robot-pyrender",
    "name": "scikit-robot-pyrender",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "rendering graphics opengl 3d visualization pbr gltf",
    "author": "Matthew Matl (original), Iori Yanokura (fork)",
    "author_email": "yanokura@jsk.imi.i.u-tokyo.ac.jp",
    "download_url": "https://files.pythonhosted.org/packages/5b/0a/16bd1c1e504fd907359d0dd7a43383ed25bf9ebf3c0ba8f7a8bcdecbe9ab/scikit_robot_pyrender-0.1.48.tar.gz",
    "platform": null,
    "description": "A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard. This is a fork of pyrender with improved OpenGL fallback capabilities.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Easy-to-use Python renderer for 3D visualization",
    "version": "0.1.48",
    "project_urls": {
        "Homepage": "https://github.com/iory/scikit-robot-pyrender"
    },
    "split_keywords": [
        "rendering",
        "graphics",
        "opengl",
        "3d",
        "visualization",
        "pbr",
        "gltf"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "13a0672fd949bbccacf4709643adfb4bae8fd4d1776ff80052be1e9f8454d923",
                "md5": "65f7f7624b47b954b2da3c99d6c1dddb",
                "sha256": "a4082cfe11df493536ebb47acf4da0339ccca299cddfa087a714b4a2f03d1bfc"
            },
            "downloads": -1,
            "filename": "scikit_robot_pyrender-0.1.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65f7f7624b47b954b2da3c99d6c1dddb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1217213,
            "upload_time": "2025-08-08T04:51:21",
            "upload_time_iso_8601": "2025-08-08T04:51:21.233017Z",
            "url": "https://files.pythonhosted.org/packages/13/a0/672fd949bbccacf4709643adfb4bae8fd4d1776ff80052be1e9f8454d923/scikit_robot_pyrender-0.1.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5b0a16bd1c1e504fd907359d0dd7a43383ed25bf9ebf3c0ba8f7a8bcdecbe9ab",
                "md5": "99b9155060f4e82003d37a8f8d3b546f",
                "sha256": "0fe9be57fd74cfeec2210b09d75a2d0be01a02e459da807fcc73da6744fa82bc"
            },
            "downloads": -1,
            "filename": "scikit_robot_pyrender-0.1.48.tar.gz",
            "has_sig": false,
            "md5_digest": "99b9155060f4e82003d37a8f8d3b546f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1208842,
            "upload_time": "2025-08-08T04:51:22",
            "upload_time_iso_8601": "2025-08-08T04:51:22.819148Z",
            "url": "https://files.pythonhosted.org/packages/5b/0a/16bd1c1e504fd907359d0dd7a43383ed25bf9ebf3c0ba8f7a8bcdecbe9ab/scikit_robot_pyrender-0.1.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-08 04:51:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iory",
    "github_project": "scikit-robot-pyrender",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "freetype-py",
            "specs": []
        },
        {
            "name": "imageio",
            "specs": []
        },
        {
            "name": "networkx",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "pyglet",
            "specs": [
                [
                    "<",
                    "2.0"
                ]
            ]
        },
        {
            "name": "PyOpenGL",
            "specs": []
        },
        {
            "name": "PyOpenGL_accelerate",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "trimesh",
            "specs": []
        }
    ],
    "lcname": "scikit-robot-pyrender"
}
        
Elapsed time: 3.32350s