Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiagohm/nestalgia
Cross-platform and high-accuracy NES/Famicom emulator built in Kotlin
https://github.com/tiagohm/nestalgia
emulator famicom javafx jmetro kotlin nes nintendo
Last synced: 12 days ago
JSON representation
Cross-platform and high-accuracy NES/Famicom emulator built in Kotlin
- Host: GitHub
- URL: https://github.com/tiagohm/nestalgia
- Owner: tiagohm
- License: gpl-3.0
- Created: 2021-01-16T17:16:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:27:03.000Z (3 months ago)
- Last Synced: 2024-09-17T12:48:58.073Z (3 months ago)
- Topics: emulator, famicom, javafx, jmetro, kotlin, nes, nintendo
- Language: Kotlin
- Homepage: https://tiagohm.github.io/nestalgia
- Size: 21.1 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nestalgia
[![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
[![CI](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml/badge.svg)](https://github.com/tiagohm/nestalgia/actions/workflows/ci.yml)
[![Version](https://img.shields.io/badge/version-0.30.0-blue)](https://github.com/tiagohm/nestalgia/releases/latest)Nestalgia is a cross-platform and high-accuracy NES/Famicom emulator built in Kotlin. It's being ported from
discontinued [Mesen](https://github.com/SourMesen/Mesen) NES/Famicom emulator built in C++ and C#.It implements only the emulator (no debugging tools).
## Features
* High Accuracy
* High Compatibility: Over 300 mappers supported
* NES, Famicom, Famicom Disk System, Dendy, Vs. System, NSF and NSFe emulation are supported
* Save States, Battery, Overclocking and Cheat Codes
* Configurable Region and Speed
* Fullscreen and Screenshot support
* Audio, Video, Controller and Emulation config support
* Over 20 controllers supported
* Gamepad Support
## Library
### Install
Add it to your build.gradle:
```gradle
repositories {
maven { url "https://jitpack.io" }
}
```and:
```gradle
dependencies {
implementation "com.github.tiagohm:nestalgia:core:main-SNAPSHOT"
}
```## Desktop
* [Windows](https://github.com/tiagohm/nestalgia/releases/download/0.30.0/nestalgia-0.30.0-windows.jar)
* [Linux](https://github.com/tiagohm/nestalgia/releases/download/0.30.0/nestalgia-0.30.0-linux.jar)> Before running, check if you have [Java 17](https://www.azul.com/downloads/?package=jdk#zulu) or newer installed.
## Gamepad Support
* The gamepad support for Desktop version uses [Jamepad](https://github.com/williamahartman/Jamepad)
* The first detected gamepad will be used as Standard Controller 1, and the second will be Standard Controller 2
* Y Button will take a screenshot
* X Button will save the game's state
* LB/RB restore the previous/next saved game's state
* Left thumbstick can be used as D-Pad