Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D / 3D Text Rendering #26

Open
mattdesl opened this issue Jan 20, 2015 · 1 comment
Open

2D / 3D Text Rendering #26

mattdesl opened this issue Jan 20, 2015 · 1 comment

Comments

@mattdesl
Copy link
Member

This is a fairly big topic. Lots of ways to solve it.

applications / tools

  • typeface.js is old, no kernings etc
  • fontpath is pretty experimental
  • opentype.js seems pretty robust and well tested
  • SDF image generation - could be improved with a better algorithm
  • BMFont or Hiero for SDF / general purpose stuff
  • gdx-fontpack for tight packing / multi-page - would be nice to have NodeJS CLI versions and SDF integration

rendering

modules / utils

the fontpath modules are fairly experimental / scattered. Been using them on a couple projects but ideally I'd like to clean them up and rip some things out into their own generic interfaces.

@mattdesl
Copy link
Member Author

Will try to keep a running collection here:
https://github.com/mattdesl/text-modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant