https://github.com/rektdeckard/iconpacktools
A handy utility for Android icon pack creators to easily generate key assets and resources.
https://github.com/rektdeckard/iconpacktools
android-theme icon-pack icons javafx kotlin tornadofx
Last synced: about 1 month ago
JSON representation
A handy utility for Android icon pack creators to easily generate key assets and resources.
- Host: GitHub
- URL: https://github.com/rektdeckard/iconpacktools
- Owner: rektdeckard
- License: gpl-3.0
- Created: 2019-10-31T20:48:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T19:29:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T06:51:26.344Z (about 1 month ago)
- Topics: android-theme, icon-pack, icons, javafx, kotlin, tornadofx
- Language: Kotlin
- Size: 322 KB
- Stars: 33
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Icon Pack Tools
A handy utility for Android icon pack creators to generate key assets and resources, and alleviate much of the manual work. Made a bunch of new icons and need to update your `drawable.xml` and `icon-pack.xml` files? Just drag and drop. Keeping track of your app filters in three places at once? No longer. Simply create your `appfilter.xml`, and we'll generate `appmap.xml` and `theme_resources.xml` for you. You can even merge app filter files from your icon requests into your master filter files using the integrated editor.[](https://github.com/rektdeckard/iconpacktools)
[](https://github.com/rektdeckard/iconpacktools/fork)
[](https://github.com/rektdeckard/iconpacktools)
[](https://github.com/rektdeckard)[](https://twitter.com/friedtm)
## Installation
### Build from source
Clone the repository into the directory of your choice. Compile and package using Gradle:
```bash
$ cd path/to/iconpacktools
$ gradle clean build shadowJar
$ java -jar build/libs/iconpacktools--all.jar
```
### Binaries
Download one of the linked binaries:- Windows [coming soon]
- macOS [coming soon]
- Linux [coming soon]
### Jar
Download the most recent packaged jar from the [releases](https://github.com/rektdeckard/iconpacktools/releases) page. Requires a Java Runtime to be installed on your machine, any jre version above 1.8 should have no problem running it:
```bash
$ java -jar path/to/iconpacktools--all.jar
```