Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Games

Palm Pre and WebOS Get Native Gaming 49

rboatright writes "WebOS developers have been waiting, and with the 1.3.5 release, Palm's open source page suddenly listed SDL. Members of the WebOS internals team took that as a challenge and within 24 hours had a working port of Doom running in SDL on the Pre, in a webOS card. 48 hours later, they not only had Quake running, but had found in the latest LunaSysMgr the requirements to launch a native app from the webOS app launcher from an icon just like any other app. At the same time, the team demonstrated openGL apps running. With full native code support, with I/O available via SDL, developers now have a preview into Palm's future intent with regard to native code SDK's, and a hint of what's coming."
This discussion has been archived. No new comments can be posted.

Palm Pre and WebOS Get Native Gaming

Comments Filter:
  • When ScummVM [scummvm.org] gets ported to the Pre, then I'll get excited. ScummVM is usually the first gaming software that I install.
  • I'll be honest (Score:3, Insightful)

    by Monkeedude1212 ( 1560403 ) on Monday January 04, 2010 @04:05PM (#30645138) Journal

    I'm not a good representative of the average phone consumer, but I honestly can't find myself playing any games on my phone besides the ultra simple ones, like Bubble Breaker and Solitaire. Even Teeter, (get the ball in the hole by tilting the phone around) seems to demand too much attention and battery to really play it often.

    How many other /.ers use their phones for games? What kinds of games, and how often do you play?

    Just curious of the demographics for this crowd.

    • Re: (Score:2, Informative)

      by str8edge ( 34283 )
      I don't game on my phone, as I use a corporate cell phone. But I do game on my Nokia N810. ScummVM, some solitaire games, and Simon Tatham's puzzle collection [greenend.org.uk] are installed. I play when I'm usually stuck somewhere waiting for something beyond my control, like a doctor/dentist appointment.
    • Chrono Trigger
      Mario RPG
      I might play FF6 again but that would be my 8th time playing it, so I may need to find something else.
       
      Basically SNES games

      • by tepples ( 727027 )

        Basically SNES games

        What brand of copier do you recommend for dumping SNES Game Paks that I bought on eBay so that I can play them on an emulator?

        • by ZosX ( 517789 )

          yeah. for all the time and effort, just download the roms. you can at least sleep easier knowing that you actually own physical copies if that sort of thing makes you feel better.

          • I think he's making a pointed remark about how downloading/distributing ROMs is illegal, and you're supposed to rip them yourself if you want to play them in an emulator.
            • by ZosX ( 517789 )

              Sometimes its so hard to tell if there is sarcasm or not in text. I could totally see half a dozen people here asking that same question, even if it is a bit over the top. Hell, I've even thought about copying a rom just to see what the process is like. Then I found a torrent with every single one.

    • Re: (Score:3, Interesting)

      by Enderandrew ( 866215 )

      Using the traditional buttons, I phone gaming to be an absolute pain in the past.

      Using tilt functionality and a touch screen on the iPhone is a whole other story. I really do love it as a gaming device.

      • Using the traditional buttons, I phone gaming to be an absolute pain in the past.

        Is that your iPhone's typing correction kicking in there? :P.

    • Re: (Score:3, Informative)

      by rickb928 ( 945187 )

      On my G1 I play Solitaire, occasionally a Mahjongg solitaire game, Jewels which is Bedazzled knockoff, Tetroid (obvious) and my current fave, Bonsai Blast.

      On a typical G1, you can drain the battery with 3 hours of Bonsai Blast. 2 hours if you have an original battery now.

      • by hattig ( 47930 )

        Yeah, Jewels and Bonsai Blast are good time wasters when I'm travelling on public transport or sitting on the bog. The rolling-a-ball games like Teeter got old quickly though.

    • I play a fair number of different things on the iPhone - the whole category of tower defense games work pretty well, and there's unique stuff like Peggle (of course) and Doodle Jump and ZenBound and JellyCar and others...

      Interestingly, almost all the games I end up being least happy with are commercial games from big development shops. Some of them look impressive to be sure, but I just don't find myself coming back to play them. Star Wars Trench Run is a recent example, where the game looked and sounded

    • Disclaimer: I barely use my phone for texting, let alone all the other gubbins it can do.

      I saw this video [fonearena.com] of multiplayer Quake running on a Nokia N900, its pretty cool - but what did it for me was that they had it hooked up to a big screen TV. Suddenly gaming on your phone doesn't seem such a bad idea, its like having a video console in your pocket (hopefully without a red ring of death).

    • Not a phone per se, but my ipod touch. I game on flights. Thanks to the crotch bomber and kneejerk restrictions (which wouldn't have stopped the original incident, but nevermind) that might not be an option anymore.
    • I have the Palm Pre and I usually play the games while in the bathroom. The major games I play are solitaire, checkers and chess. The checkers and chess kinda suck because the computer is far too easy to beat (sacrificing bishop to take out pawns, missing opportunities to check mate me, etc.) I tend to kill off my queen in my first few moves to make it more challenging. Other than that there are some multi-player/build your guy up type of games that I occassionally keep up with.
    • by RichiP ( 18379 )

      I didn't purchase my Palm Pre to play games on it, but I'm not closed to the idea that, should the right game come along, I might play games on my Pre / phone. It all depends on the gameplay. For all we know, a new type of gameplay might still be created, one that would fit phones perfectly (has some elements of RPGs or tamagotchi coupled with GPS?)

      FPS games might prove challenging, but vehicle simulators might not be too bad. There've been videos of Need for Speed Undercover allegedly being ported to the w

    • World Series of Poker on the phone ain't bad.
  • SDL (Score:4, Informative)

    by Hatta ( 162192 ) on Monday January 04, 2010 @04:08PM (#30645200) Journal

    SDL is awesome. Thanks SDL.

  • apple started off with "web" only development - then finally released a native SDK. google utilized it's Java like language (dalvik) - then finally released a native SDK (NDK).. there has been a native SDK since day one available for the Palm Pre - however, it was restricted to a select few developers. a copy ended up in my hands; and it is a little rough around the edges; but the signs shown here (1.3.5) are promising enough to believe that there will be a native SDK officially coming to the platform. we'v

    • Re: (Score:2, Informative)

      apple started off with "web" only development - then finally released a native SDK. google utilized it's Java like language (dalvik) - then finally released a native SDK (NDK).. there has been a native SDK since day one available for the Palm Pre

      The Android NDK is different from the Palm Pre SDK - NDK can only be used for number crunching. Front end still has to be implemented in Java. So no "recompile, deploy" as in the Palm Pre SDK.

      • NDK can only be used for number crunching.

        If by number crunching you mean everything except the UI and maybe audio (have not looked), but including OpenGL, then you are correct. The only thing you can't do with the NDK on Android is the user interface stuff. Everything else is readily available via the NDK.

        The only real complaint about the NDK is Google removed all support for exceptions from C++.

    • So, you going to port liberty over? ;) So we don't have to try and run it in Classic. And yeah, I remember you as another regular from the old PalmOS mailing list about 10 years ago.

      I haven't had too much of a problem with MOJO for webOS...then again, it's purpose was to kind of make the Pre into more of a cloud/networked device instead of a Linux PalmOS port running lots of native code. Apps with light web clients/heavy duty servers like Pandora, Stitcher, YouTube, etc. generally fit the existing pla
      • by Svartalf ( 2997 )

        I think he's worrying more about the current crop of apps (from the posting Aaron made over at LinuxGames.com...) than worrying about Liberty or any of his other classic PalmOS titles. (not to mention that you don't need Liberty...there's quite an array of usable GB/GBA emulation options available if you've got SDL...)

        I'm keen on hearing that there really IS a Native SDK out and about and brewing as an official thing from Palm. It makes my life easier once I get done- it becomes a minimal change target fr

      • by ardiri ( 245358 )

        So, you going to port liberty over? ;) So we don't have to try and run it in Classic. And yeah, I remember you as another regular from the old PalmOS mailing list about 10 years ago

        Liberty was written in 68k assembler :) we ported it to MIPS for a contract job. but no; gameboy emulation; plenty of other options available out there.. but i do intend to bring some of my other palm os games up-to-date :P

  • by daemonc ( 145175 ) on Monday January 04, 2010 @06:21PM (#30647276)

    Forget the desktop...

    2010 will be the year of Linux on your phone!

    • In fact, lots of people seems to ignore that each OS X including iPhone&iPod is UNIX. Even funnier (!), Desktop OS X has exact same certification as IBM AIX. It is also proof that Mach actually works, you know the joked kernel's (HURD) "lite" version but still Mach.

      OK, I understand the hate to Apple and fanboys but I can't understand why people ignore that basic fact. Should iPhone show #login on black screen to prove it is UNIX?

      As a Symbian user myself (and Apple desktop user), I love the idea of "40 y

  • by dtzWill ( 936623 ) on Monday January 04, 2010 @08:11PM (#30648700) Homepage
    Hi, I'm dtzWill--the developer who ported quake over.
    This is not just a tech demo (well opengl, for now, is) but quake is/very/ playable!
    Much effort has gone into making this more playable over the last two days or so-- the beta seemed to hit news sites, that was back when I was fighting things like the compiler breaking my code on anything other than -O0.
    See the wiki [webos-internals.org] for almost latest information.
    Note that instructions to try out the latest before I release are on the wiki.
    Finally, a release is probably going to be made tonight so those that own a pre... beexcited!
    • I just installed Quake via preware and the performance is excellent. The virtual joystick is a little quirky but I got used to it fairly quickly. GREAT WORK!
    • Hello,

      Is there any chance I'll see this in the regular app store? (free or otherwise?)

      Best,

      MJ

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...