n64 emulator in the browser with smartphone motion controller.
Go to file
2017-02-14 22:10:38 -06:00
sensors refactor 2017-02-14 21:58:19 -06:00
src refactor 2017-02-14 21:58:19 -06:00
stylesheets refactor 2017-02-14 21:58:19 -06:00
vendor refactor 2017-02-14 21:58:19 -06:00
views touch inputs not registering, or the connection isn't getting through from the phone 2017-02-14 22:10:38 -06:00
.gitignore recommit with proper nodejs skeleton 2017-02-12 17:25:04 -06:00
LICENSE paradrop light chute yaml file 2017-02-14 14:07:29 -06:00
package.json refactor 2017-02-14 21:58:19 -06:00
paradrop.yaml refactor 2017-02-14 21:58:19 -06:00
README.md refactor 2017-02-14 21:58:19 -06:00
webpack.config.js recommit with proper nodejs skeleton 2017-02-12 17:25:04 -06:00

Drop64

Nintendo N64 displayed in a browser window and controlled by a smartphone. Emscripten compiled mupen64plus, ionic app, and socket.io proxy of input.

To run:

npm install
npm start 

Go to localhost:3000/ in your browser and localhost:3000/controller on phone.

Games are not hosted here, go find a ROM for the game you want to play. You'll need to upload it on the display page.

Note that the controller portion of this app comes in a smartphone flavor too. See damouse/Drop64_App for that version.

In Progress

  • Multiplayer
  • Canvas Streaming
  • Lobbies