Skip to content

ManuScrape v1.0.14

Choose a tag to compare

@nikobojs nikobojs released this 29 Apr 19:57

Another smaller hot-fix release optimizing performance potentially a by lot, since we might avoid time-consuming virus-scans when reading/writing files, by (mis-)using IPC and holding files in the RAM. Startup times might be impacted, it's a tradeoff, but a good one, i think. Seems very snappy, but I cannot reproduce the performance issues, so they might still be there. This should be a step in the right direction anyway.

  • add start-win npm script
  • add dev logs measuring the overlay / create-image flow
  • fix shortcuts not unregistered after overlay window close
  • send simple screenshots through ipc instead of writing + reading file
  • serve markAreaP5Sketch over IPC instead of normal script import, to avoid performance problems on some setups
  • load p5 sketch through ipc instead of reading file every time overlay opens
  • disable webgl for overlay + load p5 dynamically instead of using script tag
  • set auto-detect proxy to false + set no-proxy-server flag