You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering, if there is a way of using bodylight.js without the composer?
What I have in mind is to create a HTML5 document inside a text editor. There I would like to insert the compiled model from FMU-compiler and the bodylight.js as minified js-librarys in script tags.
Then I would like to use the bodylight.js API to communicate with the compiled model. So that I can pass the values from form input-fields to the model and pass the outputs of the model to wathever element in my HTML5 document.
Exactly what the composer is doing for me but without the GUI which restricts me to the functionality the GUI supports.
Would it be possible to provide bodylight.js without composer as js-library?
The text was updated successfully, but these errors were encountered:
I am wondering, if there is a way of using bodylight.js without the composer?
What I have in mind is to create a HTML5 document inside a text editor. There I would like to insert the compiled model from FMU-compiler and the bodylight.js as minified js-librarys in script tags.
Then I would like to use the bodylight.js API to communicate with the compiled model. So that I can pass the values from form input-fields to the model and pass the outputs of the model to wathever element in my HTML5 document.
Exactly what the composer is doing for me but without the GUI which restricts me to the functionality the GUI supports.
Would it be possible to provide bodylight.js without composer as js-library?
The text was updated successfully, but these errors were encountered: