tangrams/harfbuzz-example

Harfbuzz text-shaping example with OpenGL using Freetype

C++

151

39 commits

updated Oct 2, 2018

See the code

README

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

c-plus-plus
freetype
harfbuzz
opengl
text-shaping

Contributors

karimnaaji

37 commits

bcamper

1 commits

tallytalwar

1 commits

tangrams/harfbuzz-example

Harfbuzz text-shaping example with OpenGL using Freetype

C++

151

39 commits

updated Oct 2, 2018

See the code

README

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

c-plus-plus
freetype
harfbuzz
opengl
text-shaping

Contributors

karimnaaji

37 commits

bcamper

1 commits

tallytalwar

1 commits

Languages

C++

90.2%

CMake

9.8%