Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-w-yun/android-3d-engine
Uses android built-in OpenGL ES. No external libraries required
https://github.com/j-w-yun/android-3d-engine
Last synced: about 7 hours ago
JSON representation
Uses android built-in OpenGL ES. No external libraries required
- Host: GitHub
- URL: https://github.com/j-w-yun/android-3d-engine
- Owner: j-w-yun
- Created: 2016-09-17T18:26:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T18:46:58.000Z (about 8 years ago)
- Last Synced: 2024-03-01T05:07:40.071Z (9 months ago)
- Language: Java
- Size: 671 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android3DEngine
Uses android built-in OpenGL ES. No external libraries required
WORK IN PROGRESS
TODO:
-OpenGLES context is reset upon screen rotation. Temporary fix is to set screen rotation manually and rotatable set to false.
-A more programmer-friendly toolbox
-Organization
-Physics engine implementation