All Projects → bokuweb → Flownes

bokuweb / Flownes

🎮 An NES emulator written in ES2015+ with flowtype

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Flownes

Nes.swift
An NES emulator written in Swift
Stars: ✭ 103 (-35.62%)
Mutual labels:  nes, nes-emulator, emulator
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (+101.88%)
Mutual labels:  nes, nes-emulator, emulator
Rustynes
👾 An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (+149.38%)
Mutual labels:  nes, nes-emulator, emulator
Nes Rust
NES emulator written in Rust + WASM
Stars: ✭ 141 (-11.87%)
Mutual labels:  nes, nes-emulator, emulator
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (-85.62%)
Mutual labels:  emulator, nes, nes-emulator
js-nes-emulator
NES emulator in javascript.
Stars: ✭ 12 (-92.5%)
Mutual labels:  emulator, nes, nes-emulator
Nsfplay
Nintendo NES sound file NSF music player
Stars: ✭ 155 (-3.12%)
Mutual labels:  nes, nes-emulator, emulator
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-83.75%)
Mutual labels:  emulator, nes, nes-emulator
SaltyNES
A NES emulator in WebAssembly
Stars: ✭ 69 (-56.87%)
Mutual labels:  emulator, nes, nes-emulator
Nes Js
JavaScript NES(Famicom) emulator
Stars: ✭ 131 (-18.12%)
Mutual labels:  nes, emulator
Hnes
🎮 NES Emulator written in Haskell
Stars: ✭ 340 (+112.5%)
Mutual labels:  nes, emulator
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 (+2857.5%)
Mutual labels:  nes, emulator
Jsnes Web
A browser UI for JSNES, a JavaScript NES emulator
Stars: ✭ 398 (+148.75%)
Mutual labels:  nes, emulator
Mesen
Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
Stars: ✭ 814 (+408.75%)
Mutual labels:  nes, emulator
Nestur
The NES (emulator) you left outside in the rain but let dry and still kind of works
Stars: ✭ 505 (+215.63%)
Mutual labels:  nes, emulator
Xamarines
🕹️📱Cross-Platform Nintendo Emulator using Xamarin and .Net Standard!
Stars: ✭ 153 (-4.37%)
Mutual labels:  nes-emulator, emulator
Jsnes
A JavaScript NES emulator.
Stars: ✭ 5,354 (+3246.25%)
Mutual labels:  nes, emulator
Retro Go
Retro emulation for the ODROID-GO
Stars: ✭ 73 (-54.37%)
Mutual labels:  nes, emulator
Nes ebook
A mini book on writing NES emulator using rust lang
Stars: ✭ 38 (-76.25%)
Mutual labels:  nes, emulator
Nescala
A Nes Emulator written in Scala
Stars: ✭ 79 (-50.62%)
Mutual labels:  nes, emulator

flownes

A NES emulator written in ES2015+ with flowtype

CircleCI Gemnasium

Screenshot

Related

Development

$yarn install
$yarn start
$open http://localhost:8888

Test

$yarn test

TODO

  • [ ] Mapper(except mapper0)
  • [ ] PPU
    • [ ] 8 * 16 Sprite
  • [ ] APU
    • [ ] Noise
    • [ ] DCM
  • [ ] 2P GamePad

v0.1.0

prototype.

License

The MIT License (MIT)

Copyright (c) 2017 @Bokuweb

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].