Downloads

Git Repository
The Git repository for Bequnge
The Git repository for Bequnge
Dependencies
You will need the following libraries to run BeQunge
- Qt 4.4 or newer
- Phonon
CMake 2.6 or newer and the Boost C++ headers are also required to compile BeQunge.
For sound support on Ubuntu, you must set Phonon's include directory to /usr/include/KDE/Phonon
For example:
cmake -DQT_PHONON_INCLUDE_DIR=/usr/include/KDE/Phonon
Example programs
Save these BeQunge source files to your computer and open them in BeQunge
- example2d.beq - A simple Hello World application in 2D
- example3d.beq - Similar to the above but makes use of three dimensions
- example5d.beq - Extends the Hello World example with code in five dimensions
- exampleconcurrent.beq - Concurrent Funge (forking) example
- fireworks.beq - Fireworks!