An open API service indexing awesome lists of open source software.

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

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.