Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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
- Created: 2021-12-29T18:12:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:00:50.000Z (8 months ago)
- Last Synced: 2024-08-01T16:52:01.351Z (5 months ago)
- Language: Rust
- Size: 1.85 MB
- Stars: 487
- Watchers: 13
- Forks: 64
- Open Issues: 11
-
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](./todomvc/example.png)](./todomvc)
## iOS TODOMVC
[![TodoMVC Mobile](./ios_demo/assets/screenshot_smaller.jpeg)](./ios_demo)## File Explorer (Desktop)
[![File Explorer](./file-explorer/image.png)](./file-explorer)## E-Commerce (Liveview)
[![E Commerce](./ecommerce-site/demo.png)](./ecommerce-site)## WiFi Scanner (Desktop)
[![WiFi Scanner](./wifi-scanner/demo_small.png)](./wifi-scanner)## Weather App (Web)
[Instructions](./weatherapp/README.md/#Instructions)[![Weather App](./weatherapp/weatherapp.png)](./weatherapp)
## Dog App (Desktop)
[Instructions](./dog-app/README.md/#Instructions)[![Dog App](./dog-app/dog-app.png)](./dog-app)