1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Remove druid add tauri (#7055)

This commit is contained in:
dsh
2024-09-09 16:09:27 +01:00
committed by GitHub
parent 8bad7f4de1
commit 52d0fffaab
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
# druid
`Druid` is an open-source, data-oriented Rust GUI framework. It is focused on giving users a seamless and robust way of creating GUI interfaces in Rust while also providing them with a high level of control. `Druid` uses a reactive-model similar to `React` but it has its own distinguishing features, as well. `Druid` includes features such as flexbox styling, data binding, and event handling. It provides platform-native look-and-feel by utilizing the platform's own widget. Currently, `Druid` supports various platforms such as Windows, macOS, Linux, and Redox.

View File

@@ -0,0 +1,7 @@
# tauri
`Tauri` is an open-source framework for building lightweight, secure, and cross-platform desktop applications using web technologies. It allows developers to create native apps with HTML, CSS, and JavaScript while leveraging Rust for the backend and core functionality. Tauri offers smaller bundle sizes compared to Electron, enhanced security features, and deep system integration. It supports Windows, macOS, and Linux, and provides a unified API for accessing native features across different operating systems. Tauri's architecture allows for custom compile-time optimizations and the use of any front-end framework, making it a flexible and efficient choice for desktop app development.
Learn more from the following resources:
- [@official@Tauri Website](https://tauri.app)

View File

@@ -8080,7 +8080,7 @@
"x": "1010",
"y": "2332",
"properties": {
"controlName": "100-gui-dev:druid"
"controlName": "100-gui-dev:tauri"
},
"children": {
"controls": {
@@ -8109,7 +8109,7 @@
"y": "13",
"properties": {
"size": "17",
"text": "druid"
"text": "tauri"
}
}
]