Slashdot Mirror


Coder Preps 3DS Browser Homebrew Game Library

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

21 of 30 comments (clear)

  1. It's Javascript stuff by Dwedit · · Score: 1

    It's Javascript stuff. Move along, nothing to see here.

    1. Re:It's Javascript stuff by Graham+J+-+XVI · · Score: 1

      Odd, I can see Javascript just fine.

    2. Re:It's Javascript stuff by Anonymous Coward · · 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.

    3. Re:It's Javascript stuff by Anonymous Coward · · Score: 1

      misleading and worthless.

      That's our Slashdot!

    4. Re:It's Javascript stuff by Anonymous Coward · · 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.

    5. Re:It's Javascript stuff by Anonymous Coward · · Score: 1

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

  2. JS Web games, not homebrew by yincrash · · Score: 3, Informative

    I would not consider a JS library for 3DS web games to be considered homebrew.

    1. Re:JS Web games, not homebrew by Mr.+McGibby · · Score: 1

      No one cares what you think.

      --
      Mad Software: Rantings on Developing So
  3. Javascript games != Homebrew by PwnzerDragoon · · Score: 1

    Wow, I've been doing 3DS hacking for years!

    Call me back when someone roots the thing.

  4. Opera? by Yvan256 · · Score: 1

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

    1. Re:Opera? by dreemernj · · Score: 1

      There was a story a couple months ago saying the browser would be based on NetFront. That's what the PS3 and PSP browsers are based on.

      --
      1 (short ton / firkin) = 89.1432354 slugs / keg
  5. 3d by Aladrin · · Score: 1

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

    --
    "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    1. Re:3d by Pawnn · · Score: 1

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

    2. Re:3d by Yvan256 · · Score: 2

      I guess you've never tried to play audio in a browser without Flash and HTML 5.

  6. Javascript is the Lingua Franca of app devolpment by bigsexyjoe · · Score: 1

    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?

  7. Cut the guy some slack by Pawnn · · Score: 4, Insightful

    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.

  8. Re:So? by Toonol · · Score: 1

    Nah, you're crippled by your misplaced arrogance. Javascript is not a bad language at all, and obviously better than C++ in certain domains.

    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.

  9. Re:Why is this a shock by squall14716 · · Score: 1

    Indeed. Sorry, JavaScript games in a browser does not count as 3DS Homebrew, you fucking retards.

  10. My criteria: Super Mario completeness by tepples · · Score: 1

    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
  11. Comparable to PassMe by tepples · · Score: 1

    "For years" probably means as long as DHTML has been around. "Rooted" probably means an exploit comparable to PassMe on the original DS, which was an adapter that allowed loading DS code from SLOT-2 (the Game Boy Advance slot).

  12. Run != I/O by tepples · · Score: 1

    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.