All Projects → tangrams → harfbuzz-example

tangrams / harfbuzz-example

Licence: MIT License
Harfbuzz text-shaping example with OpenGL using Freetype

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to harfbuzz-example

Tehreer-Cocoa
Standalone text engine for iOS
Stars: ✭ 31 (-70.19%)
Mutual labels:  freetype, harfbuzz, text-shaping
Tehreer-Android
Standalone text engine for Android aimed to be free from platform limitations
Stars: ✭ 61 (-41.35%)
Mutual labels:  freetype, harfbuzz, text-shaping
harfbuzz rs
A fully safe Rust wrapper for the harfbuzz text shaping library.
Stars: ✭ 26 (-75%)
Mutual labels:  harfbuzz, text-shaping
typesetting
High quality text shaping in pure Go.
Stars: ✭ 28 (-73.08%)
Mutual labels:  harfbuzz, text-shaping
glfreetype
An extremely simple OpenGL C++ FreeType library
Stars: ✭ 27 (-74.04%)
Mutual labels:  freetype
SheenFigure
An implementation of advanced typographic tables of OpenType specification.
Stars: ✭ 24 (-76.92%)
Mutual labels:  text-shaping
odin
High level 2d game engine written in Haskell.
Stars: ✭ 28 (-73.08%)
Mutual labels:  freetype
makegameengineatnight
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
Stars: ✭ 1,348 (+1196.15%)
Mutual labels:  freetype
lv lib freetype
Interface to FreeType to generate font bitmaps run time
Stars: ✭ 41 (-60.58%)
Mutual labels:  freetype
harfbuzzjs
Providing HarfBuzz shaping library for client/server side JavaScript projects
Stars: ✭ 109 (+4.81%)
Mutual labels:  harfbuzz
harfpy
Python wrapper for HarfBuzz
Stars: ✭ 29 (-72.12%)
Mutual labels:  harfbuzz
gdx-freetype-gwt
Freetype for gwt
Stars: ✭ 41 (-60.58%)
Mutual labels:  freetype
FFmpeg-iOS-build-script
iOS平台编译FFmpeg的脚本,可能包含多个FFmpeg版本,不同版本可能支持不同的第三方库等
Stars: ✭ 17 (-83.65%)
Mutual labels:  freetype
Ffmpeg Android
FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)
Stars: ✭ 1,554 (+1394.23%)
Mutual labels:  freetype
Mobile Ffmpeg
FFmpeg for Android, iOS and tvOS. Not maintained anymore. Superseded by FFmpegKit.
Stars: ✭ 3,204 (+2980.77%)
Mutual labels:  freetype
text-rendering-tests
Unicode’s test suite for text rendering engines
Stars: ✭ 135 (+29.81%)
Mutual labels:  freetype
avatarbuilder
Using freetype to build default avatar with string
Stars: ✭ 14 (-86.54%)
Mutual labels:  freetype
Harfbuzz
HarfBuzz text shaping engine
Stars: ✭ 2,206 (+2021.15%)
Mutual labels:  text-shaping

harfbuzz-example

Simple Harfbuzz text-shaping example with OpenGL and GLFW using Freetype.

This project uses CMake, you can download it here or use your favorite installation package tool like homebrew. Make sure to update git submodules before you build:

git submodule update --init --recursive

Then build and run:

mkdir build && cd build
cmake .. && make
cd bin
./harfbuzz-example.out

00

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].