Skip to content

Latest commit

 

History

History

webgl-msdf

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@thi.ng/webgl-msdf

npm (scoped) npm downloads Twitter Follow

This project is part of the @thi.ng/umbrella monorepo.

About

This package provides multi-channel SDF font rendering capabilities for @thi.ng/webgl, incl. optional support for basic text alignment, vertex colors (e.g. for multi-color text), and shader options to draw outlines for each character. Furthermore, the key GLSL functions are provided as shader snippets to embed this functionality in custom shaders without having to resort to copy & paste.

There're different versions of MSDF font generators. The format supported by this module is based on Don McCurdy's.

Installation

yarn add @thi.ng/webgl-msdf

Dependencies

Usage examples

See the bundled webgl-msdf example for reference...

import * as msdf from "@thi.ng/webgl-msdf";

Authors

  • Karsten Schmidt

License

© 2019 Karsten Schmidt // Apache Software License 2.0