Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nea/nehe-android-ports
NeHe Android Ports
https://github.com/nea/nehe-android-ports
android java nehe opengl tutorial
Last synced: 2 months ago
JSON representation
NeHe Android Ports
- Host: GitHub
- URL: https://github.com/nea/nehe-android-ports
- Owner: nea
- Created: 2014-04-14T21:19:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T11:05:06.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T04:33:29.720Z (9 months ago)
- Topics: android, java, nehe, opengl, tutorial
- Language: Java
- Size: 272 KB
- Stars: 21
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeHe Android Ports
These are some ports of the [NeHe OpenGL tutorials][1] to the Android 1.5 [OpenGL ES][2] platform. Thanks to NeHe and all contributors for their great tutorials and great documentation. This source should be used together with the explanations made at [NeHe][3].The code is based on the original Visual C++ code including comments. It has been altered and extended to meet the Android requirements. The Java code has according comments.
## Latest Versions
* 1.0.0
* Initial commit of Lessons 02-10, 16## Dependencies/Environment
These ports were developed using the Eclipse-based [Android Development Toolkit][4] and only tested in the virtual environment and on a HTC Magic. They were neither tested with [Android Studio][5] nor upgraded over time to newer Android versions.
## Disclaimer
This source and the whole package comes without warranty. It may or may not harm your computer or cell phone. Please use with care. Any damage cannot be related back to the author. The source has been tested on a virtual environment and scanned for viruses and has passed all tests.## Personal Note
*These ports were created in 2009 to fiddle around with Android and OpenGL for my first time. They were used by me to test and learn and have no intention to be the best, correct solution out there. If you use this code or find it helpful, please visit and send a shout to me at [INsanityDesign][6].*[1]: http://nehe.gamedev.net
[2]: http://www.khronos.org/opengles/
[3]: http://nehe.gamedev.net
[4]: http://developer.android.com/sdk/installing/bundle.html
[5]: http://developer.android.com/sdk/installing/studio.html
[6]: http://www.insanitydesign.com