Git Product home page Git Product logo

webn.es's People

Contributors

bogidon avatar conradev avatar elklein96 avatar jawerty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

webn.es's Issues

Outdated Dropbox API

This issue is preventing webNES from working. The plus (add games) button isn't working, and the homebrew ROMs aren't showing up.

Not working on android

screenshot_2019-02-22-23-27-23
On any web browser I use I can't get any thing to work just lodes webn.es with the top bar showing up and that it when I.but the plus to go to Dropbox nothing happens at all

Upstream

Would be great to get some of this stuff upstream in JSNES if you'd be willing to put together some PRs!

Web Audio API NES sounds gimped in Mobile Safari, iOS WKWebView, and Android Browsers

Brilliant move, fellas, using Web Audio API for sound emulation. I am unlocking the audio context on touchend (due to breaking changes in iOS 9.2) but no dice playing back sound samples on ui.writeAudio in Mobile Safari, iOs WKWebViews, and Android Browsers. Working fine in my Chrome and Firefox desktop browsers, though.

Have you encountered a workaround? Silent NES is only half the fun :/

Example here

Not pixelated- solution provided

It looks blurred instead of pixelated. Easy fix: add this to the canvas in index.html.
style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: -o-crisp-edges; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; "
i.e. replace
<canvas id="screen" width="256" height="240"></canvas>
with
<canvas id="screen" width="256" height="240" style="image-rendering: optimizeSpeed; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: -o-crisp-edges; image-rendering: pixelated; -ms-interpolation-mode: nearest-neighbor; "></canvas>
Nothing needs to be changed other than index.html in my experience. An option could be provided to switch between nearest neighbor (what this enables) and linear interpolation (default).
Comparison: My method:

Default:

Images

hello, sorry for my English, I'm Spanish.
after testing the mobile web I see that if you hold a key (image) I hold a while, the browser will jump with a message, image save, open etc. ..
I think it would be nice to use a power tipografias, can create icons in this web http://icomoon.io/app and then by adding css, I think that's the problem of the image hold is resolved.
a greeting, continue with the project, is very good.

Use IndexedDB instead of WebSQL

webn.es doesn't work on any mobile device that is not WebKit/Blink, e.g. Windows Phone, Firefox OS Phone, etc. because it uses openDatabase() to get a WebSQL database. Please consider switching to IndexedDB.

IndexedDB API is verbose and troublesome but there are library available for simpler usage.

Sorry, but how to use it? Cannot find an entry to load .nes file

Hi,

I tried this project but I don't know how to start. Open index.html there is just description of this project, I cannot find an entry to load .nes files, nor how the js library is invoked. Can anybody help?

BTW, the images in README.md cannot be found.

image

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.