hallr

Crates.iohallr
lib.rshallr
version0.1.0
sourcesrc
created_at2023-10-31 11:11:30.522071
updated_at2023-10-31 11:11:30.522071
descriptionAn experimental Blender addon
homepage
repositoryhttps://github.com/eadf/hallr
max_upload_size
id1019717
size129,141
eadf (eadf)

documentation

README

crates.io Documentation Workflow dependency status license

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

Commit count: 27

cargo fmt