References
-
Studio SDK Quickstart: A guide that teaches the essentials of using the Studio SDK in about 15 minutes. Available at GraFx Developers - Studio SDK Quickstart.
-
Integration Project - Building a Custom UI: A comprehensive step-by-step guide to developing a complete UI for the Editor Engine. Details are at GraFx Developers - Building a Custom UI.
-
Studio SDK: The SDK library to interact with the Studio Editor Engine, hosted on GitHub. GitHub - chili-publish/studio-sdk.
-
Studio SDK Examples: Example projects that utilize the Studio SDK, available on GitHub. GitHub - chili-publish/studio-sdk/examples/sdk.
-
Studio UI: A minimalist end-user UI by CHILI publish, available on GitHub. GitHub - chili-publish/studio-ui.
-
Environment API Quickstart: A tutorial on managing integrations using the Environment API. Find it at GraFx Developers - Environment API Quickstart.
-
Integration Project - Building a Template Store: A project guide for creating a template store using the Environment API. Details are at GraFx Developers - Building a Template Store.
-
Environment API Swagger Documentation: API documentation for managing GraFx resources, available at CHILI Publish Sandbox - Environment API Swagger. Note: Replace
sandbox1
with your specific environment and remove-sandbox
for production environments. -
Connector Template: A template for creating connectors to integrate the Editor Engine with other software, available on GitHub. GitHub - chili-publish/grafx-connector-template.