Stencil currently supports HTML, curses, and imgui. Adding a GTK backend would enable native Linux desktop UIs.
What's needed:
- Create
backends/gtk/ folder
- Add
backend.yaml manifest
- Add component templates (Button.j2, Input.j2, etc.)
- Add
_layout.j2 wrapper
See CONTRIBUTING.md for template guidelines.
Stencil currently supports HTML, curses, and imgui. Adding a GTK backend would enable native Linux desktop UIs.
What's needed:
backends/gtk/folderbackend.yamlmanifest_layout.j2wrapperSee CONTRIBUTING.md for template guidelines.