PixiJS and opentype.js

pixijs_opentype.png

Published: by

This project contains two different ways of drawing characters in PixiJS using opentype.js. Github Repo: https://github.com/Garlov/webgl-text-render
One using the path from opentype to create SVGs and draw them in a pixi renderer or just add them directly to the html.
The other, and more promising, is to draw the paths on a canvas, and then convert that canvas to a PIXI.Texture. There's multiple iterations and optimizations of this last method.