Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.28 KB

gli-rs

Build Status Latest version Documentation MIT

Rust binding for OpenGL Image(GLI) library.

This crate aims to fill the gap of loading KTX and DDS image file in Rust ecosystem.

Compatibility

Although not all the api has been translated to Rust and fully tested, it does work for the most part.

This crate does not guarantee full compatibility with original library.

Requirement

To build this crate, you must get C++ build tools installed(clang on MacOS, MSVC on Windows, gcc on Linux).

Usage

Add this to Cargo.toml:

[dependencies]
gli-rs = "0.4.0"

# or
[dependencies]
gli = { package = "gli-rs", version = "0.4.0" }

Get help

If you get any questions or find any api is missing, welcome to create an issue.