About GUI design windows need help

hi i'm beginner in rust programming, i´m fine with some parts of language and its features,but im intresting in build my first application for windows desktop enviroment,but i can`t understand some things...
first, i dont know how make gui s like windows winforms, i read at internet that i can use winapi, but if i use it then my rust application losts his features, because winapi has his own garbage collector and other things that makes inferior to rust. or really dont´t know.
so my question is about how make windows graphic interfaces for desktop applications? some basic.. menus, pictures, the windows , etc.
excuse me for my english. thanks

https://github.com/gabdube/native-windows-gui

2 Likes

thanks man. it really helps. and thanks for your fast answer.!!