Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Nintendo Portables (Games) Programming Games

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."
This discussion has been archived. No new comments can be posted.

Coder Preps 3DS Browser Homebrew Game Library

Comments Filter:
  • It's Javascript stuff. Move along, nothing to see here.

    • Odd, I can see Javascript just fine.

    • by Anonymous Coward on Friday June 10, 2011 @02:56PM (#36404170)

      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.

      • by Anonymous Coward

        misleading and worthless.

        That's our Slashdot!

      • by Anonymous Coward

        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.

      • by Anonymous Coward

        No, it's because the editors are lazy, dumb, fat asses.

  • by yincrash ( 854885 ) on Friday June 10, 2011 @02:45PM (#36404030)
    I would not consider a JS library for 3DS web games to be considered homebrew.
    • No one cares what you think.

    • by Pawnn ( 1708484 ) on Friday June 10, 2011 @04:10PM (#36405110)
      This isn't a bad start, discovering how to utilize the d-pad and the A button. Every project has to start somewhere right? If he had mapped every button would it have made a difference? What about when he discovers sound?

      Maybe this guy won't figure those things out, but the article will inspire someone else to get interested and figure the rest out.
      • 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:

        • Events for presses and releases of Up, Down, Left, Right, A, and B, and combinations thereof
        • Sound
        • Scrolling
        • Ability to run while away from a connection to the Internet
  • Wow, I've been doing 3DS hacking for years!

    Call me back when someone roots the thing.

  • From what I've heard, Nintendo didn't go with Opera for their 3DS browser. Anyone has any details, now that it's available?

  • by Aladrin ( 926209 )

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

    • by Pawnn ( 1708484 )
      Not a bad start, though no doubt either he or someone else will end up taking it a step further. I'm guessing nobody will use the 3D with just javascript, but sound shouldn't be THAT hard...
  • Just write your stuff in Javascript and it runs anywhere. It is perhaps one of the most important languages now. Does this make you happy?
    • 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.

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...