Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amatcoder/mednaffe
A front-end (GUI) for mednafen emulator
https://github.com/amatcoder/mednaffe
c cross-platform emulator-frontend gtk gui
Last synced: 6 days ago
JSON representation
A front-end (GUI) for mednafen emulator
- Host: GitHub
- URL: https://github.com/amatcoder/mednaffe
- Owner: AmatCoder
- License: gpl-3.0
- Created: 2015-03-12T23:00:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T17:33:26.000Z (7 months ago)
- Last Synced: 2024-10-04T21:59:58.952Z (about 1 month ago)
- Topics: c, cross-platform, emulator-frontend, gtk, gui
- Language: C
- Homepage:
- Size: 11.1 MB
- Stars: 421
- Watchers: 29
- Forks: 35
- Open Issues: 27
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
## Mednaffe
Mednaffe is a front-end (GUI) for mednafen emulator.
Its main features are:
* It is written in C language.
* Available for Linux and Windows.
* The only dependency is GTK+3.
* GPLv3 licensed.## Building mednaffe on Linux
To build mednaffe you need GTK+3 (3.16 or above) development libraries.
* Run the "configure" script here, e.g.:
``./configure``
* Then build with:
``make``
* To install it then do:
``make install``
*Note: You do not need to install mednaffe, it can be run from /src folder.*