dragome / gdx-dragome

Dragome backend for LibGDX.
22 stars 1 forks source link

Net implementation #6

Open czyzby opened 8 years ago

czyzby commented 8 years ago

See DragomeNet.

Sockets are not supported by DragomeNet (or GWT, for that matter).

czyzby commented 8 years ago

DragomeNet is fully implemented. It needs to be tested, though - I'm not sure if you should manually create Function object in Java, I'd like @fpetrola input on this.

fpetrola commented 8 years ago

I've made some changes in DragomeNet eval usage, now it's using evalCasting to create the resulting typed instance in one step: e4449fe1aac97fc398e0bbff63d17f4b6cd3b0a8