FrameOS / frameos

Operating system for single function smart frames
https://frameos.net/
Apache License 2.0
331 stars 9 forks source link

Event payloads in the editor #59

Closed mariusandra closed 8 months ago

mariusandra commented 8 months ago

Makes the following dynamic possible:

image

The code is essentially just

proc run*(self: App, context: ExecutionContext) =
  self.log(&"Hello {self.appConfig.x} {self.appConfig.y}")