From 559bbf89122df7f3165379f8c92ce7c4859ad73f Mon Sep 17 00:00:00 2001 From: Chris Galvan Date: Fri, 9 Sep 2022 09:34:54 -0500 Subject: [PATCH] Updated gem info and README Signed-off-by: Chris Galvan --- README.md | 1 + atom_gems/AtomTutorials/gem.json | 2 ++ cpp_gems/ShapeExample/gem.json | 9 +++++++-- py_gems/PyShapeExample/gem.json | 9 +++++++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 451fb6b..1e9752b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This repository holds various examples of how to extend the O3DE engine. Some ex The examples are spread across several categories, such as: * Creating custom tools for extending the Editor (C++ and Python) +* Atom rendering (Custom Lighting, Vegetation Bending) ## License diff --git a/atom_gems/AtomTutorials/gem.json b/atom_gems/AtomTutorials/gem.json index 5195b08..325ecb8 100644 --- a/atom_gems/AtomTutorials/gem.json +++ b/atom_gems/AtomTutorials/gem.json @@ -5,6 +5,8 @@ "license_url": "https://github.com/o3de/sample-code-gems/blob/main/LICENSE.txt", "origin": "Open 3D Engine - o3de.org", "origin_url": "https://github.com/o3de/sample-code-gems", + "repo_uri": "https://raw.githubusercontent.com/o3de/sample-code-gems/main/atom_gems/AtomTutorials", + "last_updated": "2022-09-09", "type": "Code", "summary": "The AtomTutorials Gem provides the final results for the Atom tutorials.", "canonical_tags": [ diff --git a/cpp_gems/ShapeExample/gem.json b/cpp_gems/ShapeExample/gem.json index 4d67905..aee1e43 100644 --- a/cpp_gems/ShapeExample/gem.json +++ b/cpp_gems/ShapeExample/gem.json @@ -1,8 +1,12 @@ { "gem_name": "ShapeExample", "display_name": "ShapeExample", - "license": "What license ShapeExample uses goes here: i.e. https://opensource.org/licenses/MIT", - "origin": "The primary repo for ShapeExample goes here: i.e. http://www.mydomain.com", + "license": "MIT", + "license_url": "https://opensource.org/licenses/MIT", + "origin": "Open 3D Engine - o3de.org", + "origin_url": "https://github.com/o3de/sample-code-gems", + "repo_uri": "https://raw.githubusercontent.com/o3de/sample-code-gems/main/cpp_gems/ShapeExample", + "last_updated": "2022-09-09", "type": "Code", "summary": "Day 1 example of a custom tool in C++ that can create shapes in the Editor.", "canonical_tags": [ @@ -13,5 +17,6 @@ ], "icon_path": "preview.png", "requirements": "", + "documentation_url": "https://www.o3de.org/docs/learning-guide/tutorials/extend-the-editor/shape-example-cpp", "restricted_name": "gems" } diff --git a/py_gems/PyShapeExample/gem.json b/py_gems/PyShapeExample/gem.json index 6e47741..6208677 100644 --- a/py_gems/PyShapeExample/gem.json +++ b/py_gems/PyShapeExample/gem.json @@ -1,8 +1,12 @@ { "gem_name": "PyShapeExample", "display_name": "PyShapeExample", - "license": "What license PyShapeExample uses goes here: i.e. https://opensource.org/licenses/MIT", - "origin": "The primary repo for PyShapeExample goes here: i.e. http://www.mydomain.com", + "license": "MIT", + "license_url": "https://opensource.org/licenses/MIT", + "origin": "Open 3D Engine - o3de.org", + "origin_url": "https://github.com/o3de/sample-code-gems", + "repo_uri": "https://raw.githubusercontent.com/o3de/sample-code-gems/main/py_gems/PyShapeExample", + "last_updated": "2022-09-09", "type": "Code", "summary": "Day 1 example of a custom tool in Python that can create shapes in the Editor.", "canonical_tags": [ @@ -13,6 +17,7 @@ ], "icon_path": "preview.png", "requirements": "", + "documentation_url": "https://www.o3de.org/docs/learning-guide/tutorials/extend-the-editor/shape-example-py", "restricted_name": "PyShapeExample", "dependencies": [ "QtForPython"