About
Amiga Cannonball-C is an Amiga 68k port of Cannonball-C, itself a from-C++-to-ANSI-C conversion of the Cannonball engine, built on a snapshot of the Cannonball source taken in early September 2015. It's intended as a base for platforms with poor or missing C++ compiler support, such as older consoles and computers.
How it differs from the original
Compared with the upstream Cannonball-C source, this conversion drops the STL and Boost dependencies (the latter disabling Cannonboard support) and removes DirectX (disabling force feedback), while other subsystems such as SDL, OpenGL, and layout support are kept working.