Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.16 KB

Build status badge

Development

NOTE: These steps are copied from the worflow file which is the most up-to-date source on how to build the project.

git clone https://github.com/mrandri19/freetype-opengl-experiments
cd freetype-opengl-experiments

sudo apt-get update
sudo apt-get install libglfw3-dev libglm-dev

cmake -E make_directory build

cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . --config Debug 

Screenshots

The first text rendered with LCD Subpixel rendering.

The first emojis rendered.

The first paragraph of emojis rendered.

Emojis rendered with incorrect gamma blending.

Emojis rendered with correct gamma blending.

Side by side comparison with VSCode

Side by side comparison with Sublime Text 3