Skip to content

Rust binding for OpenGL Image(GLI)

License

Notifications You must be signed in to change notification settings

unknownue/gli-rs

Repository files navigation

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.

About

Rust binding for OpenGL Image(GLI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published