https://github.com/viur-framework/viur-artwork
Repository for ViUR logo and related artwork
https://github.com/viur-framework/viur-artwork
Last synced: about 1 year ago
JSON representation
Repository for ViUR logo and related artwork
- Host: GitHub
- URL: https://github.com/viur-framework/viur-artwork
- Owner: viur-framework
- License: cc-by-sa-4.0
- Created: 2022-03-28T19:53:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T09:52:30.000Z (over 1 year ago)
- Last Synced: 2025-07-10T16:03:40.022Z (about 1 year ago)
- Language: Python
- Size: 24.9 MB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-viur - ViUR-Artwork - Repository for logos and other artwork (Official ViUR Resources / Further Repositories)
README
# ViUR Artwork
This repository contains artwork relating the [ViUR framework](https://www.viur.dev).
## Logo
The ViUR logo. See [logo/README.md](logo/README.md) for the logo files in different versions.
## Icons
The ViUR components icons. See [icons/README.md](icons/README.md) for the icon files in different versions.
Don't confuse with the [viur-icons](https://github.com/viur-framework/viur-icons) repository which contains a set of common icons used across several ViUR projects and applications.
## Maintenance
To generate the sub folders' README.md files and the rendered `.png` and `.webp` versions of the `.svg`-source files, use the `gen-readme.py` script from this repository.
Example:
```sh
$ cd scripts
$ pipenv install
$ pipenv run clean
```
### Dependencies
For svg to png conversion is the cairo Systemlibrary required.
#### MacOS
To install this you need the brew tool:
```sh
$ brew install cairo
```
## License
Copyright © 2022 by Mausbrand Informationssysteme GmbH.
Licensed under Creative Commons CC-BY-SA 4.0.