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: about 22 hours 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T17:33:26.000Z (10 months ago)
- Last Synced: 2025-02-01T10:10:06.985Z (about 22 hours ago)
- Topics: c, cross-platform, emulator-frontend, gtk, gui
- Language: C
- Homepage:
- Size: 11.1 MB
- Stars: 448
- Watchers: 30
- Forks: 35
- Open Issues: 33
-
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.*