All Projects → ognis1205 → nests

ognis1205 / nests

Licence: GPL-3.0 license
NES Emulator Written in TypeScript/React

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nests

love-nes
A NES emulator in dotnet core
Stars: ✭ 42 (-53.85%)
Mutual labels:  nes, nes-emulator
nes-emulator
toy NES emulator written in golang.
Stars: ✭ 31 (-65.93%)
Mutual labels:  nes, nes-emulator
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-71.43%)
Mutual labels:  nes, nes-emulator
SwiftNES
Cross-platform NES Emulator written in Swift
Stars: ✭ 29 (-68.13%)
Mutual labels:  nes, nes-emulator
Nes Rust
NES emulator written in Rust + WASM
Stars: ✭ 141 (+54.95%)
Mutual labels:  nes, nes-emulator
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (-74.73%)
Mutual labels:  nes, nes-emulator
SaltyNES
A NES emulator in WebAssembly
Stars: ✭ 69 (-24.18%)
Mutual labels:  nes, nes-emulator
js-nes-emulator
NES emulator in javascript.
Stars: ✭ 12 (-86.81%)
Mutual labels:  nes, nes-emulator
Nes.swift
An NES emulator written in Swift
Stars: ✭ 103 (+13.19%)
Mutual labels:  nes, nes-emulator
Rustynes
👾 An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (+338.46%)
Mutual labels:  nes, nes-emulator
Emulator.NES
📺 Nintendo Entertainment System emulator written in C#.
Stars: ✭ 123 (+35.16%)
Mutual labels:  nes, nes-emulator
Flownes
🎮 An NES emulator written in ES2015+ with flowtype
Stars: ✭ 160 (+75.82%)
Mutual labels:  nes, nes-emulator
nescafe
NES emulator written in C# 🎮 ☕
Stars: ✭ 39 (-57.14%)
Mutual labels:  nes, nes-emulator
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (+254.95%)
Mutual labels:  nes, nes-emulator
Nsfplay
Nintendo NES sound file NSF music player
Stars: ✭ 155 (+70.33%)
Mutual labels:  nes, nes-emulator
Fceumm-PS2
FCEUmm-PS2
Stars: ✭ 25 (-72.53%)
Mutual labels:  nes, nes-emulator
Rom Properties
ROM Properties Page shell extension
Stars: ✭ 210 (+130.77%)
Mutual labels:  nes
Fearless-NES
A NES emulator written in Rust
Stars: ✭ 112 (+23.08%)
Mutual labels:  nes
0cc Famitracker
Extension of jsr's FamiTracker
Stars: ✭ 202 (+121.98%)
Mutual labels:  nes
Lemuroid
All in 1 emulator on Android!
Stars: ✭ 194 (+113.19%)
Mutual labels:  nes

NesTs Nintendo Entertainment System (NES) Emulator

License: GPL v3

   

Summary

You can play online demo HERE. TypeScript/React.js NES emulator implementation for My Own Learning Porpose. The implementation is NOT fully faithfull to the original NES hardware and some codes are still messy.

Getting Started

  1. Run the following command in the project root directory to install dependencies:
 $ npm install && npm run build
  1. After the installation, you can start the server by the following command in the project root directory:
$ npm start

Running Development Server

  1. If you want to run the development server, simply run the following command in the project root directory:
 $ npm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Key-Mappings

NES Button Keyboard
Arrow-Right
Arrow-Down
Arrow-Left
Arrow-Up
SELECT Space
START Return
A X
B Z

Roadmap

The following is a checklist of features and their progress:

  • Console
    • NTSC
  • CPU
    • Official Instructions
    • Unofficial Instructions
    • Interrupts
  • PPU
    • VRAM
    • Background
    • Sprites
    • NTSC TV Artifact Effects
    • Emphasize RGB/Grayscale
  • APU
    • AudioWorklet
    • Pulse Channels
    • Triangle Channels
    • Noise Channels
    • Delta Mulation Channel
  • Inputs
  • Memory
  • Cartridge
    • Battery-backed Save RAM
    • iNES Format
    • NES 2.0 Format
    • Mappers
      • NROM (Mapper 0)
      • SxROM/MMC1 (Mapper 1)
      • UxROM (Mapper 2)
      • CNROM (Mapper 3)
      • TxROM/MMC3 (Mapper 4)
      • ExROM/MMC5 (Mapper 5)
  • Misc
    • Reimplement UI/UX for smartphone users
    • GitHub page
    • Unit/Integration tests
    • Refactor Source Codes
    • Error Handling
    • Documentation
    • Make Things Responsive
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].