Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.