A rewrite of yngine for Android - Java + Opengl experiment (no JBullet yet).
yngine2 is hosted in the following web site
https://github.com/yin/yngine2
If you think the Android project yngine2 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of yngine2.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar android-support-v4.jar |
There are 1 image files in yngine2. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
yngine2 has the following Java source files.
com.github.yin.yingine2.android.YngineView.java com.github.yin.yingine2.android.render.AndroidGLES2.java com.github.yin.yingine2.android.render.shaders.IShaderManager.java com.github.yin.yingine2.android.render.shaders.ShaderManager.java com.github.yin.yingine2.client.AndroidYngine.java com.github.yin.yingine2.client.IClientAdapter.java com.github.yin.yingine2.client.IYngineClient.java com.github.yin.yngine2.common.OpenGL.java com.github.yin.yngine2.common.OpenGLES.java com.github.yin.yngine2.common.Yngine.java com.github.yin.yngine2demo.MainActivity.java com.github.yin.yngine2demo.TestClient.java com.github.yin.yngine2demo.util.YngineUtil.java