This commit is contained in:
Chris Tsang
2020-10-25 15:43:40 +08:00
parent 46c49e5867
commit 7a62846470
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ A technical description of the algorithm is on [visioncortex.org/vtracer-docs](/
## Tech Stack
VTracer and its core library is implemented in [Rust](//www.rust-lang.org/). It provides us a solid foundation to develop robust and efficient algorithms and easily bring it to interactive applications. The supported target for now is WASM. It is interactive and fast, and is a perfect showcase of the capability of the Rust + HTML5 platform. We do plan to develop a command line program for VTracer.
VTracer and its [core library](//github.com/visioncortex/visioncortex) is implemented in [Rust](//www.rust-lang.org/). It provides us a solid foundation to develop robust and efficient algorithms and easily bring it to interactive applications. The supported target for now is WASM. It is interactive and fast, and is a perfect showcase of the capability of the Rust + HTML5 platform. We do plan to develop a command line program for VTracer.
## Screenshots

View File

@@ -1,4 +1,4 @@
# Vision Cortex VTracer
# visioncortex VTracer
A web app to convert raster images into vector graphics.