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

How to open sample codes from OpenGL ES 3.0 Text Guide

Does anyone know how to open the samples from the text guide, Chapter 16 for W7?

I have already downloaded the emulator, cmake and Visual Studio.

The instructions are somewhat confusing for me on page 448.

trying to get started with the 'Hello Triangle' code.

Parents
  • Hi Lester,

    Ok so basically the guide is directing you to download one of three possible Open GLES 3 emulators, and then point CMAKE at it so it can generate working Visual Studio projects for you. They give example paths for the Adreno SDK if extracted at C:\AdrenoSDK, but basically you should be able to download and extract any of the emulators and point CMAKE at the EGL and GLES libraries contained within. It also wants you to point it at the root directory of the examples which you can download from Dan Ginsburg's git repo, the link for which you already have. Does this make sense?

    Hope that helps,

    Chris

Reply
  • Hi Lester,

    Ok so basically the guide is directing you to download one of three possible Open GLES 3 emulators, and then point CMAKE at it so it can generate working Visual Studio projects for you. They give example paths for the Adreno SDK if extracted at C:\AdrenoSDK, but basically you should be able to download and extract any of the emulators and point CMAKE at the EGL and GLES libraries contained within. It also wants you to point it at the root directory of the examples which you can download from Dan Ginsburg's git repo, the link for which you already have. Does this make sense?

    Hope that helps,

    Chris

Children