paratext

A library for rendering text with paranim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.13.0
License Public Domain
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:17

Tags

Authors

  • oakes

Installation

nimble install paratext
choosenim install paratext
git clone https://github.com/paranim/paratext

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
paratext - - - - - - -

Dependencies

Package Version Optional
nim >= 1.2.6 No

Source

Repository https://github.com/paranim/paratext
Homepage https://github.com/paranim/paratext
Registry Source nimble_official

README

A library for rendering text with paranim. It uses STB truetype to rasterize a font into a bitmap, and then provides a way to render text with instanced rendering. See the example to learn how to use it.