Where is OpenGLES example for mobile?

Kamal Moustafa 1 Reputation point
2023-01-07T03:08:26.43+00:00

https://learn.microsoft.com/fr-fr/cpp/cross-platform/build-an-opengl-es-application-on-android-and-ios?view=msvc-170
Where is this template? I have updated the VS and installed all needed content? Where is the template project promised in this article? How can i get it?

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,527 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Viorel 112.1K Reputation points
    2023-01-07T10:41:07.2+00:00

    Probably you did not install the "Mobile Development with C++" workload and the "C++ iOS development tools" and "C++ Android development tools" individual components, mentioned in documentation. Use the Visual Studio Installer to check this and to modify the installation.

    0 comments No comments

  2. Minxin Yu 10,031 Reputation points Microsoft Vendor
    2023-01-09T02:02:19.08+00:00

    From the link in question:

    To get the OpenGL ES templates, and to build for iOS, include the optional C++ iOS development tools.

    Please check the visual studio installer.
    277207-image.png
    277220-image.png