Crates.io | gl_lib |
lib.rs | gl_lib |
version | 0.1.0 |
source | src |
created_at | 2021-10-02 13:01:52.678461 |
updated_at | 2021-11-14 15:08:29.790654 |
description | This 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 |
homepage | https://github.com/dixe/rust-gl-lib |
repository | https://github.com/dixe/rust-gl-lib |
max_upload_size | |
id | 459416 |
size | 275,976 |
This crate uses gl_generator and adds some useful tools
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.