An open API service indexing awesome lists of open source software.

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

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

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)