Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 985 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 985 Bytes

What is it?

ofxScratch is openFrameworks addon to communicate with Scratch using Scratch Extension Protocol.

How to use it?

Scratch1.x

  • Please see example, for now.

Scratch2.x

  • show chapter of "HTTP Extensions" in this page

dependencies

Scratch1.x

  • ofxNetwork(0.01)
  • ofxThread(0.01)

Scratch2.x

CHANGE LOG

2014/08/04 - v006

  • Supporting Scratch 2.0(offline mode only) -Remove old type examples (for v0062 and v007)

2012/02/14 - v005

  • change connection protcol to udp from tcp

2012/02/12 - v004

  • acceleration

2012/02/10 - v003

  • add examples for v0062 and v007

2011/10/13 - v002

  • add some message while connect

2011/10/05 - v001

  • Release

License

MIT