https://github.com/spilth/foww-icons
Ruby code that generates SVGs of Fallout Wasteland Warfare symbols
https://github.com/spilth/foww-icons
fallout svg-icons
Last synced: about 1 month ago
JSON representation
Ruby code that generates SVGs of Fallout Wasteland Warfare symbols
- Host: GitHub
- URL: https://github.com/spilth/foww-icons
- Owner: spilth
- Created: 2022-07-26T03:00:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T03:49:47.000Z (over 3 years ago)
- Last Synced: 2025-12-26T07:48:04.517Z (5 months ago)
- Topics: fallout, svg-icons
- Language: Ruby
- Homepage: https://foww-icons.spilth.org
- Size: 305 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fallout: Wasteland Warfare Icons
This is a collection of icons for the game [Fallout: Wasteland Warfare](https://www.modiphius.net/pages/fallout-wasteland-warfare) created by [Modiphius Entertainment](https://modiphius.net/). They are provided in the Scalable Vector Format (SVG) so that they can be used at any size without losing quality.
## Development Setup
To check out the project and generate the icons, do the following:
```bash
$ git clone git@github.com:spilth/foww-icons.git
$ bundle
$ rake
```
This will generate the SVG icons and an HTML page in an `output` directory.