compas-viewer


Namecompas-viewer JSON
Version 1.1.5 PyPI version JSON
download
home_pageNone
SummaryStandalone viewer for COMPAS 2 based on PyOpenGL and PyQt6.
upload_time2024-05-15 08:08:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License COMPAS Association 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 visualisation compas pyopengl pyqt6
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # COMPAS VIEWER

Standalone viewer for COMPAS 2.0

More information is available in the docs: <https://compas.dev/compas_viewer/>

## Features

- Performative and easy-to-use new architecture based on [compas_v1](https://compas.dev/compas/1.17.9/)'s [compas_view2](https://compas.dev/compas_view2/).
- Complete configurable settings and flexible customization.
- Full support for all COMPAS objects (primitives, shapes, graph, mesh, volmesh) based on [compas.scene](https://compas.dev/compas/latest/api/generated/compas.scene.Scene.html#scene) architecture.
- Up-to-date [PySide6](https://pypi.org/project/PySide6/) and [PyOpenGL](https://pypi.org/project/PyOpenGL/) compatibility.
- Action-based user interaction: drag, select, zoom, pan, rotate, etc.
- Data-driven visualization with simple decorators: facecolor, edgecolor, vertexcolor, linewidth, pointsize, etc.
- Text tags and grids.
- Customizable UI and UI Controller
- Transformations in object space
- ...

## Installation

See the [Getting Started](https://compas.dev/compas_viewer/latest/gettingstarted.html) instructions in the docs.

## Tutorials

This [tutorial page](https://compas.dev/compas_viewer/latest/tutorials.html) contains basic lead-through, configuration setting, and software concepts.

## Examples

Examples can be found in our [example page](https://compas.dev/compas_viewer/latest/examples.html).

## Contributing

[Contributing page](CONTRIBUTING.md) provides the guidelines for contributing to this project. We very much welcome any contributions to this project (Bug Fix, Action class contribution, etc.)

## License

The code in this repo is licensed under the [MIT License](LICENCSE).

## Known Issues

Please check the [Issue Tracker](https://github.com/compas-dev/compas_viewer/issues) of the repo for known issues and their solutions.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "compas-viewer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "visualisation, compas, pyopengl, pyqt6",
    "author": null,
    "author_email": "tom van mele <tom.v.mele@gmail.com>, Li Chen <li.chen@arch.ethz.ch>, Zac Zhuo Zhang <zhuo.zhang@arch.ethz.ch>",
    "download_url": "https://files.pythonhosted.org/packages/ae/2a/cc9889c2b92504e86c65c0a7ac2f77640f5f7963c0d6fac935f0d7e54194/compas_viewer-1.1.5.tar.gz",
    "platform": null,
    "description": "# COMPAS VIEWER\n\nStandalone viewer for COMPAS 2.0\n\nMore information is available in the docs: <https://compas.dev/compas_viewer/>\n\n## Features\n\n- Performative and easy-to-use new architecture based on [compas_v1](https://compas.dev/compas/1.17.9/)'s [compas_view2](https://compas.dev/compas_view2/).\n- Complete configurable settings and flexible customization.\n- Full support for all COMPAS objects (primitives, shapes, graph, mesh, volmesh) based on [compas.scene](https://compas.dev/compas/latest/api/generated/compas.scene.Scene.html#scene) architecture.\n- Up-to-date [PySide6](https://pypi.org/project/PySide6/) and [PyOpenGL](https://pypi.org/project/PyOpenGL/) compatibility.\n- Action-based user interaction: drag, select, zoom, pan, rotate, etc.\n- Data-driven visualization with simple decorators: facecolor, edgecolor, vertexcolor, linewidth, pointsize, etc.\n- Text tags and grids.\n- Customizable UI and UI Controller\n- Transformations in object space\n- ...\n\n## Installation\n\nSee the [Getting Started](https://compas.dev/compas_viewer/latest/gettingstarted.html) instructions in the docs.\n\n## Tutorials\n\nThis [tutorial page](https://compas.dev/compas_viewer/latest/tutorials.html) contains basic lead-through, configuration setting, and software concepts.\n\n## Examples\n\nExamples can be found in our [example page](https://compas.dev/compas_viewer/latest/examples.html).\n\n## Contributing\n\n[Contributing page](CONTRIBUTING.md) provides the guidelines for contributing to this project. We very much welcome any contributions to this project (Bug Fix, Action class contribution, etc.)\n\n## License\n\nThe code in this repo is licensed under the [MIT License](LICENCSE).\n\n## Known Issues\n\nPlease check the [Issue Tracker](https://github.com/compas-dev/compas_viewer/issues) of the repo for known issues and their solutions.\n",
    "bugtrack_url": null,
    "license": "MIT License  COMPAS Association  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": "Standalone viewer for COMPAS 2 based on PyOpenGL and PyQt6.",
    "version": "1.1.5",
    "project_urls": {
        "Changelog": "https://github.com/compas-dev/compas_viewer/blob/main/CHANGELOG.md",
        "Documentation": "https://compas-dev.github.io/compas_viewer",
        "Homepage": "https://compas-dev.github.io/compas_viewer",
        "Repository": "https://github.com/compas-dev/compas_viewer.git"
    },
    "split_keywords": [
        "visualisation",
        " compas",
        " pyopengl",
        " pyqt6"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "736cbeddb1238817b22e17c887661f2888d4e5c8805f036fdd289e55b7bb58db",
                "md5": "13e163eca9f45895548dcbf2bbb351b6",
                "sha256": "78f6c914485b16bd4587c0553b5c8c8ec60c95fb3a7afc8f18d5fd665371ed20"
            },
            "downloads": -1,
            "filename": "compas_viewer-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13e163eca9f45895548dcbf2bbb351b6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 477172,
            "upload_time": "2024-05-15T08:08:08",
            "upload_time_iso_8601": "2024-05-15T08:08:08.495556Z",
            "url": "https://files.pythonhosted.org/packages/73/6c/beddb1238817b22e17c887661f2888d4e5c8805f036fdd289e55b7bb58db/compas_viewer-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae2acc9889c2b92504e86c65c0a7ac2f77640f5f7963c0d6fac935f0d7e54194",
                "md5": "c266726a4c41d70b38f020f5eecb55d9",
                "sha256": "916c9e212ed1d1ecf55d3725c80f20915e23f2c8b52f01454f19f3735739fedf"
            },
            "downloads": -1,
            "filename": "compas_viewer-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c266726a4c41d70b38f020f5eecb55d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 442064,
            "upload_time": "2024-05-15T08:08:10",
            "upload_time_iso_8601": "2024-05-15T08:08:10.735743Z",
            "url": "https://files.pythonhosted.org/packages/ae/2a/cc9889c2b92504e86c65c0a7ac2f77640f5f7963c0d6fac935f0d7e54194/compas_viewer-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 08:08:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "compas-dev",
    "github_project": "compas_viewer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "compas-viewer"
}
        
Elapsed time: 0.26475s