https://github.com/aylur/gjsx
Convenience libraries for GNOME JavaScript (GJS).
https://github.com/aylur/gjsx
gjs gnome-extension gtk jsx
Last synced: 28 days ago
JSON representation
Convenience libraries for GNOME JavaScript (GJS).
- Host: GitHub
- URL: https://github.com/aylur/gjsx
- Owner: Aylur
- License: mit
- Created: 2024-12-04T14:00:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T15:17:01.000Z (29 days ago)
- Last Synced: 2025-04-14T17:43:49.180Z (28 days ago)
- Topics: gjs, gnome-extension, gtk, jsx
- Language: TypeScript
- Homepage: https://aylur.github.io/gjsx/
- Size: 137 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Gjsx
Convenience libraries for GNOME JavaScript (GJS).
If you are not already familiar with GJS and GObject,
you should read [gjs.guide](https://gjs.guide/) first.This library provides:
- GObject [decorators](https://aylur.github.io/gjsx/gobject) for subclassing
- state and binding utilities
- [JSX](https://aylur.github.io/gjsx/jsx) for both Gtk and Gnome extensions## Example apps using Gjsx
- [icon-theme-browser](https://github.com/Aylur/icon-theme-browser)