Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eskils/kiticongenerator
Generate framework icons in Apple style
https://github.com/eskils/kiticongenerator
apple framework framework-icon icon icons kit library library-icons swift swiftui
Last synced: 3 days ago
JSON representation
Generate framework icons in Apple style
- Host: GitHub
- URL: https://github.com/eskils/kiticongenerator
- Owner: Eskils
- License: mit
- Created: 2023-11-24T15:11:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:11:22.000Z (about 1 year ago)
- Last Synced: 2024-11-10T19:16:15.529Z (2 months ago)
- Topics: apple, framework, framework-icon, icon, icons, kit, library, library-icons, swift, swiftui
- Language: Swift
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KitIconGenerator
Generate framework icons in Apple style.
![Screenshot of the KitIconGenerator application](Documentation/ApplicationScreenshotLight.png#gh-light-mode-only)
![Screenshot of the KitIconGenerator application](Documentation/ApplicationScreenshotDark.png#gh-dark-mode-only)## Usage
- Download and open the latest release from [Releases](https://github.com/Eskils/KitIconGenerator/releases/latest)
- Choose your framework’s icon (3D-models are also supported)
- Choose the colors you want to use
- Export image## Project Organization
This application is written in Swift using SwiftUI for layout and SceneKit for rendering.
The app is built cross-platform for iOS and macOS, and uses the `CrossPlatform` helper library to provide typealiases and extensions for common UI elements. Anything prefixed with `CP` originates from this library.
Implementation of rendering the scene can be found in the `KitIconRenderer` library.
## Contributing to KitIconGenerator
Contributions are welcome and encouraged. Feel free to check out the project, submit issues and code patches.