https://github.com/o3de/sample-code-gems
Sample gems for how to create custom tools that extend the Editor, in both C++ and Python
https://github.com/o3de/sample-code-gems
Last synced: over 1 year ago
JSON representation
Sample gems for how to create custom tools that extend the Editor, in both C++ and Python
- Host: GitHub
- URL: https://github.com/o3de/sample-code-gems
- Owner: o3de
- License: other
- Created: 2021-10-22T20:51:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T20:50:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T12:51:24.780Z (over 1 year ago)
- Language: C++
- Size: 5.04 MB
- Stars: 9
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Extending O3DE - Sample Code Gems
This repository holds various examples of how to extend the O3DE engine. Some examples are completed versions of tutorials that can be found here: https://www.o3de.org/docs/learning-guide/tutorials/
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)
## To add this remote repository in Project Manager use the URL
```
https://raw.githubusercontent.com/o3de/sample-code-gems/main
```
## License
For terms please see the LICENSE*.TXT files at the root of this distribution.