First thanks for creating this amazing software.
I made Koto scripting for Fidget https://github.com/rsaccon/fidget-koto
I adapted the fidget-viewer demo app and ported all the models to Koto.
Feature request:
API / abstractions for pluggable scripting engines: e.g.: Engine could define traits for run and eval, and ScriptContext and DrawShape maybe should not be tight to the Rhai implementation.
First thanks for creating this amazing software.
I made Koto scripting for Fidget https://github.com/rsaccon/fidget-koto
I adapted the fidget-viewer demo app and ported all the models to Koto.
Feature request:
API / abstractions for pluggable scripting engines: e.g.:
Enginecould define traits forrunandeval, andScriptContextandDrawShapemaybe should not be tight to the Rhai implementation.