Avdan-OS / Compositor

Rusty AvdanOS Wayland compositor
GNU General Public License v3.0
22 stars 11 forks source link

RFC: Compositor Scripting #70

Open Sammy99jsp opened 1 year ago

Sammy99jsp commented 1 year ago

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: