Java and robotics
- 
					
					
					
					
 I just fund cylonjs ( https://cylonjs.com ) - java based robot programming :-)) Have anyone used it or know if its possible to use it with Isadoras java actor
- 
					
					
					
					
 This is a NODEjs library. It requires NODEjs to run. See: https://nodejs.org/en/ (Basically nodejs is a webserver build around javascript.)This will not work directly in Isadora.However, you can set this up on your machine with NodeJS and communicate to it (since its a webserver) via TCP-IP.Basically you would build an API for your robotics as a NodeJS app, and send commands to it via TCP-IP from Isadora.This could be very cool.
