Sample_WebGL
This is a collection of samples for WebGL builds.
If you build the application with WebGL as the platform, BLE module will be automatically changed to a module for WebGL, and you can communicate with the application on the browser page with Cube.
- Implementing a BLE module for WebGL using the low-level BLE interface used in Sample_Bluetooth.
- Inside BLE module, we will use web-bluetooth to communicate with Cube.
- In web-bluetooth, we need to connect with one device at a time from the user operation event. Therefore, in our sample, we will provide a connect button to connect to Cube one device at a time.
Sample collection
This sample shows how the user can manipulate UI to move Cube directly.
This is a sample to see how the behavior of many Cubes changes depending on the mode of CubeNavigator.
This sample uses BLE interface, a low-level module, directly to communicate with Cube.
This sample uses the lowest level module, WebBLE plugin, directly to communicate with Cube.