gl_lib

Crates.iogl_lib
lib.rsgl_lib
version0.1.0
sourcesrc
created_at2021-10-02 13:01:52.678461
updated_at2021-11-14 15:08:29.790654
descriptionThis package uses the gl_generator package and add some useful tools on top. An example is a textrenderer that used signed distance field. All the low level access is still avaiable
homepagehttps://github.com/dixe/rust-gl-lib
repositoryhttps://github.com/dixe/rust-gl-lib
max_upload_size
id459416
size275,976
Nikolaj Østergaard (dixe)

documentation

README

Open gl with some batteries

This crate uses gl_generator and adds some useful tools

Text rendering

The TextRenderer can be used to render text using signed distance filed given a font. This textrendering can be scale and rotated while still looking crips. If text is not a main focus using this is an easy way to get some text on the screen.

Commit count: 315

cargo fmt