ColinEberhardt / wasm-sudoku-solver

a WebAssembly-powered AR sudoku solver

Home Page:https://colineberhardt.github.io/wasm-sudoku-solver/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebAssembly Powered Augmented Reality Sudoku Solver

You can find a brief tutorial that describes this project on my blog.

This project makes use of the WebAssembly build of OpenCV (a C++ computer vision library), Tensorflow (a machine learning library) and a solver written in Rust. It neatly demonstrates how WebAssembly allows you to write performance-critical web-based applications in a wide range of languages.

About

a WebAssembly-powered AR sudoku solver

https://colineberhardt.github.io/wasm-sudoku-solver/


Languages

Language:JavaScript 87.5%Language:HTML 8.9%Language:Rust 3.6%