Hey @jyapayne, I made the demo work on high DPI screens: <https://github.com/treeform/pixie/pull/197>
They key to high DPI is to know your DPI scaling and scaling everything appropriately, including the mouse position. Let me know if that works for you?