继glloader移植到Android之后,KlayGE也可以在Android上执行了。虽然,严格来说,只是能跑最最基本的空框架。
由于我没有Android真机,模拟器又无法执行OpenGL ES 2,所以我的测试方法是在最老的Asus EeePC上执行Android x86。空框架EmptyApp目前可以顺利执行:
After porting glloader to Android, KlayGE can be run on Android too. Technically, it’s only a empty framework.
Since I don’t have a real Android device, and the emulator can’t run OpenGL ES 2, I have to test it on an old Asus EeePC with Android x86. The empty framework “EmptyApp” runs well on it:
是的,只有Clear,没有文件读取、没有字体渲染。但作为第一步,这是必不可少的。
Yes, it’s only Clear. No file reading, no font rendering. But as the very first step, it’s necessary.
Comments