You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for the compositor to (optionally) support scripts written in Python, JS, or similar.
These modules should be able to dynamically link with the compositor (and not require recompilation), and should be separate from the Avdan-OS/Compositor repo.
Ideally, if the language supports optional type annotations, type definitions should be provided too according to the language's standards:
Allow for the compositor to (optionally) support scripts written in Python, JS, or similar.
These modules should be able to dynamically link with the compositor (and not require recompilation), and should be separate from the
Avdan-OS/Compositor
repo.Ideally, if the language supports optional type annotations, type definitions should be provided too according to the language's standards:
The text was updated successfully, but these errors were encountered: