You are browsing as a guest. Sign up (or log in) to start making projects!

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

Ship #1 Pending review

I made a Rust crate for creating forms with GTK, mainly through a derive proc-macro. It was challenging to figure out how proc-macros actually worked at first, but I eventually got the hang of it and managed to get it to generate the code to create a GTK widget and pull data from it.

  • 2 devlogs
  • 10h
Try project → See source code →
Open comments for this post

24m 50s logged

I added content to the README.md and published the (two) crates to crates.io

I added content to the README.md and published the (two) crates to crates.io

Replying to @albu_adam

0
1
Open comments for this post

9h 40m 4s logged

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.

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.

Replying to @albu_adam

0
1

Followers

Loading…