Is it still possible to convert the entire Blitz+LightningJS 3.0 project to HTML and JavaScript as was the case with the previous version of LightningJS 2.0?
Little confused by the question. Lightning is a Canvas (WebGL) Renderer which runs in a web browser. It does not use HTML (as that is a rendering layer).
Since it’s all running in a web browser, it uses Javascript and you can use any Javascript libraries you want with it.
Hi @ajpelm! Yes you can import Google IMA SDK into Blits, just like any other library add a dependency and import it where you want to use it.
This works very similar to what you would do in Lightning 2, at the point where you integrate the controls/metrics will need to be done the Blits way versus Lightning 2 template style.