https://github.com/DioxusLabs/example-projects
Featured Dioxus projects on how to build clean user interfaces in Rust
https://github.com/DioxusLabs/example-projects
Last synced: about 1 month ago
JSON representation
Featured Dioxus projects on how to build clean user interfaces in Rust
- Host: GitHub
- URL: https://github.com/DioxusLabs/example-projects
- Owner: DioxusLabs
- Archived: true
- Created: 2021-12-29T18:12:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:00:50.000Z (12 months ago)
- Last Synced: 2024-10-30T11:41:56.720Z (6 months ago)
- Language: Rust
- Size: 1.85 MB
- Stars: 501
- Watchers: 13
- Forks: 63
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-ccamel - DioxusLabs/example-projects - Featured Dioxus projects on how to build clean user interfaces in Rust (Rust)
- awesome-rust-list - DioxusLabs/example-projects - projects?style=social"/> : Featured Dioxus projects on how to build clean user interfaces in Rust. (GUI)
- awesome-rust-list - DioxusLabs/example-projects - projects?style=social"/> : Featured Dioxus projects on how to build clean user interfaces in Rust. (GUI)
README
# **These examples have moved to the main dioxus repo. You can view updated versions [here](https://github.com/DioxusLabs/dioxus/tree/main/examples)**
# Example projects with Dioxus
This repository holds the code for a variety of example projects built with Dioxus.
Each project has information on how to build/deploy.
If you want to add your own, feel free to make a PR!
Current Projects:
| Example | Platform | Creator |
| -------------------------------- | ------------ | ----------- |
| [TodoMVC](./todomvc) | Web, Desktop | @jkelleyrtp |
| [TodoMVC](./ios_demo) | iOS | @jkelleyrtp |
| [File Explorer](./file-explorer) | Desktop | @jkelleyrtp |
| [E-Commerce](./ecommerce-site) | LiveView | @jkelleyrtp |
| [WiFi Scanner](./wifi-scanner) | Desktop | @jkelleyrtp |
| [Weather App](./weatherapp) | Web | @jkelleyrtp |
| [Dog App](./dog-app) | Desktop | @jkelleyrtp |## TODOMVC (Desktop, Web)
[](./todomvc)
## iOS TODOMVC
[](./ios_demo)## File Explorer (Desktop)
[](./file-explorer)## E-Commerce (Liveview)
[](./ecommerce-site)## WiFi Scanner (Desktop)
[](./wifi-scanner)## Weather App (Web)
[Instructions](./weatherapp/README.md/#Instructions)[](./weatherapp)
## Dog App (Desktop)
[Instructions](./dog-app/README.md/#Instructions)[](./dog-app)