CFFinch62/Beam
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
BEAM (BASIC Easy Application Maker) is an extension to Yabasic. It allows programmers to create cross-platform GUI applications. BEAM adds GUI features to Yabasic using SDL2 and Nuklear. It is inspired by YAB which is also Yabasic extended for app dev in Haiku OS. Yabasic implements the most common and simple elements of the Yabasic language. It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic does simple graphics and printing. Yabasic runs under Unix and Windows, it is small, open source and free. To learn more about yabasic, please visit: www.yabasic.de where you may view the Manual, browse the faq or read its history or the log of changes and bugs.