wxRust2
wxRust2 copied to clipboard
Is there a guidance to create such a bindings project from zero?
I think this is a great project for wxwidgets porting to rust. I was a C++ programmer and using wxWidgets for my GUI tools if I need. And, since I start to learning Rust, I still need a GUI toolkit too. But I found it also is a long term to learn a new GUI tools too, I was gladly to use wx. And also, I want to learn porting C/C++ projects for rust too. Now, I found its convenient to use wxRust2 and very interested to it. So, is there a guidance for building such project? If I can, I will try to fit the new wx version for use. Thanks.