Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)