About 545,000 results
Open links in new tab
  1. Displaying graphics with OpenGL ES | Views - Android Developers

    Feb 22, 2024 · Learn how to set up an Android application to be able to draw OpenGL graphics. Learn how to define shapes and why you need to know about faces and winding. Learn how to …

  2. OpenGL ES | Views - Android Developers

    Jun 18, 2024 · Android includes support for high performance 2D and 3D graphics with the Open Graphics Library (OpenGL®), specifically, the OpenGL ES API. OpenGL is a cross-platform …

  3. Build an OpenGL ES environment | Views | Android Developers

    Feb 22, 2024 · In order to draw graphics with OpenGL ES in your Android application, you must create a view container for them. One of the more straight-forward ways to do this is to …

  4. Getting Started with OpenGL ES in Android - Medium

    Dec 17, 2023 · When it comes to integrating OpenGL ES into Android applications, GLSurfaceView takes center stage. This specialized view provides a dedicated surface for …

  5. android - OpenGL view inside a layout - Stack Overflow

    Nov 8, 2010 · How do I set up an xml layout where an OpenGL view is part of it? As I do now is set the OpenGL view as the only view with setContentView(). But I would like to create an xml …

  6. Using OpenGL in Android. So I recently wanted to write a demo …

    Sep 21, 2021 · The OpenGL describes the view of OpenGL to a programmer! A typical program that uses OpenGL begins with calls to open a window into the framebuffer into which the …

  7. How to Use OpenGL ES in Android Apps - Envato Tuts+

    Mar 23, 2017 · In this tutorial, you'll learn how to use OpenGL ES 2.0 to render a complex 3D object in an Android app. You'll also learn how to create the 3D object in Blender and parse its …

  8. Android Lesson One: Getting Started - Learn OpenGL ES

    May 29, 2011 · In this lesson, we’re going to go over the code step-by-step, and look at how to create an OpenGL ES 2 context and draw to the screen. We’ll also take a look at what …

  9. Is it possible to render an Android View to an OpenGL FBO or …

    Sep 19, 2012 · I brought together a complete demo project which renders a view to GL textures in real time in an efficient way which can be found in this repo. It shows how to render WebView …

  10. Demo for rendering android views to OpenGL texture - GitHub

    Demo for rendering android views to OpenGL texture. It uses OpenGL ES 2.0 to render Android's View in real time