Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blooser/gemini
Audio player with wallpaper changer
https://github.com/blooser/gemini
cmake cpp cpp17 qml qt5 taglib vlc
Last synced: 9 days ago
JSON representation
Audio player with wallpaper changer
- Host: GitHub
- URL: https://github.com/blooser/gemini
- Owner: blooser
- License: gpl-3.0
- Created: 2020-04-05T21:46:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T17:00:23.000Z (about 4 years ago)
- Last Synced: 2023-10-12T01:57:09.922Z (about 1 year ago)
- Topics: cmake, cpp, cpp17, qml, qt5, taglib, vlc
- Language: C++
- Size: 6.31 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gemini is an audio player with wallpaper changer
Gemini is currently in the early development stage, it might have unfinished features or bugs
## Dependency
This software is based on
- [Qt](https://www.qt.io/)
- [TagLib](https://taglib.org/)
- [LibVlc](https://wiki.videolan.org/LibVLC)## Build and run
To build this software, follow the instructions
### Repository
Clone the repository
```bash
git clone https://github.com/blooser/gemini && cd gemini
```### Build
Prepare the build
```bash
mkdir build && cd build
cmake ..
make
```### Unit tests
Run the unit tests```bash
make test
```### Install
Install the gemini
```bash
make install
```## License
Gemini is a free software released under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html)