iOS.StaticLibrary similarly references Shared and has no additional source code.Android.StaticLibrary project references the Shared project and has no additional source code.SimpleRenderer class (in SimpleRenderer.h/.cpp) contains the main logic for drawing a spinning cube on the screen.Shared project contains the actual code.Library solution folder contains the common OpenGLES2 code built as a static library for each of the platforms.The template targets three platforms: Android, iOS and Windows Universal. Prerequisites:Īll these are Visual Studio optional components that can be installed by running/re-running the Visual Studio setup.
Visual C++ OpenGLES 2 Project Template C++ Project template that targets Android, iOS and Windows Universal Update 11/3: With Visual Studio 2015 Update 1, this template is preinstalled by the Visual C++ Mobile Development package.