Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldeakin/rust_anari_sys
Raw Rust bindings to the ANARI frontend library, a 3D rendering engine interface API.
https://github.com/ldeakin/rust_anari_sys
Last synced: 18 days ago
JSON representation
Raw Rust bindings to the ANARI frontend library, a 3D rendering engine interface API.
- Host: GitHub
- URL: https://github.com/ldeakin/rust_anari_sys
- Owner: LDeakin
- License: apache-2.0
- Created: 2024-07-20T11:23:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T01:28:21.000Z (20 days ago)
- Last Synced: 2024-10-19T05:19:19.753Z (19 days ago)
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# anari_sys
[![Latest Version](https://img.shields.io/crates/v/anari_sys.svg)](https://crates.io/crates/anari_sys)
[![anari_sys documentation](https://docs.rs/anari_sys/badge.svg)](https://docs.rs/anari_sys)
[![ANARI 1.0](https://img.shields.io/badge/ANARI-1.0-blue)](https://www.khronos.org/registry/ANARI/)
[![ANARI-SDK 0.11.0](https://img.shields.io/badge/ANARI--SDK-0.11.0-blue)](https://github.com/KhronosGroup/ANARI-SDK)
[![build](https://github.com/LDeakin/rust_anari_sys/actions/workflows/ci.yml/badge.svg)](https://github.com/LDeakin/rust_anari_sys/actions/workflows/ci.yml)Raw Rust bindings to the ANARI frontend library (), 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:
```bash
cargo build --features bindgen
```## Example
```bash
# 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](./LICENCE-APACHE) or .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.