Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schell/typograffiti
Just let me draw nice text already!
https://github.com/schell/typograffiti
Last synced: 17 days ago
JSON representation
Just let me draw nice text already!
- Host: GitHub
- URL: https://github.com/schell/typograffiti
- Owner: schell
- License: other
- Created: 2018-09-29T17:48:56.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T23:52:08.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:31:44.079Z (7 months ago)
- Language: Haskell
- Size: 601 KB
- Stars: 22
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.