pixelcode
Text renderer
A text rendering system written in Zig that uses pixel art to display custom fonts and characters.
pixel code
7 stars
2 watching
0 forks
Language: Zig
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ziglibs/fontaine | A text rendering library providing basic font layouting and glyph information for rendering text in arbitrary contexts. | 34 |
ikskuh/softrenderlib | A collection of software rendering routines for 2D and 3D graphics in Zig. | 21 |
hecrj/wgpu_glyph | A text rendering library built on top of glyph_brush and optimized for use with wgpu | 456 |
dvergar/rainbow | A text rendering library with customizable color and size per character for rich text display. | 4 |
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,652 |
wilkelab/ggtext | A package providing basic text rendering support using gridtext for ggplot2 plots | 657 |
foxnne/pixi | A cross-platform pixel art editor and animation editor written in Zig. | 785 |
bcvery1/tilepix | A library for combining tiled maps with pixel graphics in 2D game development | 46 |
clementfarabet/gfx.js | A browser-based graphics backend that monitors directory changes and renders HTML files on demand | 125 |
gridbugs/chargrid | A collection of libraries for rendering characters in grids with customizable colors and attributes. | 67 |
pedrovgs/renderers | A library that automates boilerplate code for rendering data in RecyclerViews and ListViews | 1,200 |
waveplate/img2irc | Converts images into formatted text output, including IRC/ANSI art and post-processing filters. | 23 |
pwaller/pyfiglet | An implementation of ASCII art rendering in Python using pure Python code | 1,384 |
avokadoen/zig_vulkan | A tool for creating a Vulkan-based graphics renderer using Zig programming language | 51 |
jujuadams/scribble | A text rendering engine for GameMaker that supports multiple effects and internationalization | 343 |