irrlicht/examples
nadro a8b5d9f837 - Added Android HelloWorld example. You must do following steps to run it:
1. Assign your Android SDK path to ANDROID_HOME environment variable.
2. Add Android SDK (ANDROID_HOME) and Android NDK to your PATH environment variable.
3. Go to: source->Irrlicht->Android and call "ndk-build" or "ndk-build NDEBUG=1"
4. Go to: examples->17.HelloWorld_Mobile and call "ndk-build" or "ndk-build NDEBUG=1"
5. Call "ant debug" to create package
6. Connect device to PC (with USB debugging mode ON) or turn on emulator.
7. Call "adb -d install bin/HelloWorldMobile-debug.apk" (if you use emulator please add "-e" parameter instead of "-d") to install package on your device/emulator.
8. That's all! Now you can run example.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@4528 dfc29bdd-3216-0410-991c-e03cc46cb475
2013-05-18 18:30:16 +00:00
..
01.HelloWorld Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
02.Quake3Map Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
03.CustomSceneNode Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
04.Movement Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
05.UserInterface Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
06.2DGraphics Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
07.Collision Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
08.SpecialFX Compiles with ogl-es 1.x again 2013-04-05 12:53:10 +00:00
09.Meshviewer Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
10.Shaders Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
11.PerPixelLighting Compiles with ogl-es 1.x again 2013-04-05 12:53:10 +00:00
12.TerrainRendering Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
13.RenderToTexture Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
14.Win32Window Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
15.LoadIrrFile Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
16.Quake3MapShader Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
17.HelloWorld_Mobile - Added Android HelloWorld example. You must do following steps to run it: 2013-05-18 18:30:16 +00:00
18.SplitScreen Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
19.MouseAndJoystick Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
20.ManagedLights Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
21.Quake3Explorer Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
22.MaterialViewer Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
23.SMeshHandling Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
24.CursorControl Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
25.XmlHandling Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
26.OcclusionQuery Final merge of ancient file revisions. Most stuff seems up to date now, only OSX device is probably completely broken and needs a fresh copy from trunk. Will merge latest trunk again in next run in order to have a proper version number in the logs again. 2013-04-04 16:15:53 +00:00
BuildAllExamples.MacOSX Merged revisions 2441:2694 from trunk. This is a huge update which brings the ogl-es branch to the latest 1.6 state. No updates for the ogl-es driver have been incorporated, this branch might not even compile properly right now. I'm just very happy that the merge finally went through... 2009-09-16 12:48:19 +00:00
Demo Merged another, now very ancient, revision from trunk in order to remove the old msvc6 project files. Seems we missed this merge also. And added two missing files, to reduce the distance between trunk and branch some more 2013-04-02 17:27:12 +00:00
BuildAllExamples.workspace Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
BuildAllExamples_v8.sln Merge from trunk, revisions 3370-3559. Huge update to catch up with Irrlicht 1.7.2+ and latest 1.8 developments. 2011-01-14 15:36:50 +00:00
BuildAllExamples_v9.sln Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
BuildAllExamples_vc10.sln Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
BuildAllExamples_vc11.sln Merged from trunk revisions 4185-4487. Huge update to latest 1.8 updates. 2013-03-28 17:04:07 +00:00
Makefile Merged from trunk revisions 2144:2363 2009-05-05 00:09:53 +00:00
buildAllExamples.sh Merged revisions 2897:3173 from trunk. Huge update with uncountable fixes, additions, etc. 2010-01-23 20:13:43 +00:00
whereAreTheBinaries.txt Moved everything to /trunk 2007-05-20 18:03:49 +00:00