GTK Forms
- 2 Devlogs
- 10 Total hours
A Rust crate to create forms with GTK, including a derive proc-macro to create a form widget from a struct
A Rust crate to create forms with GTK, including a derive proc-macro to create a form widget from a struct
I added content to the README.md and published the (two) crates to crates.io
It’s in a usable state right now with basic features. The derive proc-macro can add text input and number fields, allowing to create forms quickly and easily.