scratchfoundation / scratch-vm

Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
http://scratchfoundation.github.io/scratch-vm/
BSD 3-Clause "New" or "Revised" License
1.22k stars 1.52k forks source link

Connect to Scratch Device Manager #518

Closed cwillisf closed 7 years ago

cwillisf commented 7 years ago

In order to access hardware devices, the VM should be able to connect to the Scratch Device Manager. Some of the code will be similar to that found here: https://github.com/LLK/scratchx/tree/gh-pages/scratch_extensions

cwillisf commented 7 years ago

This is done at a prototype level as of #549 and #556