Basic4GL - Wikipedia

submited by
Style Pass
2021-09-19 02:00:07

Basic4GL (B4GL; from Basic for openGL) is an interpreted, open source version of the BASIC programming language which features support for 3D computer graphics using OpenGL. While being interpreted, it is also able to compile programs on top of the virtual machine to produce standalone executable programs.

It uses a syntax similar to traditional dialects of BASIC and features an IDE and a very thorough and comprehensive debugger.

Basic4GL is not designed to compete with programming languages such as C++; it was intended to replace older languages such as QBasic or GFA BASIC.

It also includes a few features that C programmers will be familiar with, such as support for pointers, structures and most importantly the entire OpenGL v1.1 API.

Tom Mulgrew created Basic4GL from a desire to be able to run OpenGL functions easily and quickly,[1] without all of the setup normally required in a language such as c++ and be more stable. He built a virtual machine similar to one used at his workplace. It started simply, with few OpenGL functions and minimal other functionality. The first version was relatively popular.[1]

The first version was named GLBasic,[1] which also happens to be a commercial programming language. The issue was civilly resolved, and Mulgrew's project renamed Basic4GL.

Leave a Comment
Related Posts