ScriptBasic
Open Forum => What's New => Topic started by: Support on April 25, 2024, 03:47:35 PM
-
ScriptBasic 3.0 Overview
ScriptBasic is offered as source with a build system or pre-compiled installers for Windows.
Platforms Supported
- Windows 32 Bit
- Windows 64 Bit
- Linux including ARM (RPi)
Use Variations
- Console with STD IN/OUT/ERR redirection
- Windows for GUI based applications
- Web Server (local and proxy)
- Embedded in other applications (libcriba)
Extension Modules
- GUI base IDE / Debugger
- COM CallByName with VB6 support
- DLLC - FFI, structures and sting type conversions
- SBT- Threads with libscriba API
- IUP - Cross platform GUI (Windows 64 and Linux)
- cURL - Internet access with HTTPS support
- SDL-gfx - SDL Graphics with primitive support
- ODBC
- MySQL
- SQLite
- JSON API
- XML API (mxml)
- Console control API (CIO)
- Inter-thread varibles (MT)
- ZLib - in memory compression / extraction
-
ScriptBasic source and build system is available from the project's repository. SB-DEV-MSVC (https://gitlab.com/scriptbasic/sb-dev-msvc)
The Windows 32 bit version is only available as a pre-compiled installer. SB-DEV-WIN32 (https://gitlab.com/scriptbasic/sb-dev-win32)
I've attached the a Windows 64 Bit installer for those that don't want to spend the time building it from source.
The AllBASIC Forum (https://allbasic.info/forum/index.php) is another resource for ScriptBasic examples and programing topics.