RSGT : Rust simple GUI Toolkit
RSGT is a simple GUI Library
Design
RSGT's event handling is based on Swing (Java) event handling. Also, the rendering of GUI components will be unique, so that components can be easily designed using CSS and other scripts.
Example
use WindowListener;
use ;
use WindowTheme;
Goal
- To be able to handle a wide range of applications from simple to complex
- Ensure that the same code works the same in any environment
License
"RSGT" is under MIT LICENSE