the axe module

BlitzMax Forums/BlitzMax Programming/the axe module

slenkar(Posted 2008) [#1]
what is the axe module?


SebHoll(Posted 2008) [#2]
Gfk posted the same question a while back.

Essentially, Axe refers to Skidracer's collection of modules which he himself manages - they are typically third-party modules, or other user-contributed modules, e.g.

Axe.OggSaver - Module that allows you to save .ogg audio files.
Axe.LuaScript - Module that allows you to implement scripting into your program.
Axe.WiiYourself - Module that allows your game to interface with a WiiMote.

It's important to note however, that they aren't created/supported by BRL (aka Mark). The BETA Windows GUI Driver was also distributed under the Axe prefix until recently when it was renamed to MaxGUI.Win32MaxGUIEx.


slenkar(Posted 2008) [#3]
thanks, i always wondered that