OpenVB is a project that aims to create a free and open-source implementation of the Visual Basic programming language. OpenVB is written in dart and is designed to run on the web and desktop.
| Platform | Build Status | Download |
|---|---|---|
| Linux | openvb-linux-x86_64 | |
| Windows | openvb-windows-x86_64.exe | |
| Web | openvb-web |
Build for Linux as a native binary:
./build.sh build_nativeBuild for web:
./build.sh build_webRunning a local web server:
./build.sh run_webBuild for Windows as a native binary:
build.batOpenVB is licensed under the Apache License 2.0. See LICENSE for more information.