https://github.com/tangrams/harfbuzz-example
Harfbuzz text-shaping example with OpenGL using Freetype
https://github.com/tangrams/harfbuzz-example
c-plus-plus freetype harfbuzz opengl text-shaping
Last synced: 3 days ago
JSON representation
Harfbuzz text-shaping example with OpenGL using Freetype
- Host: GitHub
- URL: https://github.com/tangrams/harfbuzz-example
- Owner: tangrams
- License: mit
- Created: 2014-11-04T16:43:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T01:50:55.000Z (over 6 years ago)
- Last Synced: 2025-05-24T07:44:16.921Z (26 days ago)
- Topics: c-plus-plus, freetype, harfbuzz, opengl, text-shaping
- Language: C++
- Homepage:
- Size: 7.5 MB
- Stars: 145
- Watchers: 23
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - harfbuzz-example - shaping example with OpenGL using Freetype (Graphics)
README
harfbuzz-example
================Simple Harfbuzz text-shaping example with OpenGL and GLFW using Freetype.
This project uses _CMake_, you can download it [here](http://www.cmake.org/download/) or use your favorite installation package tool like [homebrew](http://brew.sh/).
Make sure to update git submodules before you build:```bash
git submodule update --init --recursive
```Then build and run:
```bash
mkdir build && cd build
cmake .. && make
cd bin
./harfbuzz-example.out
```