Expand description
Experimental Blender addon written in Rust. This is a work in progress; expect API changes.
Design guideline: The Python-Rust API is kept as simple as possible to avoid issues such as memory leaks and dangling pointers. For the same reason, the API is stateless, ensuring that everything needed for a specific operation is contained within that operation.
Modules§
- command
- This module contains the execution of the implemented commands.
- ffi
- This module contains the Rust to Python (or rather CTypes) interface
- prelude