| Crates.io | anari_sys |
| lib.rs | anari_sys |
| version | 0.1.8+anari.0.14.1 |
| created_at | 2024-07-21 03:08:29.915147+00 |
| updated_at | 2025-07-03 12:04:22.397683+00 |
| description | FFI bindings for the ANARI frontend library, a 3D rendering engine interface API |
| homepage | |
| repository | https://github.com/LDeakin/rust_anari_sys |
| max_upload_size | |
| id | 1310054 |
| size | 294,926 |
Raw Rust bindings to the ANARI frontend library (https://github.com/KhronosGroup/ANARI-SDK), a 3D rendering engine interface API.
This library includes a pre-generated bindings.rs file. New bindings can be generated using the bindgen feature:
cargo build --features bindgen
# with the libanari_library_helide dynamic library findable (e.g. in LD_LIBRARY_PATH on linux)
cargo run --example info helide
anari_sys is licensed under the Apache License, Version 2.0 LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.