项目作者: plenprojectcompany
项目描述 :
Scratch X plugin to operate PLEN series robots.
高级语言: TypeScript
项目地址: git://github.com/plenprojectcompany/plen-ScratchX.git
Scratch X Plugin | PLEN Project Company Inc.
Scratch X plugin to operate PLEN series robots.
How to Use
- Connect with PLEN using USB (type micro B) cable.
- Launch the Control Server.
- Access to http://scratchx.org/?url=https://plenprojectcompany.github.io/plen-ScratchX/plugin.js.
If it shows USB connection has been disconnected!
, please check the connection status. - Please click
I understand, continue
button when it shows confirming dialog. - There are blocks to operate PLEN series robots in
Scripts >> More Blocks >> PLEN
.
Getting Started with the Development
- Clone or fork this repository.
- Run
npm install
command. - Update
src/index.ts
. - Run
npm run build
command at git-root
. - Debugging process is shown as below:
- Change directory
git-root
of this repository. - Run any local HTTP server such as
python -m SimpleHTTPServer <PORT_NUMBER>
. - Open the url
http://scratchx.org/?url=http://localhost:<PORT_NUMBER>/docs/plugin.js
.
Build Environment
- node.js v8.10.0
- npm v5.6.0
- typescript v1.8.10
Copyright (c) 2016,
License
This software is released under the MIT License.