项目作者: mattparks

项目描述 :
Vulkan TTF font rendering using bezier curves
高级语言: C++
项目地址: git://github.com/mattparks/Font.git
创建时间: 2018-12-21T21:01:54Z
项目社区:https://github.com/mattparks/Font

开源协议:MIT License

下载


Acid Font

A application that demos Vulkan TTF font rendering using bezier curves in Acid. This project is C++17 adaptation of https://github.com/kocsis1david/font-demo.

Screenshots

Image1

Compiling

Once cloned run git submodule update --init --recursive in the directory to update the submodules. All platforms depend on CMake to generate IDE/make files.

Vulkan SDK is required to develop and run Acid.

Make sure you have the environment variable VULKAN_SDK set to the paths you have Vulkan installed into.

On Linux ensure xorg-dev, and libvulkan1 are installed. Read about how to setup Vulkan on Linux so a Vulkan SDK is found.

Setup on MacOS is similar to the setup on Linux, a compiler that supports C++17 is required, such as XCode 10.0.