A frontend for Mupen64Plus
Find a file
Milan Nikolic 7d0dd4ec4e Merge pull request #101 from tmose1106/master
Change setup.py to Setuptools and refactor bits of code within setup.py
2017-03-17 13:26:38 +01:00
dist Prepare release 2017-01-19 05:22:02 +01:00
src/m64py Sanitize joystick names 2017-03-08 21:11:36 +01:00
test Initial commit 2012-06-23 16:28:26 +02:00
xdg Don't installing conflicting mime type for *.*64 2014-09-06 09:58:07 +02:00
.gitignore Change setup.py to Setuptools and refactor bits of code 2017-03-17 00:13:44 -04:00
AUTHORS Fix short url to my contributions 2014-10-18 21:42:40 +02:00
ChangeLog Prepare release 2017-01-19 05:22:02 +01:00
COPYING Initial commit 2012-06-23 16:28:26 +02:00
LICENSES Drop support for SDL1 2017-01-15 13:43:29 +01:00
m64py remove main() function per recommendation http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#object-destruction-on-exit 2014-12-20 22:37:56 +01:00
MANIFEST.in replace CountPerOp spin with combo box 2014-01-23 14:29:58 +01:00
README.md Update README.md 2017-02-23 10:41:06 +01:00
setup.py Change setup.py to Setuptools and refactor bits of code 2017-03-17 00:13:44 -04:00

              _____ __ __
   ____ ___  / ___// // / ____  __  __
  / __ `__ \/ __ \/ // /_/ __ \/ / / /
 / / / / / / /_/ /__  __/ /_/ / /_/ /
/_/ /_/ /_/\____/  /_/ / .___/\__, /
                      /_/    /____/
    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 Mupen64Plus shared library.

Features

  • Changeable emulation plugins for audio, core, input, rsp, video
  • Selection of emulation core
  • Configuration dialogs for core, plugin and input settings
  • ROMs list with preview images
  • Input bindings configuration
  • Cheats support
  • Support gzip, bzip2, zip, rar and 7z archives
  • Video extension (embedded OpenGL window)

Dependencies

Ubuntu

sudo apt-get install python-pyqt5 pyqt5-dev-tools python-pyqt5.qtopengl libsdl2-dev

Install

Run python setup.py install to install

Run python setup.py build_qt before you can start ./m64py from source dir

License

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