From 39abffa173bab43feba80e43947201dd9f0e4486 Mon Sep 17 00:00:00 2001 From: Richard Lawson Date: Wed, 19 Nov 2025 07:40:59 -0500 Subject: [PATCH] Add Sierra Swing DSL Sierra is a lightweight declarative XML DSL for Swing. Comes with a live previewer and dtd support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a87f7897..c19ec00f 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ _Libraries to create modern graphical user interfaces._ - [JavaFX](https://wiki.openjdk.java.net/display/OpenJFX/Main) - Successor of Swing. - [Scene Builder](https://gluonhq.com/products/scene-builder/) - Visual layout tool for JavaFX applications. - [SnapKit](https://github.com/reportmill/SnapKit) - Modern Java UI library for both desktop and web. +- [Sierra](https://github.com/HTTP-RPC/Sierra) - Lightwieght declarative DSL for rapid development of Swing applications. - [SWT](https://www.eclipse.org/swt/) - Graphical widget toolkit. ### High Performance