Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.43 KB

File metadata and controls

25 lines (18 loc) · 1.43 KB

RCBasic Studio (Community Flatpak)

IMPORTANT: This is an unofficial Flatpak distribution. RCBasic is created and owned by Rodney Cunningham. This package is maintained by Antonio Storcke.

👤 Credits

  • Original Author: Rodney Cunningham
  • Flatpak Maintainer: Antonio Storcke

🌟 Capabilities

RCBasic 4.7 is a versatile development suite that goes far beyond simple graphics. It is a multi-platform powerhouse capable of targeting:

  • Linux, Windows, and Android.

Key features include advanced 2D and 3D graphics, integrated physics engines, and networking capabilities for complex software development.

🛠️ Critical Workflow Requirements

To ensure a successful experience within the sandboxed environment, developers must follow these rules:

  • Save Before Compile: You MUST press Ctrl+S to save your code before clicking Compile. The RCBasic compiler reads the source file directly from the disk storage, not from the active editor memory.
  • Architecture: This Flatpak uses a specialized launch script to manage a runtime workspace in /tmp/rcbasic-runtime to ensure proper file permissions and library access.

🧱 Dependencies

The suite is built using over 110 shared libraries, providing a full-featured environment including:

  • Multimedia: SDL2 suite (including SDL2_mixer and SDL2_net).
  • Interface: wxWidgets 3.2.
  • Engines: Bullet Physics, Box2D, and Lerc for data handling.