1 unstable release
0.1.0 | Oct 31, 2023 |
---|
#17 in #blender
89KB
2K
SLoC
Hallr
Experimental Blender addon written in Rust. Work in progress, expect wildly fluctuating API:s.
Usage
You should be able to find CI generated zip files under the Actions->workflows tab. These ZIP files contain the Hallr addon that Blender can install. There are (financial) issues with building for MacOs Arm with the github workflows. If you are on an Arm Mac you can locally build your own .dylib like this:
cargo build --release
and replace the .dylib
inside the zip file.
Generating the entire zip file from scratch works too (must be in the root dir):
python3 build_script.py
Contributing
We welcome contributions from the community. Feel free to submit pull requests or report issues on our GitHub repository.
License
AGPL-3.0-or-later
Dependencies
~10MB
~222K SLoC