| Crates.io | bevy_hou |
| lib.rs | bevy_hou |
| version | 0.1.1 |
| created_at | 2025-12-30 22:04:27.423559+00 |
| updated_at | 2026-01-04 14:37:05.964936+00 |
| description | Bevy ↔ Houdini integration plugin |
| homepage | https://github.com/birdpersonxo/bevy_hou |
| repository | https://github.com/birdpersonxo/bevy_hou |
| max_upload_size | |
| id | 2013393 |
| size | 150,419 |
bevy_hou is a Bevy module for importing and using level-layout data authored in Houdini. The current focus of the project is simple 2D platforming geometry, represented as rectangles. Custom geometry, usd and gltf coming soon.
This project is early-stage and experimental.
cargo add bevy_hou
Use Houdini with the houdini_bevy tools to draw 2D platform rectangles
Export the data
Load the exported data into Bevy using bevy_hou
Use HouRect data for gameplay, collisions, or level logic