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.5.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.5.tar.gz.
File metadata
- Download URL: newton_clips-0.1.5.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 |
3df0de41a31844a967fbaf71c4303ab0c377f6b8634fcafa287bc10c82e24af4
|
|
| MD5 |
ed68c6acebc80902687bb42b9ea57a3c
|
|
| BLAKE2b-256 |
d4b3895a43f8cee2cd262ea1f017bd73d6354ff4a236b3a504d13772da8cc2d8
|
File details
Details for the file newton_clips-0.1.5-py3-none-any.whl.
File metadata
- Download URL: newton_clips-0.1.5-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 |
c7b7c9dce4fd95309a4faae625e0b1b773381384f3ee48ec790732733c77537d
|
|
| MD5 |
dcfe682606aef44f391e736633d4ab9a
|
|
| BLAKE2b-256 |
8fc51e76260efe704d8026cd003f97ceb85896fe0e6041db0630fdf6f7c73d1e
|