font-demo
Vulkan font renderer
A Vulkan-based font rendering project that demonstrates text rendering using signed distance estimation
Text rendering in Vulkan by estimating signed distance
235 stars
10 watching
17 forks
Language: C
last commit: about 6 years ago
Linked from 1 awesome list
vulkan
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple font renderer using OpenGL 4.5 and instanced rendering. | 12 |
| A lightweight font renderer library using OpenGL and stb_truetype.h for rendering text with instanced rendering. | 28 |
| Provides a font rendering library using the GPU with hardware acceleration. | 492 |
| Provides utilities to draw MSDF text on LibGDX using lightweight and flexible font rendering | 34 |
| A library that parses OpenType fonts and renders them using Stage3D | 102 |
| A font introspection and rendering library with focus on performance, thread safety, and minimal resource usage. | 671 |
| A lightweight TrueType font rendering library with Unicode support and small footprint. | 479 |
| A graphics rendering engine designed for experimentation with Vulkan and various rendering techniques. | 549 |
| A Kotlin wrapper library for the Vulkan C API that adds features like type safety and exceptions to improve developers' experience without significant CPU runtime cost. | 134 |
| A tool for creating a Vulkan-based graphics renderer using Zig programming language | 51 |
| A pure Nim implementation of font rasterization and text typesetting | 148 |
| An experimental Vulkan renderer designed to explore various rendering techniques and features. | 1,373 |
| A Vulkan-based demo engine for rendering 3D graphics | 101 |
| A JavaScript library for reading and writing various font formats | 357 |
| A command-line tool that renders markdown text with syntax highlighting and supports rendering from URLs or GitHub repositories. | 66 |