https://github.com/averagehelper/textrenderer
A modular utility for rendering text as a bitmap image.
https://github.com/averagehelper/textrenderer
Last synced: about 1 year ago
JSON representation
A modular utility for rendering text as a bitmap image.
- Host: GitHub
- URL: https://github.com/averagehelper/textrenderer
- Owner: AverageHelper
- Created: 2021-04-18T16:29:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T04:35:48.000Z (about 5 years ago)
- Last Synced: 2025-02-15T14:53:55.091Z (over 1 year ago)
- Language: Swift
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextRenderer
A modular utility for rendering text as a bitmap image.
## Run
This utility can run in the command line.
```sh
$ swift run TextRenderer
```
## Development Dependencies
- [Mint](https://github.com/yonaskolb/Mint)
- [apple/swift-format](https://github.com/nicklockwood/SwiftFormat#how-do-i-install-it)
- [SourceKit-LSP Extension for Visual Studio Code](https://nshipster.com/vscode/)
### Mint
```sh
$ brew instal mint
```
### apple/swift-format
```sh
$ mint install apple/swift-format@swift-5.3-branch
```
### SourceKit-LSP Extension for Visual Studio Code
Follow the instructions at [NSHipster](https://nshipster.com/vscode/) to set up the Swift development environment on your machine.
```sh
$ git clone https://github.com/apple/sourcekit-lsp.git
$ cd sourcekit-lsp/Editors/vscode/
$ npm run createDevPackage
$ code --install-extension out/sourcekit-lsp-vscode-dev.vsix
```