Coder Preps 3DS Browser Homebrew Game Library 30
An anonymous reader writes "Nintendo's recent update for the 3DS brought some interesting new features, including something the company may not have intended: the capacity for homebrew coders to create their own software on the platform."
It's Javascript stuff (Score:2)
It's Javascript stuff. Move along, nothing to see here.
Re: (Score:1)
Odd, I can see Javascript just fine.
Re:It's Javascript stuff (Score:4, Informative)
To be precise; he's opening a webpage with a javascript game in the newly added browser. No hardware access whatsoever, except key events for five of the buttons.
How much fucking trouble would it be to mention that in the summary? It's like they went out of their way to make it misleading and worthless.
Re: (Score:1)
misleading and worthless.
That's our Slashdot!
Re: (Score:1)
How much fucking trouble would it be to mention that in the summary? It's like they went out of their way to make it misleading and worthless.
Welcome to Slashdot. You must be new here.
Re: (Score:1)
No, it's because the editors are lazy, dumb, fat asses.
JS Web games, not homebrew (Score:4, Informative)
Re: (Score:2)
No one cares what you think.
Cut the guy some slack (Score:4, Insightful)
Maybe this guy won't figure those things out, but the article will inspire someone else to get interested and figure the rest out.
My criteria: Super Mario completeness (Score:2)
If he had mapped every button would it have made a difference? What about when he discovers sound?
In my opinion, JavaScript homebrew will have arrived once it's "Super Mario complete". This means when its capability is on par with what was possible in 1985 when Super Mario Bros. came out:
Re: (Score:2)
Now, regarding this story, there's nothing really notable here. The only interesting part is that you can access most of the DS' buttons from Javascript... which is nice, but not unexpected nor revolutionary. Accessing 3d functionality, or using a JS exploit to hook into the 3DS' hardware, would be notable.
Javascript games != Homebrew (Score:1)
Wow, I've been doing 3DS hacking for years!
Call me back when someone roots the thing.
Comparable to PassMe (Score:2)
Opera? (Score:2)
From what I've heard, Nintendo didn't go with Opera for their 3DS browser. Anyone has any details, now that it's available?
Re: (Score:2)
3d (Score:2)
If you could tap into the 3d with this, it would be -awesome-.
As just a small screen with javascript and no sound, it's merely meh. On the level of 'weekend project'.
Re: (Score:1)
Re: (Score:3)
I guess you've never tried to play audio in a browser without Flash and HTML 5.
Javascript is the Lingua Franca of app devolpment (Score:2)
Run != I/O (Score:2)
Just write your stuff in Javascript and it runs anywhere.
True, but it can't necessarily input and output anywhere. Say I write a game that uses the HTML5 audio playback API for its sound effects and music. On a platform that does not implement the HTML5 audio playback API, the game will be silent, and the player will have no idea when to send keypress events so that they'll arrive in time with the music.
Re: (Score:1)