Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyx/FreeTypeAda
FreeType binding for Ada 2012
https://github.com/flyx/FreeTypeAda
ada freetype language-bindings
Last synced: 9 days ago
JSON representation
FreeType binding for Ada 2012
- Host: GitHub
- URL: https://github.com/flyx/FreeTypeAda
- Owner: flyx
- License: mit
- Created: 2017-10-18T19:02:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T13:49:41.000Z (over 3 years ago)
- Last Synced: 2024-10-25T19:43:31.521Z (9 days ago)
- Topics: ada, freetype, language-bindings
- Language: Ada
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-ada - free-type-ada - FreeType binding for Ada 2005. (Libraries / Graphics and Multimedia)
README
# FreeTypeAda – Ada Binding for FreeType
*FreeTypeAda* is a thick Ada 2012 binding to the [FreeType library][1].
The binding is incomplete and has been developed to support [OpenGLAda][2].If you need features that are not yet available, you are welcome to open an
issue or submit a pull request.## License
FreeTypeAda is distributed under the terms of the [MIT license][3].
[1]: https://www.freetype.org
[2]: https://github.com/flyx/OpenGLAda
[3]: COPYING