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_native
Build for web:
./build.sh build_web
Running a local web server:
./build.sh run_web
Build for Windows as a native binary:
build.bat
OpenVB is licensed under the Apache License 2.0. See LICENSE for more information.