mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
242 stars 66 forks source link
emulator-frontend n64

::

              _____ __ __
   ____ ___  / ___// // / ____  __  __
  / __ `__ \/ __ \/ // /_/ __ \/ / / /
 / / / / / / /_/ /__  __/ /_/ / /_/ /
/_/ /_/ /_/\____/  /_/ / .___/\__, /
                      /_/    /____/
    http://m64py.sourceforge.net
    A frontend for Mupen64Plus

About

M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over the Mupen64Plus shared library.

Features

Dependencies

Ubuntu ++++++

sudo apt install libsdl2-dev qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtopengl

PyPi ++++

To install just the Python dependencies:

pip install -r requirements.txt --user

.. note::

This will not install the other system dependencies which are listed above.

You can also drop the --user flag and run as root user if you want to install system-wide, but this is not recommended, as this will likely screw up your distro's package management.

Install

First, run python setup.py build followed by python setup.py install to install

.. code::

python setup.py build python setup.py install --user

.. note::

If you use the --user flag, make sure ~/.local/bin is in your user's path environment variable.

License

M64Py is free/libre software released under the terms of the GNU GPL license. Please see the COPYING file for details.