# ramses-python **Repository Path**: mirrors_GENIVI/ramses-python ## Basic Information - **Project Name**: ramses-python - **Description**: Python bindings for the ramses 3D graphics library - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ramses-python Python bindings for ramses THIS IS A WORK-IN-PROGRESS! This code is written as part of a Google Summer of Code project. ## License The ramses Python bindings code is copyright by BMW AG. ```Copyright (C) 2019 BMW AG``` The source code is licensed under the Mozilla Public License 2.0, please find a copy of that license in the [LICENSE.txt](https://github.com/GENIVI/ramses-python/blob/master/LICENSE.txt) file. The python bindings for the ramses client API naturally reference the ramses SDK as a submodule (Licensed under Mozilla Public License 2.0). Furthermore, pybind11 and the Python 3.6+ dev libraries used as an external reference (not part of this project). The pybind11 header-only library is referenced as a Git submodule - please read its license information before using, modifying or redistributing the code. Please install python 3.6+ Dev Libraries separately, if you want to try out this code.