-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
# FreeTouchDeck-MaterialDesignIcons | ||
|
||
This repository contains [Material Design](https://github.com/Templarian/MaterialDesign) icons in bitmap | ||
This repository contains icons from [Material Design](https://github.com/Templarian/MaterialDesign) icons in bitmap | ||
format suitable for use in [FreeTouchDeck](https://github.com/DustinWatts/FreeTouchDeck) (BMP/24 bits/75x75px). | ||
|
||
The icons can be found in the `icons` folder, all 5962 of them. | ||
|
||
Use the web site [https://materialdesignicons.com/](https://materialdesignicons.com/) for interactive searchs for suitable icons. | ||
|
||
## Generation the icons | ||
|
||
The bitmaps are created by cloning the Material Design repository and | ||
running the python script `makeicons.py` | ||
|
||
Installing Python requirements: | ||
Install Python requirements first: | ||
|
||
`pip3 install -r requirements.txt` | ||
|
||
_Note:_ On macOS it may be necessary to install vips using Brew: | ||
_Note: On macOS it may be necessary to install vips using Brew:_ | ||
|
||
`brew install vips` |