4 releases

new 0.1.7 Mar 4, 2025
0.1.2 Jul 17, 2024
0.1.1 Jun 3, 2024
0.1.0 Jun 3, 2024

#1087 in GUI

Download history 5/week @ 2024-12-06 18/week @ 2024-12-27 106/week @ 2025-02-28

106 downloads per month

MIT/Apache

675KB
1K SLoC

Overview

dioxus-chessboard is a Rust crate designed to provide a web-based chessboard component for the Dioxus framework. This crate offers an interactive and customizable chessboard that can be integrated into any web application built with Dioxus.

Setup

  • Install the latest Dioxus CLI

    cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
    
  • Clone this repository

    git clone git@github.com:vnermolaev/dioxus-chessboard.git
    
  • Change to the example directory and execute all the commands from there

    cd ./example
    
  • Install the dependencies to compile Tailwind CSS.

    npm i
    
  • Compile the styles

    npm run buildcss
    
  • Compile the showcase example

    dx serve --example=showcase --features showcase --hot-reload=true
    
  • Navigate to localhost

Credit

All images are in Public Domain and sourced from OpenClipart.

Dependencies

~19–63MB
~1M SLoC