···4545ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
46464747[profile.release]
4848-debug = true
4848+lto = "fat"
+5-1
README.md
···11-lazer pointer wao
11+app that you can run on your desktop to have people be able to draw over your screen with a lazer pointer. uses `tiny-skia` and `softbuffer`.
22+33+compile with `server` feature on and run that on your desktop, and compile with `client` feature and give that to your friends / host it on your website (it supports WASM, see `build.nu`). set `SERVER_URL` to configure the server URL for clients when building.
44+55+see https://gaze.systems/annoy for a "demo".