An open API service indexing awesome lists of open source software.

https://github.com/katharostech/luminance-glow

A Glow ( GL On Whatever ) backend for Luminance
https://github.com/katharostech/luminance-glow

opengl rust webgl

Last synced: about 2 months ago
JSON representation

A Glow ( GL On Whatever ) backend for Luminance

Awesome Lists containing this project

README

          

# luminance-glow

[![Crates.io](https://img.shields.io/crates/v/luminance-glow.svg)](https://crates.io/crates/luminance-glow)
[![Docs.rs](https://docs.rs/luminance-glow/badge.svg)](https://docs.rs/luminance-glow)
[![lines of code](https://tokei.rs/b1/github/katharostech/luminance-glow?category=code)](https://github.com/katharostech/luminance-glow)

Glow backend for Luminance

This crate provides a [glow] backend for [luminance]. It is capable of targeting desktop using
OpenGL and web using both WebGL 2 and WebGL 1 ( though WebGL 1 has some caveats such as
supported texture formats ).

[luminance]: https://crates.io/crates/luminance

[glow]: https://github.com/grovesNL/glow