Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnantoka/IconCreator
Create app icons on Swift playground.
https://github.com/tnantoka/IconCreator
Last synced: 3 months ago
JSON representation
Create app icons on Swift playground.
- Host: GitHub
- URL: https://github.com/tnantoka/IconCreator
- Owner: tnantoka
- License: mit
- Created: 2015-12-08T23:17:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T14:53:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-22T12:32:34.369Z (7 months ago)
- Language: Swift
- Homepage: http://qiita.com/tnantoka/items/9ca884dad8445ca71026
- Size: 327 KB
- Stars: 37
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Icon Creator - Create app icons on Swift playground. (Miscellaneous / SpriteKit)
README
![](/logo.png)
Create app icons programmatically on Playground with Swift and Xcode.
```
CreatorConfiguration.loadFont("devicons.ttf")
let creator = IconCreator()
creator.config.fontName = "icomoon"
creator.config.string = "\u{e655}"
creator.config.backgroundColor = UIColor.orangeColor()
creator.preview().first
```![](/swift.png)
```
creator.save()
print("$ open \(creator.rootPath)") // $ open /path/to/Documents/IconCreator/
```
## Showcase[![](/showcase/jsanywhere.png)](http://javascriptanywhere.net/)
[![](/showcase/140note.png)](http://www.140note.com/)
[![](https://raw.githubusercontent.com/tnantoka/AppBoard/master/AppBoard/Assets.xcassets/AppIcon.appiconset/icon120.png)](https://github.com/tnantoka/AppBoard)
[![](/showcase/remaining.png)](http://remaining.bornneet.com/)
[![](/showcase/iconcreator.png)](/showcase/iconcreator.png)
![](/showcase/icon.png)
![](/showcase/grid.png)
![](/showcase/multiline.png)- [logo.pdf](/logo.pdf)
Pull requests are welcome!
## Acknowledgements
- https://www.google.com/fonts/specimen/Pacifico
- https://fortawesome.github.io/Font-Awesome/
- http://vorillaz.github.io/devicons/
- https://github.com/SSA111/SwiftImageToPDFConverter
- https://www.google.com/fonts/specimen/Italiana## License
My code is licensed under the MIT license.
**Each font has its own license!**## See Also
[tnantoka/ScreenshotCreator](https://github.com/tnantoka/ScreenshotCreator)