Update README.md

This commit is contained in:
Rafostar
2020-11-18 10:39:51 +01:00
committed by GitHub
parent e35968d583
commit 24702c55d3

View File

@@ -19,12 +19,14 @@ A GNOME media player built using [GJS](https://gitlab.gnome.org/GNOME/gjs) and p
### WORK IN PROGRESS ### WORK IN PROGRESS
This is still early WIP. Many features are not implemented yet and quite a few are still unstable. This is still early WIP. Many features are not implemented yet and quite a few are still unstable.
Clapper is a GNOME media player build using [GJS](https://gitlab.gnome.org/GNOME/gjs) with [GTK4](https://www.gtk.org) toolkit. The media player is using GStreamer [GstPlayer API](https://gstreamer.freedesktop.org/documentation/player/gstplayer) as a media backend and renders everything via [OpenGL](https://www.opengl.org). Both [GTK4](https://www.gtk.org) and [GStreamer](https://gstreamer.freedesktop.org) plugins share a single global GL context which improves performance greatly.
### Features: ### Features:
* [Playlists](https://github.com/Rafostar/clapper/wiki/Playlists) * [Playlists](https://github.com/Rafostar/clapper/wiki/Playlists)
* [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration) * [Hardware acceleration](https://github.com/Rafostar/clapper/wiki/Hardware-acceleration)
* [Floating mode](https://github.com/Rafostar/clapper/wiki/Floating-mode) * [Floating mode](https://github.com/Rafostar/clapper/wiki/Floating-mode)
## Installation from flatpak (recommended) ## Installation from Flatpak (recommended)
The flatpak package includes all required dependencies and codecs. Additionally it also has a few patches, thus some functionalities work better (or are only available) in flatpak version (until my changes are accepted upstream). The flatpak package includes all required dependencies and codecs. Additionally it also has a few patches, thus some functionalities work better (or are only available) in flatpak version (until my changes are accepted upstream).
```sh ```sh