Browse Source

Merge pull request #632 from AtomicGameEngine/LME-ATOMIC-WELCOMESCREEN

Updated Welcome Screen with new WebView examples
JoshEngebretson 10 years ago
parent
commit
5d9fa8fd31

+ 48 - 12
Data/AtomicEditor/ExampleInfo/Examples.json

@@ -49,25 +49,25 @@
 				"module" : "3D"
 			},
 			{
-				"name": "Character Animation 2D",
-				"desc" : "Example of controlling a Spriter animated character",
-				"screenshot" : "CharacterAnimation2D.png",
+				"name": "Web Browser",
+				"desc" : "A multi-tab browser using UIWebView",
+				"screenshot" : "UIWebView.png",
 				"templates" : [
 					{
 						"language" : "JavaScript",
-						"folder" : "CharacterAnimation2D"
+						"folder" : "AtomicWebView"
 					}
 				],
 				"module" : "2D"
 			},
 			{
-				"name": "Character Animation 3D",
-				"desc" : "Example of controlling a skeletally animated character",
-				"screenshot" : "CharacterAnimation3D.png",
+				"name": "Cube Map Example",
+				"desc" : "Example of Atomic’s built-in cube map generator",
+				"screenshot" : "CubeMapExample.png",
 				"templates" : [
 					{
 						"language" : "JavaScript",
-						"folder" : "CharacterAnimation3D"
+						"folder" : "CubeMapExample"
 					}
 				],
 				"module" : "3D"
@@ -84,6 +84,18 @@
 				],
 				"module" : "2D"
 			},
+			{
+				"name": "Atomic Drive-in",
+				"desc" : "3D WebView scene example",
+				"screenshot" : "WebView3D.png",
+				"templates" : [
+					{
+						"language" : "JavaScript",
+						"folder" : "WebView3D"
+					}
+				],
+				"module" : "3D"
+			},
 			{
 				"name": "ParticleEmitter3D",
 				"desc" : "An example of 3d particles driven by script",
@@ -97,13 +109,37 @@
 				"module" : "3D"
 			},
 			{
-				"name": "Cube Map Example",
-				"desc" : "Example of Atomic’s built-in cube map generator",
-				"screenshot" : "CubeMapExample.png",
+				"name": "3D Web Texture",
+				"desc" : "Simple 3D web texture with raycasting",
+				"screenshot" : "WebTexture3D.png",
 				"templates" : [
 					{
 						"language" : "JavaScript",
-						"folder" : "CubeMapExample"
+						"folder" : "WebTexture"
+					}
+				],
+				"module" : "3D"
+			},
+			{
+				"name": "Character Animation 2D",
+				"desc" : "Example of controlling a Spriter animated character",
+				"screenshot" : "CharacterAnimation2D.png",
+				"templates" : [
+					{
+						"language" : "JavaScript",
+						"folder" : "CharacterAnimation2D"
+					}
+				],
+				"module" : "2D"
+			},
+			{
+				"name": "Character Animation 3D",
+				"desc" : "Example of controlling a skeletally animated character",
+				"screenshot" : "CharacterAnimation3D.png",
+				"templates" : [
+					{
+						"language" : "JavaScript",
+						"folder" : "CharacterAnimation3D"
 					}
 				],
 				"module" : "3D"

BIN
Data/AtomicEditor/ExampleInfo/UIWebView.png


BIN
Data/AtomicEditor/ExampleInfo/WebTexture3D.png


BIN
Data/AtomicEditor/ExampleInfo/WebView3D.png