The FreeTypeGL package
Based on the freetype-gl library, with large modifications.
This is similar to the FTGL (http://hackage.haskell.org/package/FTGL) library, but avoids C++, which makes it easier to wrap and work with in Haskell-land.
This library is completely stand-alone (comes with the required C sources), so you don't need to install any C library prior to installing this. cabal intall FreeTypeGL should work fine.
Unfortunately, it seems not to perform as well as FTGL on some setups.
NOTE: Most of the demos and C-side documentation are out-of-date, as the C side was heavily modified, without updating many of the demos or the C documentation.
Properties
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4 |
|---|---|
| Dependencies | base (>3 & <5), freetype2, OpenGL |
| License | BSD3 |
| Author | Eyal Lotem <eyal.lotem@gmail.com> |
| Maintainer | Eyal Lotem <eyal.lotem@gmail.com> |
| Category | Graphics |
| Source repository | git clone git://github.com/Peaker/FreeTypeGL.git |
| Executables | hellobye |
| Upload date | Fri Dec 14 15:56:27 UTC 2012 |
| Uploaded by | EyalLotem |
| Build failure | ghc-7.6 (log) |
Modules
- Graphics
- Rendering
- Graphics.Rendering.FreeTypeGL
- Internal
- Graphics.Rendering.FreeTypeGL.Internal.FontDesc
- Graphics.Rendering.FreeTypeGL.Internal.Markup
- Graphics.Rendering.FreeTypeGL.Internal.Shader
- Graphics.Rendering.FreeTypeGL.Internal.TextBuffer
- Graphics.Rendering.FreeTypeGL.Internal.TextureFont
- Internal
- Graphics.Rendering.FreeTypeGL
- Rendering
Downloads
- FreeTypeGL-0.0.2.tar.gz (Cabal source package)
- package description (included in the package)