~alcinnz/Typograffiti

ref: c33b23ec7794caa5cf571dd58e9ebc26f5b51231 Typograffiti/README.md -rw-r--r-- 717 bytes
c33b23ec — Adrian Cochrane Implement script for rendering pre-shaped text. 1 year, 7 months ago
                                                                                
4982cdac Adrian Cochrane
c90bdecd Adrian Cochrane
31bdd77c Adrian Cochrane
4982cdac Adrian Cochrane
c90bdecd Adrian Cochrane
4982cdac Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Typograffiti
[GitHub](https://github.com/schell/typograffiti/) [Hackage](https://hackage.haskell.org/package/typograffiti) [Mirror](https://git.argonaut-constellation.org/~alcinnz/typograffiti) [alt issue tracker](https://todo.argonaut-constellation.org/~alcinnz/typograffiti)

Typograffiti aims to make working with text across a broad range of written languages in multimedia applications easy. Whilst exposing low-level APIs for use by fancier text layout/rendering engines.

Typograffiti is part of [The Argonaut Stack](https://argonaut-constellation.org/) browser engine.

## requirements
* opengl 3.x
* freetype 2.x
* harfbuzz 3.3+
* LibC++ (for Text dependency)

The demo program additionally requires SDL2.