gli-rs

Crates.iogli-rs
lib.rsgli-rs
version0.4.0
sourcesrc
created_at2019-03-08 05:35:28.224699
updated_at2020-02-18 14:11:44.400643
descriptionRust binding for OpenGL Image(GLI)
homepagehttps://github.com/unknownue/gli-rs
repositoryhttps://github.com/unknownue/gli-rs
max_upload_size
id119441
size3,227,484
(unknownue)

documentation

README

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.

Commit count: 80

cargo fmt