Skip to content

Effect development

Hyperion provides a powerful API to write your own effects, along with possible options and user interface to tune them.

Effect Files

An effect has 3 different files.

FilelanguageComment
neweffect.pyPythonThe heart of the effect
neweffect.jsonJSONContains options for the python file, which makes it configurable
neweffect.schema.jsonJSON SchemaCreates the options UI and is used to validate user input. Read more