GitXplorerGitXplorer
e

glium-glyph

public
12 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
d75ba2712a48f59a0a2e4e59de0047beb968054f

Release 0.14.0

eest31 committed 2 years ago
Verified
b6764edad896b51c44ac5b2426245c24ca1cbb4b

Merge pull request #3 from timlathy/master

eest31 committed 2 years ago
Verified
e3a413ee93371d261c941af1495dfefa2b1f2038

update glyph_brush to 0.7

ttimlathy committed 2 years ago
Unverified
3bdc12792d08d296fb3ac56d58d16e6af089ac34

Release 0.13.0

eest31 committed 2 years ago
Unverified
eaf73da9c2323791a9e5b438bd7ec9ba06b38f81

Update the glium proper dependency too

eest31 committed 2 years ago
Unverified
d25eb613021751c2809914551cdc8e434b65b0cc

Release 0.12.0

eest31 committed 2 years ago

README

The README file for this repository.

glium-glyph

docs crates.io dependency status

Glium frontend for the glyph-brush text renderer.

It bases on the gfx_glyph crate. While it works, some docs are still missing, and maybe one API call or two. I've written it mostly to scratch a personal itch of mine. If you find something to be missing, file an issue or send me a PR!

TODO:

  • examples and docs are still about the gfx-brush crate
  • mode for crisp text rendering (exposing texture interpolation commands send to glium)
  • mode for crisp text rendering (making rusttype not "alias", might need changes in glyph-brush)