📚 REDucation

This is a series of talks given by the development team behind Creation Platform. Each is a maximum of 30 minutes long and covers new features, lesser-known existing features and technical deep-dives.

Look out for adverts for future sessions on the Creation Platform Support Telegram channel. You can find recordings and slides (PDF) of previous talks below.

Red-Models Roadmap

Follow along as we take a journey through the red-models codebase, finding out what lives where and what it all does.

The Protobuf Graph

A deep-dive into how graphs are represented throughout the code that underpins Creation Platform.

Graph-Templates

An exploration of graph-templates in Creation Platform, what they are and how to contribute your own.

Model and Attribute Parsing

An explanation of what actually happens when we run make update-models, the command that takes models and attributes from .yaml definitions to being usable within graphs.

The model.yaml File

A dive into how we define a RED model structure using the model.yaml file. What is actually in these files? Why do we need one and what do we do with it?