Created maps are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
interface ToyPlugin "physics"; icon: string; // emoji or asset URL cost?: number; // for resource-limited toys exclusiveGroup?: string; // e.g., "reverb-group" – only one per group apply: (context: ToyContext) => ToyContext; // core transformation ui?: knob?: string[]; toggle?: boolean ; // user configurable params
// URL: https://mytoys.com/play?preset=eyJwbHVnaW5zIjpb...
interface ToyPlugin "physics"; icon: string; // emoji or asset URL cost?: number; // for resource-limited toys exclusiveGroup?: string; // e.g., "reverb-group" – only one per group apply: (context: ToyContext) => ToyContext; // core transformation ui?: knob?: string[]; toggle?: boolean ; // user configurable params
// URL: https://mytoys.com/play?preset=eyJwbHVnaW5zIjpb...