16 lines
374 B
Markdown
Raw Normal View History

2018-09-13 02:10:23 +03:00
# Paint Example
This directory is an example of using the `web-sys` crate for making a simple
painting program with all of the logic written in Rust.
You can build and run the example with:
```
$ ./build.sh
```
(or running the commands on Windows manually)
and then opening up `http://localhost:8080/` in a web browser should show a
blank canvas on which you can draw.