Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanadolps/dioxus_tic_tac_toe
React's tic tac toe but it's made with dioxus
https://github.com/thanadolps/dioxus_tic_tac_toe
dioxus gui react rust rust-gui-experimental tic-tac-toe
Last synced: about 1 month ago
JSON representation
React's tic tac toe but it's made with dioxus
- Host: GitHub
- URL: https://github.com/thanadolps/dioxus_tic_tac_toe
- Owner: thanadolps
- License: apache-2.0
- Created: 2022-02-11T17:28:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T17:50:08.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T18:55:15.181Z (almost 2 years ago)
- Topics: dioxus, gui, react, rust, rust-gui-experimental, tic-tac-toe
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Dioxus tic-tac-toe
React's tic tac toe but it's actually dioxus.According to their webpage: "[Dioxus](https://dioxuslabs.com/) is a React-like library for building fast, portable, and beautiful user interfaces with Rust".
I was curious about how React-like it's, so I try redoing the [React's tic tac toe tutorial](https://reactjs.org/tutorial/tutorial.html) but in dioxus, keeping the code as close as possible to the original version.