awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to michaelrsweet/ttf

Open-source alternatives to Michaelrsweet Ttf

30 open-source projects similar to michaelrsweet/ttf, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Michaelrsweet Ttf alternative.

  • alphapixel/osgslugAlphaPixel avatar

    AlphaPixel/osgSlug

    2View on GitHub↗

    osgSlug is a frontend for the slughorn library, simplifying the usage of the recent OSS release of the Slug technique by Eric Lengyel in OpenSceneGraph.

    C++
    View on GitHub↗2
  • alphapixel/slughornAlphaPixel avatar

    AlphaPixel/slughorn

    7View on GitHub↗

    Library for shoehorning the Slug text/graphics GPU rendering library into projects.

    C++
    View on GitHub↗7
  • cbm80amiga/rrefontcbm80amiga avatar

    cbm80amiga/RREFont

    46View on GitHub↗

    Fast RRE Font rendering library

    C
    View on GitHub↗46
  • cdave1/ftglesC

    cdave1/ftgles

    0View on GitHub↗

    FTGLES is a C++ library for rendering fonts on mobile operating systems with OpenGL ES 1.1. It is a port of FTGL. It currently targets the iPhone and iPad, with plans to port to Android in the very near future. iOS 4 is currently supported.

    View on GitHub↗0
  • craftmicro/craftmicro-fontscraftmicro avatar

    craftmicro/craftmicro-fonts

    3View on GitHub↗

    The fonts in this library are all freeware fonts (freeware, OFL, public domain) that have been sourced from various places and converted to PackedBDF format.

    C
    View on GitHub↗3
  • ericlengyel/slugEricLengyel avatar

    EricLengyel/Slug

    1,435View on GitHub↗

    This repository contains reference shader implementations for the Slug font rendering algorithm. The code itself contains many comments providing details about the inputs and the calculations performed.

    HLSL
    View on GitHub↗1,435

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • fetisov/ttf2meshfetisov avatar

    fetisov/ttf2mesh

    229View on GitHub↗

    The ttf2mesh crossplatform library allows to convert a glyphs of truetype font (ttf) to a mesh objects in 2d and 3d space. The library does not require any graphical context and does not use system dependent functions.

    C++
    View on GitHub↗229
  • google/font-rsG

    google/font-rs

    0View on GitHub↗

    This is a font renderer written (mostly) in pure, safe Rust. There is an optional SIMD module for cumulative sum, currently written in C SSE3 intrinsics.

    View on GitHub↗0
  • googlei18n/harfbuzzG

    googlei18n/harfbuzz

    0View on GitHub↗
    View on GitHub↗0
  • host-oman/libraqmHOST-Oman avatar

    HOST-Oman/libraqm

    321View on GitHub↗

    Raqm

    C
    View on GitHub↗321
  • kyriets/trexK

    KyrietS/trex

    0View on GitHub↗

    Trex is a font rasterizer, atlas generator and text shaping library written in C++. It uses FreeType and HarfBuzz libraries under the hood. It provides a simple API that makes it easy to integrate high quality typography into your application.

    View on GitHub↗0
  • layoutfarm/typographyLayoutFarm avatar

    LayoutFarm/Typography

    453View on GitHub↗

    Pure C# Font Reader, Glyph Layout and Rendering.

    C#
    View on GitHub↗453
  • mightycow/sluggishmightycow avatar

    mightycow/Sluggish

    194View on GitHub↗

    Toy CPU and GPU implementations of the Slug rendering algorithm

    C
    View on GitHub↗194
  • mikepopoloski/sharpfontMikePopoloski avatar

    MikePopoloski/SharpFont

    88View on GitHub↗

    Implements a parser and renderer for TTF / OTF font files.

    C#
    View on GitHub↗88
  • mta452/sheenbidimta452 avatar

    mta452/SheenBidi

    207View on GitHub↗

    SheenBidi is a lightweight, fast and stable implementation of the Unicode Bidirectional Algorithm (UBA).

    C
    View on GitHub↗207
  • mta452/sheenfiguremta452 avatar

    mta452/SheenFigure

    34View on GitHub↗

    SheenFigure

    C
    View on GitHub↗34
  • nothings/stbnothings avatar

    nothings/stb

    33,970View on GitHub↗

    This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off

    C
    View on GitHub↗33,970
  • onecoolx/picassoonecoolx avatar

    onecoolx/picasso

    378View on GitHub↗

    Copyright (C) 2008 ~ 2025 Zhang Ji Peng (onecoolx@gmail.com)

    C++
    View on GitHub↗378
  • pcwalton/pathfinderpcwalton avatar

    pcwalton/pathfinder

    130View on GitHub↗

    Pathfinder 3 is a fast, practical, GPU-based rasterizer for fonts and vector graphics using OpenGL 3.0+, OpenGL ES 3.0+, or Metal.

    View on GitHub↗130
  • pistondevelopers/freetype-rsP

    PistonDevelopers/freetype-rs

    0View on GitHub↗

    Rust bindings for FreeType library

    View on GitHub↗0
  • pistondevelopers/freetype-sysPistonDevelopers avatar

    PistonDevelopers/freetype-sys

    33View on GitHub↗

    Low level bindings for the FreeType font library.

    C
    View on GitHub↗33
  • pistondevelopers/truetypePistonDevelopers avatar

    PistonDevelopers/truetype

    17View on GitHub↗

    A library for reading fonts from the TrueType format

    Rust
    View on GitHub↗17
  • redox-os/rusttyperedox-os avatar

    redox-os/rusttype

    637View on GitHub↗

    RustType is a pure Rust alternative to libraries like FreeType.

    Rust
    View on GitHub↗637
  • rillig/sfntlyR

    rillig/sfntly

    0View on GitHub↗

    This project is not developed any further. For a font renderer, have a look at Apache PDFBox.

    View on GitHub↗0
  • rougier/freetype-glR

    rougier/freetype-gl

    0View on GitHub↗

    A small library for displaying Unicode in OpenGL using a single texture and a single vertex buffer.

    View on GitHub↗0
  • roundstothree/teensiefontroundsToThree avatar

    roundsToThree/TeensieFont

    0View on GitHub↗

    A tiny font library intended for use on Arduino and other similar platforms

    C
    View on GitHub↗0
  • servo/font-kitservo avatar

    servo/font-kit

    831View on GitHub↗

    font-kit provides a common interface to the various system font libraries and provides services such as finding fonts on the system, performing nearest-font matching, and rasterizing glyphs.

    Rust
    View on GitHub↗831
  • sixlabors/fontsSixLabors avatar

    SixLabors/Fonts

    344View on GitHub↗

    SixLabors.Fonts

    C#
    View on GitHub↗344
  • vidstige/nrasterizerV

    vidstige/NRasterizer

    0View on GitHub↗

    Simple and clean TrueType font loader and renderer written purely in c#.

    View on GitHub↗0
  • voxelstorm-ltd/vectorfontstormVoxelStorm-Ltd avatar

    VoxelStorm-Ltd/vectorfontstorm

    2View on GitHub↗

    C++ vector font rendering library for OpenGL 3D text drawing, by VoxelStorm.

    C++
    View on GitHub↗2