https://github.com/lucor/fynematic
Material Icons generator for Fyne
https://github.com/lucor/fynematic
fyne material-icons
Last synced: 8 months ago
JSON representation
Material Icons generator for Fyne
- Host: GitHub
- URL: https://github.com/lucor/fynematic
- Owner: lucor
- License: bsd-3-clause
- Created: 2021-04-12T17:42:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T10:49:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T03:15:30.675Z (8 months ago)
- Topics: fyne, material-icons
- Language: Go
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fynematic
Fynematic is a simple CLI tool that automates the generation of [Material Icons](https://fonts.google.com/icons) for the [Fyne](https://fyne.io/) toolkit.
The generated icons are compatible with the dark and light themes.
## Example
See the [example](/example) folder for an example application.
## Installation
```
go install github.com/lucor/fynematic@latest
```## Usage
```
Usage: fynematic [options]
-category string
icon category. Allowed categories: [action alert av communication content device editor file hardware home image maps navigation notification places search social toggle] (default "action")
-dir string
output folder (default ".")
-name string
icon name. See https://fonts.google.com/icons for the full list (default "info")
-package string
package to use in header (default "main")
-release string
material icon release tag on GitHub (default "master")
-style string
icon style. Allowed styles: [outlined filled round sharp twotone] (default "outlined")
```## Credits
- [Material Icons](https://github.com/google/material-design-icons) released under the [Apache License 2.0 license](https://github.com/google/material-design-icons/blob/master/LICENSE)