englerj / odin-freetype

Odin bindings for FreeType

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odin-freetype

Odin bindings for FreeType.

Freetype Version: 2.13.2

Note: This is a work in progress. If additional bindings are required, please feel free to submit an issue or a pull request.

Installation

Clone this repository to Odin's shared collection, preferably into a directory named 'freetype'.

cd Odin/shared
git clone https://github.com/englerj/odin-freetype.git freetype

Usage

Import the package.

import "shared:freetype"

Demo

On Windows, you can run the demo under the demo folder. The demo renders a series of characters from a font and displays them in the window. You can adjust the size of the font using the arrow keys.

cd demo
odin run .\

About

Odin bindings for FreeType

License:MIT License


Languages

Language:Odin 100.0%