#bindings #build #ttf2mesh #mesh-generation

sys ttf2mesh-sys

Rust FFI bindings for ttf2mesh

6 releases

0.1.3 Nov 19, 2023
0.1.2 Oct 24, 2021
0.0.2 Sep 28, 2021
0.0.1 Jul 31, 2021

#321 in Graphics APIs

Download history 40/week @ 2023-11-20 2/week @ 2023-12-11 8/week @ 2023-12-18 12/week @ 2023-12-25 1/week @ 2024-02-12 9/week @ 2024-02-19 31/week @ 2024-02-26 13/week @ 2024-03-04

54 downloads per month
Used in 2 crates (via ttf2mesh)

MIT license

450KB
12K SLoC

C 6K SLoC // 0.1% comments C++ 4.5K SLoC // 0.1% comments Visual Studio Project 512 SLoC Python 93 SLoC // 0.0% comments Prolog 62 SLoC Rust 33 SLoC

ttf2mesh-sys

This package provides FFI bindings to ttf2mesh C-library.

This library should not be used directly. For higher-level Rust usage, see ttf2mesh at crates.io

FFI bindings are provided for the supplied ttf2mesh.c self-contained code.

The library is built at the build time, if you don't have compiler installed:

sudo apt-get install build-essential

No runtime deps

~0–2MB
~39K SLoC