This package browser is in early development. Mind the rough edges.

cl-sdl2-ttf 1.0-1.6dd2df2

SDL2_ttf wrapper for Common Lisp

This is a wrapper for the SDL2_TTF library used for loading fonts and creating text assets. The library, in it's current state, can load TTF and OTF fonts and render fonts with the three different rendering modes provided by the C library (solid, shaded, and blended). While Latin text, UTF8, UNICODE, and Glyph text rendering is available only Latin text has been tested (as shown in the examples).

Installation

Install cl-sdl2-ttf 1.0-1.6dd2df2 as follows:

guix install cl-sdl2-ttf@1.0-1.6dd2df2

Or install the latest version:

guix install cl-sdl2-ttf

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.