newton-clips


Namenewton-clips JSON
Version 0.1.8 PyPI version JSON
download
home_pageNone
SummaryClips from newton-physics simulation to Unreal Engine 5 runtime
upload_time2025-08-28 05:45:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords newton physics simulation unreal engine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # newton-clips

> Clips from [newton-physics](https://github.com/newton-physics/newton) simulation to Unreal Engine 5 runtime

- exchange the simulation data with [NewtonClips](https://github.com/doidio/NewtonClips), a twin UE5 plugin
- replace renderers in `newton-physics` and convert simulation data
- support `newton-physics` examples with the least code change

## Install

```
pip install newton-clips
```

## Getting started

1. run `newtonclips/example.py`
2. find generated simulation data in `newtonclips.SAVE_DIR`
3. use this directory in [NewtonClips](https://github.com/doidio/NewtonClips)

## How to run `newton.examples`

```python
import newtonclips  # replace newton renderers implicitly

newtonclips.SAVE_DIR = '.clips'  # set directory to save simulation data

# make sure you have installed the necessary external libraries
from newton.examples.basic import example_basic_shapes as example
import runpy

runpy.run_path(example.__file__, run_name='__main__')
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "newton-clips",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "newton, physics, simulation, unreal engine",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/00/d9/8a12dc72b79c5e816c8a5d2a01932d480e67d1add98b95569a009357d91c/newton_clips-0.1.8.tar.gz",
    "platform": null,
    "description": "# newton-clips\r\n\r\n> Clips from [newton-physics](https://github.com/newton-physics/newton) simulation to Unreal Engine 5 runtime\r\n\r\n- exchange the simulation data with [NewtonClips](https://github.com/doidio/NewtonClips), a twin UE5 plugin\r\n- replace renderers in `newton-physics` and convert simulation data\r\n- support `newton-physics` examples with the least code change\r\n\r\n## Install\r\n\r\n```\r\npip install newton-clips\r\n```\r\n\r\n## Getting started\r\n\r\n1. run `newtonclips/example.py`\r\n2. find generated simulation data in `newtonclips.SAVE_DIR`\r\n3. use this directory in [NewtonClips](https://github.com/doidio/NewtonClips)\r\n\r\n## How to run `newton.examples`\r\n\r\n```python\r\nimport newtonclips  # replace newton renderers implicitly\r\n\r\nnewtonclips.SAVE_DIR = '.clips'  # set directory to save simulation data\r\n\r\n# make sure you have installed the necessary external libraries\r\nfrom newton.examples.basic import example_basic_shapes as example\r\nimport runpy\r\n\r\nrunpy.run_path(example.__file__, run_name='__main__')\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Clips from newton-physics simulation to Unreal Engine 5 runtime",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://github.com/doidio/newton-clips",
        "Issues": "https://github.com/doidio/newton-clips/issues",
        "Repository": "https://github.com/doidio/newton-clips"
    },
    "split_keywords": [
        "newton",
        " physics",
        " simulation",
        " unreal engine"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ddd7d85a54b1e056fb88a62460708c8f3eed1c0ef7b5a732836925882b1b127d",
                "md5": "c22366d1ba586fe74493a954c0d1caf3",
                "sha256": "b3788203d6f77bb591f250fbb3ebd2fa80eeb0db3c77a56e9308f1667017f982"
            },
            "downloads": -1,
            "filename": "newton_clips-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c22366d1ba586fe74493a954c0d1caf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5943,
            "upload_time": "2025-08-28T05:45:23",
            "upload_time_iso_8601": "2025-08-28T05:45:23.965909Z",
            "url": "https://files.pythonhosted.org/packages/dd/d7/d85a54b1e056fb88a62460708c8f3eed1c0ef7b5a732836925882b1b127d/newton_clips-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "00d98a12dc72b79c5e816c8a5d2a01932d480e67d1add98b95569a009357d91c",
                "md5": "2828f59051475f5c3829ac2c27b0696f",
                "sha256": "4b16c4aa1e74ac4534d32ae8f88153b76caf8d5aa09f8702b4aff8e57532e08b"
            },
            "downloads": -1,
            "filename": "newton_clips-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "2828f59051475f5c3829ac2c27b0696f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5914,
            "upload_time": "2025-08-28T05:45:25",
            "upload_time_iso_8601": "2025-08-28T05:45:25.269433Z",
            "url": "https://files.pythonhosted.org/packages/00/d9/8a12dc72b79c5e816c8a5d2a01932d480e67d1add98b95569a009357d91c/newton_clips-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 05:45:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "doidio",
    "github_project": "newton-clips",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "newton-clips"
}
        
Elapsed time: 0.97180s