dr.andru 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
..
01 - Initialization 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
02 - Resources 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
03 - Input 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
04 - Screen Settings 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
05 - Primitives 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
06 - Text 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
07 - Sprites 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
08 - Sprite Engine 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
09 - Sprite Engine(Classes) 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
10 - Tiles 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
11 - Grid 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
12 - Render into Texture 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
13 - Particles 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
14 - Sound 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
15 - Video 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
16 - Physics 188653348a - fixed crash of scr_Flush on shitty versions of Android OpenGL ES drivers 12 years ago
README.txt 5f27137fe7 [iOS]added libGLU.a for tess_* functions 13 years ago

README.txt

RU:
ВНИМАНИЕ! Примеры не будут работать в эмуляторе с версией Android ниже 4.0, т.к. он не поддерживает архитектуру ARMv6

Примеры рассчитаны на Android NDK r8 и FreePascal собранный по этой инструкции:
http://zengl.org/wiki/doku.php?id=compilation:android

Для других версий Android NDK понадобится менять путь для файлов проекта в Lazarus(Project->Project Options->Other).

Порядок сборки:
- собрать библиотеку используя файл проекта для Lazarus'а, например "01 - Initialization/jni/demo01_linux.lpi"
- импортировать в Eclipse основной каталог проекта - "01 - Initialization"
- запустить дебаг :)

EN:
WARNING! Demos won't work in emulator with version of Android lower than 4.0 because it doesn't support ARMv6 architecture

Demos are written for Android NDK r7c and FreePascal built using this instruction:
http://zengl.org/wiki/doku.php?id=compilation:android

For other versions of Android NDK new path should be set for Lazarus project files(Project->Project Options->Other).

Build steps:
- compile library using project file for Lazarus, e.g. "01 - Initialization/jni/demo01_linux.lpi"
- import main directory of project into Eclipse
- run debug :)