macOS
brew install msdf-atlas-genlocal Homebrew formula metadata
brew
msdf-atlas-gen のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install msdf-atlas-genlocal Homebrew formula metadata
概要
Generator of multi-channel signed distance field atlases from fonts
履歴
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.
セキュリティ状態
msdf-atlas-gen に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
msdf-atlas-gen | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/Chlumsky/msdf-atlas-gen
インストールメタデータ
| パッケージキー | brew:msdf-atlas-gen |
|---|---|
| バージョン | 1.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/msdf-atlas-gen |
| ホームページ | https://github.com/Chlumsky/msdf-atlas-gen |
| リポジトリ | https://github.com/Chlumsky/msdf-atlas-gen |
| 上流ドキュメント | https://github.com/Chlumsky/msdf-atlas-gen |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/Chlumsky/msdf-atlas-gen/archive/refs/tags/v1.4.tar.gz |
| 最終更新 | 2026-07-07T14:41:28Z |
| Pulse | updated |
| 依存関係 | freetype, libpng, msdfgen, tinyxml2 |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.