A template for building your own plugins for Zea Engine.
ABOUT
Build your own plugins for Zea Engine with the Zea Plugin Template. It comes pre-configured with the tooling to build and test plugins that extend the behavior of Zea Engine.
HOW TO GET STARTED
Check out the readme on the GitHub. It has step-by-step instructions to get going.
RELATED LINKS
SPECIFICATIONS | |
License | Open-Source |
Distribution | Through GitHub |
Dependencies | Zea Engine |
Apps and end-users | Unlimited |
Developer support | Community |
Features | |
A custom class that extends the scene tree. | |
A custom class that extends the renderer with a pass for handling drawing custom geometry to the screen. | |
A custom shader for handling drawing custom geometry to the screen. | |
A custom operator for performing calculations in the scene tree when parameter values change. |