https://github.com/jacoblincool/rainbow-smoke
A command line utility for generating beautiful rainbow smoke images.
https://github.com/jacoblincool/rainbow-smoke
Last synced: about 1 year ago
JSON representation
A command line utility for generating beautiful rainbow smoke images.
- Host: GitHub
- URL: https://github.com/jacoblincool/rainbow-smoke
- Owner: JacobLinCool
- License: mit
- Created: 2022-04-07T17:20:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:37:49.000Z (over 2 years ago)
- Last Synced: 2025-01-24T23:41:17.227Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 57.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rainbow Smoke
A command line utility for generating beautiful rainbow smoke images.

[![Open in Gitpod][gitpod-svg]][gitpod-link]
## Usage
```sh
./smoke
```
You can just run the command above, it will generate a 256x256 image with progress step of 1024.
Or, you can use the following command to see the help message:
```sh
./smoke -help
```
## Troubleshooting
You need to install Go first.
```sh
GO111MODULE=off
```
Don't forget to disable Go module.
> This repository is forked from [Ravenslofty/rbsmoke](https://github.com/Ravenslofty/rbsmoke).
[gitpod-svg]: https://gitpod.io/button/open-in-gitpod.svg
[gitpod-link]: https://gitpod.io/#https://github.com/JacobLinCool/rainbow-smoke