GitXplorerGitXplorer
e

glium-glyph

public
12 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
428c5d391524104cfb8c1a0632ede4029ba8a6f8

Update glium to 0.32

eest31 committed 2 years ago
Unverified
b747cf4092cf5918111d21732729ebccde73c0c5

Use windows as second OS instead of Mac OS

eest31 committed 3 years ago
Unverified
8cfd2f735442a204ad80fbabb97358c7248e757d

Update glium to 0.31

eest31 committed 3 years ago
Unverified
f5a1db2eafa73ff7cd00ca76c03cde60f8368fc8

Release 0.11

eest31 committed 3 years ago
Unverified
965be431733a51003e8ab452cf7e293d0786c6a6

Update glium to 0.30

eest31 committed 3 years ago
Unverified
ea3b7a1fec23e477a016ceb0d0ac7b6674b2cdbd

Fix CI

eest31 committed 4 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)