macOS
brew install msdf-atlas-genlocal Homebrew formula metadata
brew
Generator of multi-channel signed distance field atlases from fonts. Version 1.4 via Homebrew; verified 2026-07-07.
install
brew install msdf-atlas-genlocal Homebrew formula metadata
overview
Generator of multi-channel signed distance field atlases from fonts
history
msdf-atlas-gen is a C++ utility and library for generating compact font atlases using multi-channel signed distance fields.
The official README presents the project as a utility built around MSDFgen. It loads glyphs from TTF or OTF fonts, generates distance fields, packs them into atlas bitmaps, and can export image, CSV, JSON, or Artery Font outputs.
The changelog records version 1.0 as the initial release on 2020-03-08, followed by releases that updated MSDFgen, added CMake support, added multiple-font and variable-font features, and moved the build toward CMake plus vcpkg.
The project is packaged by Homebrew as a standalone CLI, which makes a graphics-programming font-atlas generator available through normal developer package-manager workflows.
Its README explicitly ties font atlases to real-time rendering contexts such as video games, so adoption centers on rendering engines, game tooling, and UI systems that need scalable text assets.
Command-line use starts with a required font input, optional character or glyph sets, atlas type selection such as MSDF or MTSDF, output options such as image, JSON, CSV, or Artery Font, and generator controls for ranges, padding, threading, and coordinate origin.
The project can also be used as a library; the README includes C++ examples for generating a whole atlas and for dynamic atlas growth.
For package users, msdf-atlas-gen is notable because it wraps specialized real-time text-rendering algorithms in a normal Unix-style executable.
It also exposes a compact dependency story familiar to C++ packaging: upstream MSDFgen, CMake, vcpkg, and release tarballs that package managers can build reproducibly.
security posture
No matching local secret-handling manifest was found for msdf-atlas-gen. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
msdf-atlas-gen | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Chlumsky/msdf-atlas-gen
install metadata
| Package key | brew:msdf-atlas-gen |
|---|---|
| Version | 1.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/msdf-atlas-gen |
| Homepage | https://github.com/Chlumsky/msdf-atlas-gen |
| Repository | https://github.com/Chlumsky/msdf-atlas-gen |
| Upstream docs | https://github.com/Chlumsky/msdf-atlas-gen |
| License | MIT |
| Source archive | https://github.com/Chlumsky/msdf-atlas-gen/archive/refs/tags/v1.4.tar.gz |
| Last updated | 2026-07-07T14:41:28Z |
| Pulse | updated |
| Dependencies | freetype, libpng, msdfgen, tinyxml2 |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | msdf-atlas-gen |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.