This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where are the OpenGL ES emulator tutorial examples?

I just downloaded the emulator. I am familiar with OpenGL but not ES. The download page says there are tutorial examples. I found none in the installation. It would be nice to have a few code examples plus step by step instructions on how to compile/run on the emulator. Thanks in advance.

Parents
  • Thanks, Ross.

    Should have said this in my OP: I am on a Win 7/Visual Studio platform and successfully installed the OpenGL ES emulator (the Mali cube rotates).  Now, the Mali OpenGL ES Emulator v3.0.1User Guide for Windows has a short section in Ch. 2 on how to compile but it doesn't make a lot of sense to me (I am a total klutz with systems matters).

    What would help greatly would be sample code for Win/MSVS and instructions along the lines of

    1. Create a new project.

    2. Add source files ...

    ...

    n. Compile and run like this.

    I am quite familiar with OpenGL 4.x, running it on Win/MSVS, and am pretty sure once I know how to run stuff on the emulator it won't be hard for me to develop ES code.

    Greatly appreciate any help.

Reply
  • Thanks, Ross.

    Should have said this in my OP: I am on a Win 7/Visual Studio platform and successfully installed the OpenGL ES emulator (the Mali cube rotates).  Now, the Mali OpenGL ES Emulator v3.0.1User Guide for Windows has a short section in Ch. 2 on how to compile but it doesn't make a lot of sense to me (I am a total klutz with systems matters).

    What would help greatly would be sample code for Win/MSVS and instructions along the lines of

    1. Create a new project.

    2. Add source files ...

    ...

    n. Compile and run like this.

    I am quite familiar with OpenGL 4.x, running it on Win/MSVS, and am pretty sure once I know how to run stuff on the emulator it won't be hard for me to develop ES code.

    Greatly appreciate any help.

Children