Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

OpenGLApplication

Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/OpenGLApplication

res\values\strings.android-xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <string name="app_name">OpenGL Application</string>

  <!-- MainActivity.pas -->
  <string name="about_menu">About OpenGL Application</string>

  <!-- AboutActivity.pas -->
  <string name="about_activity">About SampleApp</string>
  <string name="about_text">
    This application shows some examples of using OpenGL ES
    in an Android application.\n\n
    One example is a simple 2D coloured square, rotating either
    on the solid background of a standard activity, or on a
    translucent background thereby showing the previously executing
    activity.\n\n
    Another example shows a textured cube rendered with transparency,
    spinning either on the solid background of a standard
    activity, or on a translucent background thereby showing the
    previously executing activity.
  </string>

  <!-- OpenGLActivity.pas -->
  <string name="openGL_activity">OpenGL activity</string>
</resources>