Search results

  1. A

    Mame4All 2.4

    Wow Franxis, great news! You rock! Thanks :)
  2. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    I have a little question: I can't find gluPerspective function in NanoGL, how can I resolve? Thanks
  3. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Pickle, can you post a demo showing a polygon using wizGLES and NanoGL? Thanks
  4. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Yeah I know, it's near impossible that they'll realease the source, but i think that this is the only way...
  5. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    So I have to ask to GPH the source of their library? If yes, how can I do that? Thanks
  6. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Makefile was success. The picodrive runs OK. But it's not help for this VFP case. I use Ubuntu 8.0.4 + toolchains from archive. What the Linux distribution you suggest to try? Thanks, I will try this later. I'm using ubuntu 9.04, a different distro won't make any difference for wiz compiling...
  7. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Hi, i got the same VFP error. How can we compile using VFP? Thanks
  8. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    quake 1 get a little over 20 fps Aurelio: I would get rid of libcastor too, it actually sets the screen in the init portion, it want it only for controls you can use gpio just like we have done for the gp2x So how I have to set the screen?Which layer I have to use? Thanks
  9. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Hi, now it works, but it doesn't show anthing... This is my code CODE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fstream> #include <fcntl.h> #include <sys/ioctl.h> #include <stdint.h> #include <iostream> #include <cstring> #include <sys/mman.h> #include <unistd.h>...
  10. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    hi Pickle, I got the program compiling, but it doesn't work, maybe i've missed something. This is my project, can you take a look at the code? Thanks
  11. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    mmm I can't resolve, sorry I'm noob in wiz coding...can you upload an example using OpenGL ES? Thanks
  12. A

    Caanoo / WIZ Howto For Opengl-es 1.1 Lite On The Wiz

    Wow thanks, this is what i need :). Only two thing: which files I've to include? And how I have to modify my makefile?(what libraries I've to link?) EDIT: Can you upload an example project using libcastor and openGL ES? Thanks EDIT2: If i try to compile i get these errors: QUOTE In file...
  13. A

    Opengl Es - Maximum Texture Size?

    Yeah, i need library for development. I don't know how to use external library from my project. How can i do that?
  14. A

    Opengl Es - Maximum Texture Size?

    How do you set up OpenGL ES for wiz? I can't find a way to do it. I've downloaded header files, but i can't find library files. Can you help me?
  15. A

    Hi! I Need Help With Opengl And Touchscreen Use.

    Please, anyone can help me?
  16. A

    Hi! I Need Help With Opengl And Touchscreen Use.

    Hi, I'm a new user :). I'm now coding for wiz using libcastor and openwiz toolchain but I've some problems. How can I use opengl?(I don't need a tutorial on opengl function, i need to know how to set up it) Second, how can I read the touchscreen coords? With GP2X F200 I used this code, but it...
Back
Top