Hi are there any OSC libraries that do not require node modules? I am trying to bring OSC into my threejs project, which sounds simple enough but I am also using Node Materials which has proven impossible to use via node modules. Seems the only way forward is to bypass node modules altogether.
Much thanks
If you dont’ want to use it as a module, why don’t you simply use their dist/osc.js
file in an HTML <script> tag? It looks like it creates a global variable named osc
that you could use in the rest of your project.
2 Likes