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
Original issue reported on code.google.com by
bangnoise@gmail.com
on 18 Apr 2011 at 11:16