1 Star 1 Fork 0

编译工具集 / pegasus-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

screenshot

Pegasus Frontend

Pegasus is a graphical frontend for browsing your game library and launching all kinds of emulators from the same place. It's focusing on customizability, cross platform support (including embedded) and high performance.

CircleCI status AppVeyor status Coverity Scan status Codacy status GPLv3 license

Features

Open source and cross platform: runs on Windows, Linux, Mac, Android, all Raspberries, Odroids and possibly on other devices too. Hardware accelerated and works with or without X11.

Full control over the UI: themes can completely change everything that is on the screen. Add or remove UI elements, menu screens, animations, whatever. Want to make it look like Kodi? Steam? Any other launcher? No problem. You can even run your custom shader code.

ES2 backward compatibility: Pegasus can use EmulationStation's gamelist files, no need to invent a new set of tools.

Features you'd expect: Gamepad support and config. Multiple aspect ratio support. Portable mode support. Live theme reload. A clock in the corner.

Installation and setup

You can find downloads and platform-specific notes on the project's website, under Downloads. Documentation and configuration guides can be found HERE, in particular you might want to take a look on the Getting started page.

Building from source

Build dependencies

  • C++11 compatible compiler
  • Qt 5.15.0 or later, with the following modules:
    • QML and QtQuick2
    • Multimedia
    • SVG
    • SQL (SQLite v3)
  • Either SDL (2.0.4 or later) or Qt Gamepad

For more information, please see the detailed build guide.

Downloading the source

The project uses Git submodules. If you've cloned the repository recursively, they are automatically cloned as well. In case you forgot to do that, you can do it manually, like this:

# call this after every repo update
git submodule update --init

Building

You can use any Qt-compatible IDEs, eg. Qt Creator to build the project, or you can manually invoke:

mkdir build && cd build
qmake ..  # qmake [params] [project path], see below
make
make check    # optional, to run tests
make install  # optional

For more details, including possible build parameters, see the build documentation.

License

Pegasus Frontend is available under GPLv3 license. Some included assets, such as product logos and symbols may not be available for commercial usage and/or may require additional permissions from their respective owners for certain legal uses. Furthermore, trademark usage may be limited as per §7 of the GPLv3 license. You can find the details in the LICENSE file.

All trademarks, service marks, trade names, trade dress, product names and logos are property of their respective owners. All company, product and service names used in this product are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.

Donate

Pegasus is a free and open source project, and will remain as one. If you would like to provide financial support, you can use the following links. This is completely optional, but every contribution is much appreciated!

PayPal Liberapay Patreon Buy Me a Coffee

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/compilation-toolset/pegasus-frontend.git
git@gitee.com:compilation-toolset/pegasus-frontend.git
compilation-toolset
pegasus-frontend
pegasus-frontend
master

搜索帮助