跳转至

Rust GUI library

The following pages are notes from Building a simple text editor with iced, a cross-platform GUI library for Rust using iced lib.

  1. Hello World
  2. Multi-line Input
  3. Theme and Cursor Indicator
  4. Async File Loading
  5. File Picker
  6. File Path Indicator
  7. New and Save
  8. Button prettify
  9. Syntax Highlighting
  10. Misc

评论