Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 781 Bytes

rat

what

a reimagining of https://rasterbator.net/, inspired by the source: https://github.com/supertobi/rasterbator-ng

dev

# dev profile
$ trunk serve

# release profile
$ trunk serve --release

build

$ trunk build --release

Compress the contents of dist into a zip file and upload

todo

  • styling/UX
  • zip all files for download, "download all" link
  • svg backend
  • allow user to control min/max percentages for dot sizes
  • way to make the thing not block while it renders, if possible
  • any kind of perf optimization at all
  • investigate converting to web-sys from stdweb
  • wee_alloc (https://rustwasm.github.io/book/game-of-life/code-size.html)
  • gzip the wasm bundle (seems to be an issue with Amplify)