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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T17:50:08.000Z (over 4 years ago)
- Last Synced: 2025-08-23T05:57:07.313Z (10 months 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.