I would like to use the data visualisation library d3.js in Unity, so I can ultimately navigate through a 3d world with all the different visualisations (2d or 3d). Possible to integrate into Microsoft HoloLense.
I would like to know if any of the unity frameworks allows the use of js libraries.
I know that UnityScript it's not quite JS, would I be able to do it using webGL?
An alternative that I thought would be to use Unity Web Player and pass messages between the JS library and the player. Then draw the results in Unity. However, I am not sure how easy it would be (or versatile) it would be to draw the graphs in Unity. Unless I build each visualisation individually.
I also saw this: http://forum.unity3d.com/threads/unity3d-plugin-for-embedding-webpages-on-windows-is-ready.83071/
But, it looks pretty dead. Any maintained alternatives?
Thanks!
↧