# msdfgen を Homebrew, MacPorts でインストール

msdfgen のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:msdfgen
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install msdfgen
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install msdfgen
```

  証拠: MacPorts ports tree: graphics/msdfgen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:msdfgen
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/msdfgen>
- **バージョン:** 1.13
- **ソース概要:** Multi-channel signed distance field generator
- **ホームページ:** <https://github.com/Chlumsky/msdfgen>
- **リポジトリ:** <https://github.com/Chlumsky/msdfgen>
- **上流ドキュメント:** <https://github.com/Chlumsky/msdfgen#readme>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/Chlumsky/msdfgen/archive/refs/tags/v1.13.tar.gz>
- **最終更新:** 2026-07-02T15:53:33+02:00
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- msdfgen (cli)
- msdfgen (エイリアス)

## 依存関係

- freetype
- libpng
- tinyxml2

## ビルド依存関係

- cmake

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 1.13
- マネージャ更新日: 2026-07-02
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Chlumsky/msdfgen
- 検出された最新: v1.13 (最新)
## プロジェクトの歴史と使われ方

msdfgen is a utility and library for generating signed distance fields from vector shapes and font glyphs, with its main focus on multi-channel signed distance fields for real-time graphics.

### プロジェクトの歴史

The official GitHub repository was created in 2016 and the changelog lists version 1.0 as the initial public release on 2016-04-28. The project later added CMake support, expanded SVG and font handling, introduced MTSDF mode, and kept refining error correction, geometry preprocessing, and build options.

### 採用の歴史

The README positions msdfgen both as a standalone console program and as a C++ library. It also points users toward msdf-atlas-gen when generating complete font atlases, which reflects its adoption in graphics and text-rendering pipelines rather than as an end-user media tool.

### 使われ方

Typical package-manager usage is running msdfgen with a mode, input, and options to generate SDF, PSDF, MSDF, or MTSDF textures from fonts, SVG files, shape descriptions, or standard input. The library API exposes the same core generation routines for embedding in renderers and tools.

### パッケージ好きにとっての重要性

msdfgen matters in packaging because it bridges graphics research and practical asset generation: a small CLI plus C++ library, optional image/font/SVG dependencies, and current releases that track real-world build-system needs.

### タイムライン

- 2016: Repository created and version 1.0 published.
- 2017: CMake build script added.
- 2020: MTSDF mode added.
- 2023: Standalone executable can be built in a limited dependency-free form.
- 2025: Version 1.13 released.

### Related projects

- msdf-atlas-gen is the official companion project recommended by the README for generating full font atlases.

### ソース

- <https://github.com/Chlumsky/msdfgen>
- <https://github.com/Chlumsky/msdfgen#readme>
- <https://raw.githubusercontent.com/Chlumsky/msdfgen/master/CHANGELOG.md>
- source_facts.description
- source_facts.repo


## セキュリティノート

msdfgen に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** msdfgen
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- MacPorts - msdfgen: normalized package name match | MacPorts ports tree: graphics/msdfgen/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [freetype](https://www.automicvault.com/ja/pkg/brew/freetype/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/ja/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [msdf-atlas-gen](https://www.automicvault.com/ja/pkg/brew/msdf-atlas-gen/) - Popular package that depends on this formula.
- [shaderc](https://www.automicvault.com/ja/pkg/brew/shaderc/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [t1lib](https://www.automicvault.com/ja/pkg/brew/t1lib/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [pixlet](https://www.automicvault.com/ja/pkg/brew/pixlet/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [glbinding@2](https://www.automicvault.com/ja/pkg/brew/glbinding-2/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [glslviewer](https://www.automicvault.com/ja/pkg/brew/glslviewer/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [molten-vk](https://www.automicvault.com/ja/pkg/brew/molten-vk/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [notcurses](https://www.automicvault.com/ja/pkg/brew/notcurses/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [seexpr](https://www.automicvault.com/ja/pkg/brew/seexpr/) - Shares av.db curated category or tags: cli, developer-tools, graphics.
- [harfbuzz](https://www.automicvault.com/ja/pkg/brew/harfbuzz/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, freetype, libpng.

## Combined YAML source

View the package source record on GitHub. [combined/msdfgen.yml](https://github.com/automic-vault/db/blob/main/combined/msdfgen.yml)


## ソース

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
