A lot of work has been done on the OSC addon for godot this week: 2 new classes for reception and emission fully integrated in the engine (with icon and UI configuration) and an OSCmessage class available in gdscript to read the received message.
The repositiories are here:
- https://github.com/djiamnot/gdosc, official one
- https://github.com/frankiezafe/gdosc, a fork of gdosc where i develop
- https://github.com/frankiezafe/gdosc-demo, a demo project showing the functionlities of the new classes
Next move is to create a GDNative extension, to enable distribution of the addon.