All Projects → fredericcambon → react-nes

fredericcambon / react-nes

Licence: GPL-3.0 license
React UI for https://github.com/fredericcambon/nes

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to react-nes

Nes.swift
An NES emulator written in Swift
Stars: ✭ 103 (+543.75%)
Mutual labels:  emulator, nes
Nsfplay
Nintendo NES sound file NSF music player
Stars: ✭ 155 (+868.75%)
Mutual labels:  emulator, nes
Retrograde Android
Play retro video games on your Android TV!
Stars: ✭ 114 (+612.5%)
Mutual labels:  emulator, nes
Retro Go
Retro emulation for the ODROID-GO
Stars: ✭ 73 (+356.25%)
Mutual labels:  emulator, nes
Lemuroid
All in 1 emulator on Android!
Stars: ✭ 194 (+1112.5%)
Mutual labels:  emulator, nes
Nescala
A Nes Emulator written in Scala
Stars: ✭ 79 (+393.75%)
Mutual labels:  emulator, nes
Nes Rust
NES emulator written in Rust + WASM
Stars: ✭ 141 (+781.25%)
Mutual labels:  emulator, nes
Jsnes
A JavaScript NES emulator.
Stars: ✭ 5,354 (+33362.5%)
Mutual labels:  emulator, nes
Esplay Retro Emulation
Retro Emulation Collection for ESPlay Hardware, an ESP32 based game console
Stars: ✭ 183 (+1043.75%)
Mutual labels:  emulator, nes
Nes
A Javascript NES Emulator
Stars: ✭ 168 (+950%)
Mutual labels:  emulator, nes
Nes ebook
A mini book on writing NES emulator using rust lang
Stars: ✭ 38 (+137.5%)
Mutual labels:  emulator, nes
Awesomenes
🎮 A NES emulator written in Go
Stars: ✭ 245 (+1431.25%)
Mutual labels:  emulator, nes
Embeddednes
A portable NES simulator for embedded processors
Stars: ✭ 26 (+62.5%)
Mutual labels:  emulator, nes
Laines
Cycle-accurate NES emulator in ~1000 lines of code
Stars: ✭ 1,365 (+8431.25%)
Mutual labels:  emulator, nes
Mesen
Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
Stars: ✭ 814 (+4987.5%)
Mutual labels:  emulator, nes
Nes Js
JavaScript NES(Famicom) emulator
Stars: ✭ 131 (+718.75%)
Mutual labels:  emulator, nes
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+29475%)
Mutual labels:  emulator, nes
Nestur
The NES (emulator) you left outside in the rain but let dry and still kind of works
Stars: ✭ 505 (+3056.25%)
Mutual labels:  emulator, nes
Flownes
🎮 An NES emulator written in ES2015+ with flowtype
Stars: ✭ 160 (+900%)
Mutual labels:  emulator, nes
Punes
Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
Stars: ✭ 217 (+1256.25%)
Mutual labels:  emulator, nes

react-nes

React UI for https://github.com/fredericcambon/nes

Examples

https://onanes.herokuapp.com/

Example 1 Example 2

Installing

docker-compose -f docker-compose.yml -f docker-compose.dev.yml build
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Go to localhost:8080

Quick Start

If you want to run the project locally you'll need to put your ROMs into the ./data folder and add a ./src/utils/constants.js file containing the info of these files to load.

No ROMs are provided to this project for obvious legal reasons.

export var ROMS = [ {
    value: 1,
    label: 'A game',
    slug: 'game-slug',
    cover: 'http://cover.png',
    filepath: 'rom-name.nes'
}]

TODO

This repo is still a WIP and its main purpose is to give me a UI to implement the NES Emulator

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].