Search results

  1. zacaj

    How Many People Know How To Use Opengl Es?

    The book OpenGL ES 2.0 Programming Guide has been useful, and http://www.zeuscmd.com/tutorials/opengles/index.php are useful for 1.1
  2. zacaj

    Avoid Doubles And Longs?

    The pandora has hw floating point and a neon processor- floating point shouldnt be a problem, and I dont think you should be using fixed. Doubles just have a bigger range, but I doubt youll need even what floats give you
  3. zacaj

    GP2X Random Numbers

    You probably shouldnt have srand() in your random number function... Im not sure if it would break it, but all it would do is give you randomer numbers if you didnt move it to startup code
  4. zacaj

    How To Choose A Shared Web Hoster?

    Im currently using WebHostingBuzz, you can get a lot of hosting very cheap, and i havent been locked out like at my last host(vexxhost), which locked me out because my forum was using too much CPU power?
  5. zacaj

    So How Did You Guys Learn To Dev & Where?

    Read programming books, learned SDL
  6. zacaj

    The Age.. ?

    14
  7. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    Id reccomend each game has its own source file, where the author can declare variables and stuff, and he makes a GAMENAME_init,GAMENAME_update,GAMENAME_input, and GAMENAME_end init could take things like screen res, update would take things like fps, input would take a class with the current...
  8. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    So.... Something along these lines? (its basically just chromozome with all the code removed...)
  9. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    Ill still go with the Wario Ware, mainly because Ive already got one coded some, and just need to improve it.
  10. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    I like Kagato a lot, for simple avatars we could just draw colored blobs, and they could be draw isometricaly too, and could have cool squishing graphics when they hopped around...
  11. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    Sprite wont work because I need to change the radius a lot... I guess Ill just write one myself...
  12. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    How am I supposed to draw circles? Are there any built in primitive drawing functions, because i cant find any, and and sdl_gfx isnt working even though im linking it
  13. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    What types of games do we want? Single or Multiplayer? How much you can do in a small time, how long can you survive, how long does it take you to do something, pointless stuff, etc?
  14. zacaj

    A Community game to be ready for launch! VOLUNTEERS NEEDED.

    If i can code it in C/C++ and SDL ill make some games once the framework is posted, i can help with the framework too, if the coder wants help... Im not very good with making any pluginish things or UIs tho... Does it have to be warioware as much as just simple games? Because i always though...
  15. zacaj

    What Do You Plan To Add/mod Onto Your Pandora (hardware)?

    Camera, accelerometer,flashlight
  16. zacaj

    What Are Chances The 3000 Will All Be Sold Out By Time They Ship?

    I want to know if there will still be pandoras left after preorders, or anyone who wants to get a pandora in 2008 better preorder.
  17. zacaj

    What Are Chances The 3000 Will All Be Sold Out By Time They Ship?

    I was wondering what people thought the chances were that the initial 3000 would all be preordered, and there wouldnt be any left a week from when the first people receive them?
  18. zacaj

    Making A Game

    Thanks, I think thats what im looking for
  19. zacaj

    Making A Game

    That didnt answer my question at all :$
Back
Top