Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradyajohnston/warbler
Interactive GPU physics inside of Blender's viewport
https://github.com/bradyajohnston/warbler
blender gpu physics
Last synced: about 2 months ago
JSON representation
Interactive GPU physics inside of Blender's viewport
- Host: GitHub
- URL: https://github.com/bradyajohnston/warbler
- Owner: BradyAJohnston
- License: gpl-3.0
- Created: 2024-12-10T03:35:57.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T05:48:48.000Z (about 2 months ago)
- Last Synced: 2024-12-10T06:29:07.239Z (about 2 months ago)
- Topics: blender, gpu, physics
- Language: Python
- Homepage: https://bradyajohnston.github.io/warbler/
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warbler
An add-on to bring interactive GPU simuilations via NVIDIA's [warp](https://github.com/NVIDIA/warp) to Blender's viewport.
> [!CAUTION]
> Extremely early on in development.
> `warbler` is currently only compatible with NVIDIA GPUs. If you machine doesn't have one it will NOT work.## Usage
Currently only adds the operator `Start Simulation` (accessible through the `F3` menu) to create a cube of particles that then simulate and interact with the default cube being moved around the scene as below.
https://github.com/user-attachments/assets/271fc06d-f851-4935-807a-313d8bdfa687
## Installation
Clone the add-on, then run the build script through Blender or a compatible python that is `3.11`. This will create a `warbler_X.X.X.zip` that can be installed through Blender's regular add-on installation.
```bash
git clone [email protected]:BradyAJohnston/warbler.git
cd warbler
blender -b -P build.py
```