Betaviewer is a visualizer tool designed to work with the STMicroelectronics VL53L7CX 8x8 Multi-Zone Time-of-Flight Sensor. It utilizes dear imgui, a bloat-free graphical user interface library, to provide an intuitive and user-friendly interface for visualizing the data from the sensor.
- Visualization of data from the VL53L7CX sensor.
- Graphical representation of multi-zone time-of-flight measurements.
- Easy-to-use interface powered by dear imgui.
- C++ compiler with C++17 support.
- STMicroelectronics VL53L7CX 8x8 Multi-Zone Time-of-Flight Sensor.
- dear imgui library.
- Any additional dependencies required by dear imgui.
-
Clone the repository:
git clone https://github.com/your_username/betaviewer.git
-
Build the project using your preferred build system (CMake, Makefile, etc.).
-
Connect the VL53L7CX sensor to your system.
-
Run the built executable.
-
Launch the application after connecting the VL53L7CX sensor.
-
Use the GUI controls to adjust parameters and settings as needed.
-
Observe the visualization of data from the sensor.
-
Analyze the graphical representation of multi-zone time-of-flight measurements.
Contributions are welcome! If you would like to contribute to Betaviewer, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.
- The creators of dear imgui for providing an excellent GUI library.
- STMicroelectronics for developing the VL53L7CX sensor.