A frontend for Mupen64Plus
Find a file
Conchúr Navid 1ed857fcea import debian package from Debian's pkg-games team
The pkg-games team in debian prepared a package under
https://anonscm.debian.org/cgit/pkg-games/mupen64plus-ui-python.git/ - this
one can be also be used to build the m64py*.deb from the upstream
repository. The Debian specific patches were dropped and the code to create
a version number based on the version number in the code was readded.
2015-12-19 17:40:27 +01:00
dist import debian package from Debian's pkg-games team 2015-12-19 17:40:27 +01:00
src/m64py fix QKeySequence crash 2015-10-22 20:00:15 -06: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
AUTHORS Fix short url to my contributions 2014-10-18 21:42:40 +02:00
ChangeLog prepare release 2015-05-04 21:54:27 +02:00
COPYING Initial commit 2012-06-23 16:28:26 +02:00
LICENSES replace icons 2014-01-11 19:46:44 +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 pyqt5 2014-12-20 19:52:40 +01:00
setup.py prepare release 2015-05-04 21:54:27 +02:00

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

About

M64Py is a Qt5 front-end (GUI) for Mupen64Plus 2.0, 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

  • ROMs list with preview images
  • Input bindings configuration
  • Cheats support
  • Support gzip, bzip2, zip, rar and 7z archives
  • Video extension (embedded OpenGL window)

Dependencies

  • PyQt5
  • SDL-1.2 or SDL-2.0

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.