Search results

  1. endless_dark

    Physic's Game Ideas

    Ok then, so moving to box2D. Downloading and compiling - [Done] Now I have tested box2D using fixed-point, the next thing I have to do is to translate all the rendering stuff I had on the Chipmunk app to C++ and mix it with the box2D test
  2. endless_dark

    Physic's Game Ideas

    Wops, so maybe I should change? What a pity because I was enjoying Chipmunk a lot. Anyway, being the pandora wifi capable wouldn't be better a multiplayer game? I am having a lot of fun playing around with this 2 wheel car, maybe is not a bad idea for a game despite there are a lot of similar games.
  3. endless_dark

    Physic's Game Ideas

    I have an application that uses opengl for rendering and chipmunk for physics, statically linked and included with the executable, I think I could make a physics game from it since I have learned a lot of things from this, but I don't have any good idea, can you help me? This is what I have, I...
  4. endless_dark

    Ruby+gosu?

    Hi people, I was wondering if ruby+gosu games would work on the openPandora, I have installed the package provided by today.openpandora.org to test angstrom linux and installed there ruby using opkg, ruby it's ok and can execute code, but I could not install rubygem, a ruby package manager,that...
  5. endless_dark

    Release New Game? [Lucasarts Night Shift Remake]

    No one replies here, I feel lonely :( haha. Anyway, the 0.5 step it's done, I have successfully installed and tried the Qemu package provided by today.openpandora under Linux. Thanks to the people who made the package and to the person who posted how to run it under Linux. The steps to get...
  6. endless_dark

    Release New Game? [Lucasarts Night Shift Remake]

    Well, so maybe it's not that bad using Ruby, I gave pygame a try, but I had some problems with animated sprites. So I prefer using Ruby. I would use Gosu http://www.libgosu.org, so it should give a nice performance, as far as I know gosu uses C++ SDL functions, so it should be ok. I am gonna...
  7. endless_dark

    Release New Game? [Lucasarts Night Shift Remake]

    I was thinking in ruby because it's "attached" to gosu, but I will check pygame. I will take a look and come back with some more info about this possible game.
  8. endless_dark

    Release New Game? [Lucasarts Night Shift Remake]

    Hi all, I was thinkin in doing a game, and port it to the Pandora, but before starting telling you about I need an answer. I was planning to code it in ruby, and using Gosu and maybe Chipmunk for the physics, is this ok for the Pandora or will be problematic?
Back
Top