Gambas
Gambas is an object-oriented dialect of the BASIC programming language as well as the integrated development environment that accompanies it.
Installation
Note: Gambas consists of a runtime and IDE further broken up into several distinct components. Not all of them may be needed for what you wish to do with the IDE or for running a specific Gambas application.
Tips and tricks
Gambas 3 can build installation packages for various distributions and has support for building Arch packages, perfect for use with the AUR.
Gambas supports both the GTK and Qt toolkits and can make use of both, allowing the application to fit seamlessly into most Desktop environments. This also applies to applications made inside the Gambas IDE, assuming the gb3-gui component is used.
External Links
- Gambas Website - the official Gambas website on Sourceforge.
- Gambas Documentation - online documentation for Gambas 3.
- Gambas Examples - several pieces of example code geared to game development.