-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# scanner | ||
|
||
Document scanner for the web built in Rust. Zero runtime dependencies - all the hard math is done by hand. Original TypeScript code from the master branch includes all the logic is in `src/index.ts`, but it's admittedly a bit hard to read. Rust source in `src-rs`; most of it is just copied verbatim from TypeScript, but I made a few optimizations where possible. The WASM port is a bit faster on desktop and substantially faster on mobile. Demo will soon be available [here](https://101arrowz.github.io/scanner/). | ||
Document scanner for the web built in Rust. Zero runtime dependencies - all the hard math is done by hand. Rust source in `src-rs`; most of it is just copied verbatim from the TypeScript code [on the master branch](https://github.com/101arrowz/scanner/tree/master), but I made a few optimizations where possible. The WASM port is a bit faster on desktop and substantially faster on mobile. This branch also includes a much nicer UI Demo available [here](https://101arrowz.github.io/scanner/next/). | ||
|
||
Check out [my ongoing blog series](https://dev.to/101arrowz/series/15877) on this project to learn more about all the techniques I employed to make this project possible! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters