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

30 comments

  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. So? by Anonymous Coward · · Score: 0

    Just because it's Javascript doesn't mean it doesn't have value to some people.

    1. Re:So? by Anonymous Coward · · Score: 0

      Well, code monkeys need jobs too. Since they can't hack it in C or C++ they need some baby langauges like Java and Javascript to do anything. They can't get by on their blowjob lips alone.

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

    3. Re:So? by Anonymous Coward · · Score: 0

      Javascript is not a bad language at all, and obviously better than C++ in certain domains.

      Like making bloated, slow-running websites like Slashdot?

  4. Javascript games != Homebrew by PwnzerDragoon · · Score: 1

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

    Call me back when someone roots the thing.

    1. Re:Javascript games != Homebrew by Anonymous Coward · · Score: 0

      For years? Rooted?

      What have you been smoking?

  5. Not Homebrew by Anonymous Coward · · Score: 0

    If this is considered homebrew then device hackers are just getting lazy.

  6. 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
    2. Re:Opera? by Anonymous Coward · · Score: 0

      And it sucks, I must say.

    3. Re:Opera? by Anonymous Coward · · Score: 0

      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.

      This is true. It's NetFront. Downloads still don't work, except with jpegs and 3d images.

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

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

  9. Why is this a shock by Anonymous Coward · · Score: 0

    I can write web apps that run in browsers. Who knew?

    What the fuck is this doing on here. Are you all really that stupid?

    1. Re:Why is this a shock by Anonymous Coward · · Score: 0

      Narf!

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

  11. 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
  12. 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).

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