Crates.io | hallr |
lib.rs | hallr |
version | 0.1.0 |
source | src |
created_at | 2023-10-31 11:11:30.522071 |
updated_at | 2023-10-31 11:11:30.522071 |
description | An experimental Blender addon |
homepage | |
repository | https://github.com/eadf/hallr |
max_upload_size | |
id | 1019717 |
size | 129,141 |
Experimental Blender addon written in Rust. Work in progress, expect wildly fluctuating API:s.
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
We welcome contributions from the community. Feel free to submit pull requests or report issues on our GitHub repository.
AGPL-3.0-or-later