Giter Club home page Giter Club logo

nes's Introduction

WebNES

NES emulator in Javascript using HTML5 canvas. Optimised for Chrome's V8 engine. Due to various performance issues and the lack of real typed arrays in IE, it is entirely not supported.

WebNES supports the following features:

  • Supports all common NES mapper formats, approximately 98% of games should work
  • Audio support using the HTML5 WebAudio API
  • WebGL support with canvas fallback on platforms which do not support it
  • Supports a selection of WebGL shaders used in the higan SNES emulator, such as CRT monitor emulation
  • Remappable keyboard keys
  • Save state support through quick save / quick load
  • Game genie database - If a game is loaded which has known game genie codes, the player can click the star on the toolbar to be able to activate / deactivate GG codes
  • Screenshots
  • Game pad support
  • NTSC / PAL support
  • Zip file support to load ROMs
  • Game speed can be slowed down / sped up
  • Debugging for ROM authors or other emulator authors - Trace logs can be generated for CPU instructions and PPU events

Just play

A release build can be played here http://peteward44.github.io/WebNES

Building

WebNES can run without building, however various optimisations are performed by the closure compiler and the grunt build script. You will need npm and bower installed.

Windows

Run setup.cmd
Run build_release.cmd

Linux

npm install
bower install
grunt

nes's People

Contributors

peteward44 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.