Documentation Update - v1.0.1
Version 1.0.1 - Patch
This is a minor update that updates the documentation with a critical prerequisite for the EV3 brick. No changes were made to the application code itself.
⚠️ Critical Prerequisite for EV3 (Added in v1.0.1)
To use the C++ compilation feature, g++ must be installed on your EV3 brick. If it is a fresh ev3dev installation, please connect to your EV3 via SSH terminal and run these commands once before using the app:
sudo apt-get update
sudo apt-get install g++(Note: Without this, the app can still view files and run Python scripts, but compiling C++ will result in an error).
🚀 General Features
- EV3 filesystem viewer and editor
- Support for running Python scripts and compiling C++ scripts with live console
- Livestream of EV3 display, battery state, connected motor/sensors
🛠️ Installation & Usage (Windows)
- Download the
v1.0.1ZIP file below. - Right-click the ZIP file and select Extract All.
- Open the extracted folder and double-click the executable to start.
📜 Licensing
This project is open-source and licensed under the GNU GPLv3. See the ATTRIBUTION.md inside the bundle for third-party credits.