Clips from newton-physics simulation to Unreal Engine 5 runtime
Project description
newton-clips
Clips from newton-physics simulation to Unreal Engine 5 runtime
- exchange the simulation data with NewtonClips, a twin UE5 plugin
- replace renderers in
newton-physicsand convert simulation data - support
newton-physicsexamples with the least code change
Install
pip install newton-clips
Getting started
- run
newtonclips/example.py - find generated simulation data in
newtonclips.SAVE_DIR - use this directory in NewtonClips
How to run newton.examples
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__')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
newton_clips-0.1.6.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file newton_clips-0.1.6.tar.gz.
File metadata
- Download URL: newton_clips-0.1.6.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a2b2fc2827e37547c39ea26c8cd801a6d249619668aa156cd08a8de655bb168
|
|
| MD5 |
fc48c86faf7f26be6d2a5028d197a4ce
|
|
| BLAKE2b-256 |
d770dbf1c3f5696826749f24561482cc8ecf8b7562417e14c8f3a4617863a482
|
File details
Details for the file newton_clips-0.1.6-py3-none-any.whl.
File metadata
- Download URL: newton_clips-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63f76ed14bc95182def888f00ff3d5e4e847e58ded75fa0e7c8495c9e9c5a645
|
|
| MD5 |
9905fa401af5ac1c6603de1d4bd5c1ec
|
|
| BLAKE2b-256 |
357f83eb04ad9739a55b0284493614f1581b5b1ec1868501405b970eeccce6fb
|