Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
LampixJS is the official JavaScript library for creating applications, making use of the internal API Lampix devices expose.
Any valid web application can run on Lampix. The only thing to keep in mind is that Lampix will not, by default, make things interactive. To integrate with Lampix, use the library. The library is meant to be used inside the context of a Lampix device or the Lampix simulator. Loaded inside an environment without the expected API will simply make the library search for the API indefinitely, rendering its most relevant methods unusable.
You can create your application any way you see fit, provided the end result respects what is outlined in the . That said, you can use:
- as in no libraries, if you'd prefer not using any
and any other technology used to develop web applications
You only need to worry about Chromium v66. Search this for the functionality you need.
Chromium v66 is quite advanced, and includes features such as the and out of the box (the latter, for instance, is an experimental technology whose animation.finished
promises show issues, but can easily be mitigated with the properly working animation.onfinish
callbacks).