Name | newton-clips JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | Clips from newton-physics simulation to Unreal Engine 5 runtime |
upload_time | 2025-07-29 09:22:48 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
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 import example_anymal_c_walk_on_sand 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/52/b9/04c4bf5eef19df83677accb04988f032f8c1557755c91a2d9273e6c9015a/newton_clips-0.1.1.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\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 import example_anymal_c_walk_on_sand as example\r\nimport runpy\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.1",
"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": "cefe737d324f67f679f842334ef12359dd3362fda21cb1efe50c25315a84c5c6",
"md5": "86f2a9471247885020029cc0860a4b63",
"sha256": "5ffbf97e29709466a23ba7a96ebf88fbef147da7f5061936eafd57130b77e6c0"
},
"downloads": -1,
"filename": "newton_clips-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "86f2a9471247885020029cc0860a4b63",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 5109,
"upload_time": "2025-07-29T09:22:46",
"upload_time_iso_8601": "2025-07-29T09:22:46.673240Z",
"url": "https://files.pythonhosted.org/packages/ce/fe/737d324f67f679f842334ef12359dd3362fda21cb1efe50c25315a84c5c6/newton_clips-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "52b904c4bf5eef19df83677accb04988f032f8c1557755c91a2d9273e6c9015a",
"md5": "f9e0da41e62a8a2eb8d93951d2fc9062",
"sha256": "69dcb6e289324046b63435edbc8928568585f6abc2c061d4b5e7af83db332350"
},
"downloads": -1,
"filename": "newton_clips-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "f9e0da41e62a8a2eb8d93951d2fc9062",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 4971,
"upload_time": "2025-07-29T09:22:48",
"upload_time_iso_8601": "2025-07-29T09:22:48.910230Z",
"url": "https://files.pythonhosted.org/packages/52/b9/04c4bf5eef19df83677accb04988f032f8c1557755c91a2d9273e6c9015a/newton_clips-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-29 09:22:48",
"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"
}