Connect2IC / connect2ic

https://connect2ic.github.io/docs/
MIT License
92 stars 19 forks source link

please consider adding a pure JavaScript example :) #15

Closed AVOlight closed 2 years ago

AVOlight commented 2 years ago

Hi, Thank you very much for this :D please consider adding a pure JavaScript example :)

neeboo commented 2 years ago

Hi @AVOlight , would you elaborate the scenario that needs a pure JavaScript example? Is the typescript example not working or you need some specific execution environment?

AVOlight commented 2 years ago

Hi @neeboo, sorry yes I'm not very experienced with web so pure JavaScript is the easiest way for me to connect through a JavaScript Unity plugin.

MioQuispe commented 2 years ago

Hi @neeboo, sorry yes I'm not very experienced with web so pure JavaScript is the easiest way for me to connect through a JavaScript Unity plugin.

Hey, I will be exposing the client so it can be used outside the supported frameworks yes.

MioQuispe commented 2 years ago

Hi @neeboo, sorry yes I'm not very experienced with web so pure JavaScript is the easiest way for me to connect through a JavaScript Unity plugin.

Hey! Please try the latest version 0.1.0 The client is exposed now. See here: https://connect2ic.github.io/docs/docs/Core/Client

It may not be perfect but hopefully we can fix and improve it according to your needs.

AVOlight commented 2 years ago

Thank you very much :)