When comparing Polycode vs BlitzMax, the Slant community recommends Polycode for most people. In the question“What are the best 2D game engines?” Polycode is ranked 32nd while BlitzMax is ranked 52nd. The most important reason people chose Polycode is:
Polycode uses Lua and C++ to create native applications for Windows, Mac, and Linux. Mobile platforms are planned for the future.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Can create portable native applications
Polycode uses Lua and C++ to create native applications for Windows, Mac, and Linux. Mobile platforms are planned for the future.
Pro Free and open source
Polycode is free and open source (released under the MIT license). The source code is freely available on GitHub.
Pro IDE for 3D editing
Recently, the editor and its integrated tools have been released in compiled form. Features coding and scene editing in one application.
Pro C++/Lua
Polycode is distributed in a C++ form as well as with IDE. And there's an additional LUA-based scripting system.
Pro Multi target
You can compile on Windows, Mac and Linux. Nothing to change. There are solutions to compile on the same machine for 2 targets.
Pro Modular
There are many modules to extend the features of the language: you can create PDF (via a Cairo module), or just download/upload files (via LibCurl), playing streaming sound (via BASS) and so on (databases, xml, xls...) User can create their own module (they could be written in plain BlitzMax)
Pro Easy syntax
Based on BASIC syntax. Supports OOP, collections (array, list and map)
Pro Stable language and source code
After many years the language it self is very stable. The packages contains the source code of ALL modules (excluding the source of the compiler).
Pro Easy to start, high productivity
BlitzMax is just ready after the installation. Open the IDE, write your code and just press F5 to see the results. You don't need to install other things to use the language. Of course if you want to change the language itself - or modules - you need to install MinGW or other libs, but guidelines are provided and easy to follow.
Pro Fast compiler
With comparison to the some of the other languages Blitzmax compiles source files fast enough.
Pro Compiles to native code
Good performance thanks to native code on each of the target platforms.
Pro Garbage collected language
The language is garbage collected in two modes: reference counting or using the Boehm-Demers-Weiser conservative garbage collector.
Pro GUI for apps
BlitzMax provides the MaxGUI modules that allow to build GUI desktop applications for Windows, Mac and Linux (FLTK or GTK via a module). You also could create your own 'gadgets'.
Pro Great community support
the forum is plenty of examples and solutions! Community is strong and still working, available for getting an hand
Pro BLIde
BLIde is an integrated development environment for Blitz Max, designed to work very close to the project file management performed by BlitzMax engine.
It’s inspired by the .NET IDE and some other great tools, It’s been designed for hobbyist and professional coders.
Cons
Con Abandoned
The project does not seem to be maintained anymore: there has been no new release nor commit since mid-2015.
Con No mobile support
Doesn't have support for Android or iOS.
Con Outdated and abandoned
The author neglected BlitzMax and works on Monkey2.
Con No mobile targets
Only desktop targets available: Windows, MacOS, Linux.