mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 16:27:28 +00:00
bd8cc86ec7
This example shows how to draw a triangle with GL[ES via the Glutin crate (the app works on desktop and Android) and on Android it demonstrates how to re-create the applications surface state when it is paused and resumed. The Renderer code and some utilities are from the upstream Glutin example.