Gears

價格:免費

更新日期:2018-06-02

檔案大小:1.7M

目前版本:20180602

版本需求:Android 4.0.3 以上版本

官方網站:https://github.com/jeffboody/gears2

Email:jeffboody@gmail.com

聯絡地址:Jeff Boody 5958 Gunbarrel Ave Apt E Boulder, CO 80301

Gears(圖1)-速報App

Gears for Android is a heavily modified port of the famous "gears" demo to Android.

Gears(圖2)-速報App

The Gears demo is an open source project intended to help developers learn how to create OpenGL ES programs on Android. The Gears demo was originally written by Brian Paul as part of the Mesa3D project. My implementation includes variations for Java/OpenGL ES 1.x, Java/C/OpenGL ES 1.x and Java/C/OpenGL ES 2.0. I have also added several features not found in the original implementation including touch screen support, VBOs and an on-screen FPS counter.

The FPS (frames-per-second) counter is often used as a benchmark metric for graphics programs. On Android the frame rate is limited by v-sync (typically 60 FPS) which is the fastest rate that a display can refresh the screen. Since Gears is capable of rendering much faster than v-sync on most devices it provides limited benchmarking value.