mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

11K
active users

#tauri

3 posts3 participants0 posts today

🌘 Tauri Verso 整合實驗性版本
➤ Tauri 框架詳盡指南
v2.tauri.app/blog/tauri-verso-
這份文件詳列了 Tauri 框架的各項功能與更新,包含其架構、核心概念、安全性、開發流程、以及發布途徑等。它涵蓋了從快速入門到進階主題,例如跨程序通信、插件開發、以及各種平臺的應用程式打包發布等資訊。文件也提供了大量的版本紀錄,方便開發者追蹤更新與變更。
+ 這份文件太詳細了!對想了解 Tauri 的人來說,絕對是一份寶貴的資源。
+ 看到這麼多版本更新,感覺 Tauri 團隊的開發速度很快呢!持續優化和提升安全性令人印象深刻。
#開發工具 #應用程式框架 #Tauri

TauriExperimental Tauri Verso IntegrationThe cross-platform app building toolkit

#rust has tought me to rethink whatever idea I've got.
One of the lessons I learned is that #rust should be used wherever/whenever _needed_.
I'm starting to see where I really need #rust in my further work
- WebSocket farms (to be elaborated further)
- #tauri native apps

In the meantime, I'm continuing my research using a more lightweight language.
Instead of the (pretty) well known #javascipt, I'm choosing #typescript. The time is right.

Replied in thread

@bouncepaw indeed interesting. There are more hopeful developments, like the paradigm shift towards local-first computing, that may (#Tauri + possibly #Servo) or may not have a browser-based UI.

There's a supercool UI framework being built, with a11y support, called #Makepad. And they also use #wasm, also built an experimental #WebAssembly interpreter called Stitch.

You should watch the makepad vid referenced from the README. Mindblowing demo.

github.com/makepad/makepad

github.com/makepad/stitch

do any #tauri devs know the cause of the error `Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...`? I'm not really familiar with tauri at all and I can't seem to find this issue anywhere online.

Doing a personal project with #tauri to stretch my legs a little bit, and curious:

My hope is to really prefer the local experience over anything, and then syncing data from local to a central storage.

My expertise is in the front end but I've done my fair share of DB work. Is there an obvious answer here, for #mobile / #database folks?

My assumption is SQLite but would love all sorts of perspective