caryhaynie / rust-sdl2_ttf

Rust bindings for sdl2_ttf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust-SDL2_ttf

Build Status

Rust bindings for SDL2_ttf.

Requirements

  • Rust-sdl2
  • sdl_ttf 2.0 development libraries
  • Rust master

Installation

# compile your rust-sdl2 somewhere
git clone https://github.com/andelf/rust-sdl2_ttf
cd rust-sdl2_ttf
cargo build
# TODO: OR if you are using the mac framework version
rustc -L. --cfg mac_framework src/sdl2_ttf/lib.rs

For cargo:

[dependencies]
sdl2_ttf = "$version-here$"

or

[dependencies.sdl2_ttf]
git = "https://github.com/andelf/rust-sdl2_ttf"

Demo

cargo run font.[ttf|ttc|fon]

About

Rust bindings for sdl2_ttf.

License:MIT License


Languages

Language:Rust 52.5%Language:Makefile 47.5%