Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iovxw/bismuth
Wallpaper generator
https://github.com/iovxw/bismuth
Last synced: 3 months ago
JSON representation
Wallpaper generator
- Host: GitHub
- URL: https://github.com/iovxw/bismuth
- Owner: iovxw
- License: unlicense
- Created: 2016-09-17T09:18:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T16:29:58.000Z (over 8 years ago)
- Last Synced: 2024-08-02T01:25:52.231Z (6 months ago)
- Language: Clojure
- Homepage: https://iovxw.net/p/bismuth
- Size: 870 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bismuth
| ![screenshot0.png](screenshot0.png) | ![screenshot1.png](screenshot1.png) |
|:-----------------------------------:|:------------------------------------|自动生成壁纸, 下载见 *Releases*
更多介绍:
## Build
To build this project, you need install [boot](https://github.com/boot-clj/boot) first.
Then:
```
boot build
```## Run
You can start the electron process using
[electron-prebuilt](https://github.com/mafintosh/electron-prebuilt) or
using a downloaded `Electron.app` package:```
electron target/
```## Package
The easiest way to package an electron app is by using
[`electron-packager`](https://github.com/maxogden/electron-packager):```
electron-packager target/ bismuth --platform=linux --arch=ia32 --version=1.3.4
```
## LicenseThis is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.