Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dinau/luajit-sdl2_ttf
- Owner: dinau
- License: mit
- Created: 2023-12-06T23:25:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T23:36:15.000Z (about 1 year ago)
- Last Synced: 2023-12-07T01:56:56.645Z (about 1 year ago)
- Topics: dll, font, image, lua, luajit, sdl, sdl2, truetype, ttf, windows
- Language: Lua
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)