《1备用-2480-EW23_Are_we_GUI_Yet.pdf》由会员分享,可在线阅读,更多相关《1备用-2480-EW23_Are_we_GUI_Yet.pdf(16页珍藏版)》请在三个皮匠报告上搜索。
1、Are we GUI Yet?Are we GUI Yet?An Overview of GUI Frameworks written in RustAbout meAurindam Jana/Co-Founder SixtyFPS GmbHSixtyFPS GmbHGrowing popularity of Rust2022 is the first year where memory safety vulnerabilities do not represent a majority of Androids vulnerabilities.Support for using Rust fo
2、r kernel development entered into stable Linux release,Linux 6.1With the stable release,Rust has become the second language officially accepted for Linux kernel development,along with C.BlackBerry and Elektrobit announced they are collaborating on integration efforts to support the Rust programming
3、language,empowering developers to build safe,reliable and efficient automotive software.Infineons AURIX TC3xx,TC4x,TRAVEO T2G&PSoC families of microcontrollers support RustGraphical User Interface Libraries Atleast 33 options to choose from(!)Most are community driven projectsVery few are mature and
4、 easy-to-useComparing 4 popular GUI librariesOther popular GUI librariesUses the WebView.Declarative UI using RSX.Backend Logic needs to be implemented in Rust.Connection between User Interface and Backend Logic is via built-in methods.Dioxus Desktop is built off Tauri.Dioxus Architecture and Implem
5、entationProgrammingJavaScript or RustDesktopYes,via WebView provided by the OSMobileAlpha release in Dec 2022EmbeddedNoWebNoUses the WebView provided by the OS to render an HTML/JS frontend.For the User Interface,one can choose either JavaScript or Rust.Backend Logic needs to be implemented in Rust.
6、Connection between User Interface and Backend Logic is via built-in methods.credits:Lukas Kalbertodt/https:/ Subjective OverviewStability/Maturity1.0,big community,has sponsors,multiple developers,has Governance pageDocumentationFairly good;lots of templates;could use more guide-level docs for backe