thindx 0.0.0-reserved

Thin DirectX wrappers (WIP, use directly from git for now)
Documentation

thindx - Thin DirectX wrappers

GitHub crates.io docs.rs License Build Status

Thin DirectX wrappers for Rust.

See git repository for now

Why not winapi directly?

  • This crate aims to make fns safe/sound/slightly rusty when possible
  • Attempts to verify API soundness through mass unit tests, even if they mostly test D3DCompiler's behavior.
  • Doc comments for one-stop intellisense, safety documentation, etc.

Why not <other graphics crate>?

  • Most other graphics crates focus on hiding the underlying graphics API as much as possible, improving application portability.
  • This crate surfaces the underlying graphics API as much as possible, improving the potential for interoperability with other graphics code / use in middleware applications.

Licensed under either of

at your option.

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 dual licensed as above, without any additional terms or conditions.