https://github.com/eliheuer/ufo2nft
A tool to automate creating on-chain SVG NFTs from UFO font sources
https://github.com/eliheuer/ufo2nft
fonts nft ufo
Last synced: 7 months ago
JSON representation
A tool to automate creating on-chain SVG NFTs from UFO font sources
- Host: GitHub
- URL: https://github.com/eliheuer/ufo2nft
- Owner: eliheuer
- License: apache-2.0
- Created: 2022-02-09T04:26:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T21:54:08.000Z (over 3 years ago)
- Last Synced: 2025-01-16T17:28:38.653Z (9 months ago)
- Topics: fonts, nft, ufo
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ufo2nft
`ufo2nft` is a CLI Rust program created by Eli Heuer at the 2022 Seattle Solana Hacker House event.
It uses Norad to create on-chain SVG images from UFO font sources, and prepares them for minting as Solana NFTs.
For Ethereum NFTs the program can just export the SVGs and Ethereum NFTs can be built manually.## Usage Instructions
You will need a UFO file to use this program. This repository inclues an example UFO file if you don't have one on your local machine and/or you just want to test the software quickly. See the `ufos` directory.
You will need Rust installed to compile this program.
from the command line, navigate to the root of this repository and run:
```
cargo run ufos/PrintShoppe.ufo/glyphs/R_.glif
```Replace `ufos/PrintShoppe.ufo/glyphs/R_.glif` with any `.glif` file you want from your own UFOs.