anari_sys

Crates.ioanari_sys
lib.rsanari_sys
version0.1.2+anari.0.11.1
sourcesrc
created_at2024-07-21 03:08:29.915147
updated_at2024-10-29 20:45:24.938818
descriptionFFI bindings for the ANARI frontend library, a 3D rendering engine interface API
homepage
repositoryhttps://github.com/LDeakin/rust_anari_sys
max_upload_size
id1310054
size275,421
Lachlan Deakin (LDeakin)

documentation

https://docs.rs/anari_sys

README

anari_sys

Latest Version anari_sys documentation ANARI 1.0 ANARI-SDK 0.11.1 build

Raw Rust bindings to the ANARI frontend library (https://github.com/KhronosGroup/ANARI-SDK), a 3D rendering engine interface API.

Bindings

This library includes a pre-generated bindings.rs file. New bindings can be generated using the bindgen feature:

cargo build --features bindgen

Example

# with the libanari_library_helide dynamic library findable (e.g. in LD_LIBRARY_PATH on linux)
cargo run --example info helide

Licence

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.

Commit count: 8

cargo fmt