Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinau/luajit-sdl2_ttf

SDL2_ttf library for LuaJIT
https://github.com/dinau/luajit-sdl2_ttf

dll font image lua luajit sdl sdl2 truetype ttf windows

Last synced: 19 days ago
JSON representation

SDL2_ttf library for LuaJIT

Awesome Lists containing this project

README

        

### luajit-sdl2_ttf

---

SDL2_ttf library for LuaJIT

This project is mainly used [luajit-platformer](https://github.com/dinau/luajit-platformer).

#### Test program

---

On Windows OS,
it needs to be installed **SDL2.dll**, **SDL2_image** and **SDL2_ttf.dll** to current directory at least.
Also needs **luajit.exe** binary.

```sh
git clone https://github.com/dinau/luajit-sdl2_ttf
cd luajit-sdl2_ttf
cd test
test.bat
```

`test.bat` is the TrueType font load test program.

![test.jpg](test/img/test.jpg)