Eskils / KitIconGenerator

Generate framework icons in Apple style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KitIconGenerator Icon

KitIconGenerator

Generate framework icons in Apple style.

Screenshot of the KitIconGenerator application Screenshot of the KitIconGenerator application

Usage

  • Download and open the latest release from Releases
  • 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.

About

Generate framework icons in Apple style

License:MIT License


Languages

Language:Swift 96.9%Language:Objective-C 3.1%