google-code-export / syphon-implementations

Automatically exported from code.google.com/p/syphon-implementations
1 stars 1 forks source link

JSyphon TODO #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Things to be done in JSyphon

1. In servers, ditch the NSPoint, etc stuff, and just have the version which 
takes a series of ints, as that seems like (NS)Pointless bloat.

2. ditch initWithName for servers and have a proper constructor which takes a 
name. Requiring double-init is weird (there's already a comment about this in 
the header)

3. clients - same init/constructor thing

4 servers - allow name to be set.

5. probably create clients matching a server and app name, like the 
OpenFrameworks/Cinder stuff does, rather than wrapping an entire 
server-description dictionary? That way we can just use Java Strings

Add others and/or comments on the above

Original issue reported on code.google.com by bangnoise@gmail.com on 18 Apr 2011 at 11:16

GoogleCodeExporter commented 9 years ago

Original comment by bangnoise@gmail.com on 18 Apr 2011 at 11:16