Skip to content

Commit

Permalink
Merge pull request #14 from cgalvan/cgalvan/UpdateGemInfo
Browse files Browse the repository at this point in the history
Updated gem info and README
  • Loading branch information
cgalvan authored Sep 9, 2022
2 parents 5b7432d + 559bbf8 commit 0134dcc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions atom_gems/AtomTutorials/gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
9 changes: 7 additions & 2 deletions cpp_gems/ShapeExample/gem.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
}
9 changes: 7 additions & 2 deletions py_gems/PyShapeExample/gem.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
Expand Down

0 comments on commit 0134dcc

Please sign in to comment.