Registry / other / rendy
library0.5.1rscratesunverified

Provides higher-level graphics abstractions built on top of gfx-hal.

# Cargo.toml [dependencies] rendy = "0.5.1"
INSTALL
IMPORT
SIG · RENDY
R
rendy
otherrustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Factory
use rendy::factory::Factory;

Create a new graphics factory.

use rendy::factory::Factory; fn main() { let factory = Factory::new(); println!("Factory created"); }
Debug
Known issues
gotchaRequires gfx-hal backend feature flags (e.g., vulkan, metal, dx12) to be enabled.
fix
Add the appropriate backend feature to your Cargo.toml, e.g., `rendy = { features = ["vulkan"] }`.
affects: >=0.5.0
Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rendy — cargo add rendy · libregistry