May 12, 2022Practice Rust and TAURI: Make an Image Viewer #5 FinalI am studying by making an image viewer using Rust and TAURI. 😊 Do it on Windows. It is a continuation from … Practice Rust and TAURI: Make an Image Viewer #4 I will make an image viewer and studying. 😊 It is a continuation from #1 , #2 and #3.medium.com It was a boring screen for a long time, but I finally touched the flashy part. …Rust6 min readRust6 min read
Mar 6, 2022Practice Rust and TAURI: Make an Image Viewer #4I will make an image viewer and studying. 😊 It is a continuation from #1 , #2 and #3. Last time, I got a directory entries from PC. This time, I will try to make a process to select the entry list with the up and down keys, and display…Rust7 min readRust7 min read
Feb 13, 2022Practice Rust and TAURI: Make an Image Viewer #3I will make an image viewer and study. 😊 It is a continuation from #2. Last time, I made a drive selection process. This time, I will try to get the directory and file entries of the PC from the selected drive. Write a process to get a list of…Rust4 min readRust4 min read
Jan 29, 2022Practice Rust and TAURI: Make an Image Viewer #2I will make an image viewer and study. 😊 It is a continuation from #1. Practice Rust and TAURI: Make an Image Viewer #1 I will make an image viewer and study. 😊medium.com 🚧I would like to inform you in advance that I am an immature developer and an inefficient study. I’m a hobby programmer who wants to have fun learning.😙 This time, I will try to get…Rust4 min readRust4 min read
Jan 16, 2022Practice Rust and TAURI: Make an Image Viewer #1I will make an image viewer and study. 😊 The goal Make an image viewer to display the local image file. Operate with the keyboard. Display when the image file is in focus. List all files. (experiment of list view creation) Setup I practice on Windows as usual. For Windows, in addition to the…Rust3 min readRust3 min read
Oct 3, 2021Trying to the Tauri GUI on Rust : Meet WRYThis time, I’ll take a short detour and try WRY. WRY is described as “Cross-platform WebView rendering library in Rust that supports all major desktop platforms like Windows, macOS, and Linux.” Maybe it stands for Webview Rendering librarY. I will try to display HTML using WRY and refer to files…Rustlang6 min readRustlang6 min read
Sep 27, 2021Trying to the Tauri GUI on Rust : 5. MessageBox and OpenFileDialogThis time, I will challenge the message box and file selection.Rustlang4 min readRustlang4 min read
Sep 26, 2021Trying to the Tauri GUI on Rust : 4. State management on the Rust sideThis time, I will make a count program using Rust’s state management.Rustlang3 min readRustlang3 min read
Sep 25, 2021Trying to the Tauri GUI on Rust : 3. Communicate with js (^-^This time, I will try to communicate with javascript and Rust.Rustlang3 min readRustlang3 min read
Sep 24, 2021Trying to Tauri on Rust : 2. Hot Reload (^-^Apply the hot reloadable development server to the small experimental project, I created last time. Trying to Tauri on Rust : 1. min-min-project (^-^ I’m looking for a Rust GUI. So I’ll try Tauri.medium.com I’m trying out a desktop app with Tauri and an unfamiliar WebView2. I’m experimenting with a minimal and pure skeleton to clearly see the roles of html, js and Rust. live-server I well try the live-server…Rustlang2 min readRustlang2 min read