Cargo Workspaces, Cargo Install, Cargo custom commands - Full Crash Rust Tutorial for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 5

  • @KingCobraYT01
    @KingCobraYT01 17 วันที่ผ่านมา

    How to make windows GUI application using rust

    • @francescociulla
      @francescociulla  17 วันที่ผ่านมา +2

      Hey KingCobra. To create a Windows GUI application in Rust, you can use libraries like iced, druid, or fltk-rs. These libraries provide cross-platform support, making it easier to design and build native-looking UIs. For a Windows-specific approach, winapi and windows-rs give you direct access to Windows APIs, although they're more complex to use.

    • @KingCobraYT01
      @KingCobraYT01 16 วันที่ผ่านมา

      @francescociulla how you remember the rust Syntex? For example GUI Update Logic
      In java very easy Syntex 🤔

    • @KingCobraYT01
      @KingCobraYT01 16 วันที่ผ่านมา

      fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)