The first iteration of the Blitz language was created for the Amiga platform and published by the Australian firm Memory and Storage Technology. Returning to New Zealand, Blitz BASIC 2 was published several years later (around 1993 according this press release 3) by Acid Software, a local Amiga game publisher. Since then, Blitz compilers have been released on several platforms. Following the demise of the Amiga as a commercially viable platform, the Blitz BASIC 2 source code was released to the Amiga community. Development continues to this day under the name AmiBlitz.4
Idigicon published BlitzBasic for Microsoft Windows in October 2000. The language included a built-in API for performing basic 2D graphics and audio operations. Following the release of Blitz3D, BlitzBasic is often synonymously referred to as Blitz2D.
Recognition of BlitzBasic increased when a limited range of "free" versions were distributed in popular UK computer magazines such as PC Format. This resulted in a legal dispute between the developer and publisher, which was eventually resolved amicably.
In February 2003, Blitz Research Ltd. released BlitzPlus also for Windows. It lacked the 3D engine of Blitz3D, but did bring new features to the 2D side of the language by implementing limited Windows control support for creating native GUIs. Backwards compatibility of the 2D engine was also extended, allowing compiled BlitzPlus games and applications to run on systems that might only have DirectX 1.
The first BlitzMax compiler was released in December 2004 for Mac OS X. This made it the first Blitz dialect that could be compiled on *nix platforms. Compilers for Microsoft Windows and Linux were subsequently released in May 2005. BlitzMax brought the largest change of language structure to the modern range of Blitz products by extending the type system to include object-oriented concepts and modifying the graphics API to better suit OpenGL. BlitzMax was also the first of the Blitz languages to represent strings internally using UCS-2, allowing native-support for string literals composed of non-ASCII characters.
BlitzMax's platform-agnostic command-set allows developers to compile and run source code on multiple platforms. However the official compiler and build chain will only generate binaries for the platform that it is executing on. Unofficially, users have been able to get Linux and Mac OS X to cross-compile to the Windows platform.
BlitzMax is also the first modular version of the Blitz languages, improving the extensibility of the command-set. In addition, all of the standard modules shipped with the compiler are open-source and so can be tweaked and recompiled by the programmer if necessary. The official BlitzMax cross-platform GUI module (known as MaxGUI) allows developers to write GUI interfaces for their applications on Linux (FLTK), Mac (Cocoa) and Windows. Various user-contributed modules extend the use of the language by wrapping such libraries as wxWidgets, Cairo, and Fontconfig as well as a selection of database modules. There are also a selection of third-party 3D modules available namely MiniB3D5 - an open-source OpenGL engine which can be compiled and used on all three of BlitzMax's supported platforms.
In October 2007, BlitzMax 1.26 was released which included the addition of a reflection module.6 BlitzMax 1.32 shipped new threading and Lua scripting modules and most of the standard library functions have been updated so that they are unicode friendly.7
Blitz3D SDK is a 3D graphics engine based on the engine in Blitz3D. It was marketed for use with C++, C#, BlitzMax, and PureBasic, however it could also be used with other languages that follow compatible calling conventions.
In 2008, the source code to Max3D – a C++-based cross-platform 3D engine – was released under a BSD license. This engine focused on OpenGL but had an abstract backend for other graphics drivers (such as DirectX) and made use of several open-source libraries, namely Assimp, Boost, and ODE.
Despite the excitement in the Blitz community of Max3D being the eagerly awaited successor to Blitz3D, interest and support died off soon after the source code was released and eventually development came to a halt. There is no indication that Blitz Research will pick up the project again.
BlitzPlus was released as open-source on 28 April 2014 under the zlib license on GitHub.89 Blitz3D followed soon after and was released as Open Source on 3 August 2014.1011 BlitzMax was later released as Open Source on 21 September 2015.12
Blitz Basic 2.1 was well received by Amiga magazines. CU Amiga highlighted its ability to create AmigaOS compliant applications and games (unlike AMOS Basic)13 and Amiga Shopper called it a powerful programming language.14
A "Hello, World!" program that prints to the screen, waits until a key is pressed, and then terminates:
Program that demonstrates the declaration of variables using the three main data types (strings, integers and floats) and printing them onto the screen:
Program that creates a windowed application that shows the current time in binary and decimal format. See below for the BlitzMax and BlitzBasic versions:
In 2011, BRL released a cross-platform programming language called Monkey and its first official module called Mojo. Monkey has a similar syntax to BlitzMax, but instead of compiling direct to assembly code, it translates Monkey source files directly into source code for a chosen language, framework or platform e.g. Windows, Mac OS X, iOS, Android, HTML5, and Adobe Flash.
Since 2015 development of Monkey X has been halted in favour of Monkey 2, an updated version of the language by Mark Sibly.
The developer of Blitz BASIC, Mark Sibly, passed away in early December 2024.1617
The word "Blitz" means "lightning" in German. https://de.wikipedia.org/wiki/Blitz ↩
"The Official Blitz Website". blitzresearch.itch.io/. Archived from the original on 3 June 2017. https://blitzresearch.itch.io/ ↩
"Blitz Basic 2". AmigaReport. Archived from the original on 31 March 2022. Retrieved 30 April 2020. https://web.archive.org/web/20220331051337/https://www.amigareport.com/ar115/p1-5.html ↩
"AmiBlitz". GitHub. https://github.com/AmiBlitz ↩
"Blitz News". www.blitzbasic.com. Archived from the original on 26 January 2008. Retrieved 12 December 2007. https://web.archive.org/web/20080126114117/http://www.blitzbasic.com/Community/topics.php?forum=119 ↩
"BlitzMax update 1.26 now available!". www.blitzbasic.com. Archived from the original on 26 May 2011. Retrieved 11 January 2011. https://web.archive.org/web/20110526130312/http://www.blitzbasic.com/Community/posts.php?topic=72891#814878 ↩
BlitzMax V132 for Windows and MacIntel now up! Archived 26 May 2011 at the Wayback Machine on blitzbasic.com http://www.blitzbasic.com/Community/posts.php?topic=83917#947391 ↩
BlitzPlus Source Code Released Archived 16 July 2016 at the Wayback Machine by simonh (2014-04-29) http://www.blitzbasic.com/Home/_index_.php ↩
Blitz3D open sourced! Archived 6 September 2016 at the Wayback Machine on Blitz3D Forums by (2014) http://www.blitzbasic.com/Community/posts.php?topic=102907 ↩
Blitz3D Now Free and Open Source! Archived 16 July 2016 at the Wayback Machine by simonh (2014-08-03) http://www.blitzbasic.com/Home/_index_.php ↩
blitz3d on GitHub https://github.com/blitz-research/blitz3d ↩
blitzmax on GitHub https://github.com/blitz-research/blitzmax ↩
Bettinson, Mat (March 1996). "Blitz Basic 2.1". CU Amiga. No. 73. EMAP Images. pp. 69–70. ISSN 0963-0090. /wiki/ISSN_(identifier) ↩
Overaa, Paul (April 1996). "Blitz Basic 2.1". Amiga Shopper. No. 61. Future Publishing. p. 41. ISSN 0961-7302. /wiki/ISSN_(identifier) ↩
IGN. Worms Blast Preview Archived 18 February 2007 at the Wayback Machine on ign.com http://uk.ps2.ign.com/articles/136/136825p1.html ↩
GCRedditor136 (12 December 2024). "Mark Sibly, creator of BlitzBasic, has died :(". r/amiga. Retrieved 24 March 2025.{{cite web}}: CS1 maint: numeric names: authors list (link) https://www.reddit.com/r/amiga/comments/1hciyzy/mark_sibly_creator_of_blitzbasic_has_died/?rdt=64869 ↩
"Mark Sibly (Blitz Basic) passes away". Amiga-News.de. 14 December 2024. Retrieved 24 March 2025. https://www.amiga-news.de/en/news/AN-2024-12-00066-EN.html ↩