Screensaver API for Blitzmax
SaverMax2D module provides a set of commands for coding screensaver.
Features
- DirectX driver
- Fullscreen mode
- Preview mode
- AboutBox
- Saver debugger dialogbox
- little doc
How to install
1 - Extract 'winsaver.mod' to your 'mod/pub' directory.
2 - Extract 'bbicon.ico' and 'bbstring.txt' to your project directory.
Precompiler for Blitzmax
My BMK precompiler provides some new interesting features for skilled Blitz coders.
Features
- include windows app icon
- include windows stringtable resource
- DLL compiling
- auto-export SCR file
- auto-export DLL file
Needed apps
- Install Blitzmax 1.10 or higher
- Install minGW C++ compiler
Add 'c:/mingw/bin' to your PATH environment variable.
Add 'c:/mingw' to your MINGW environment variable.
When you finished setting, you must restart Bmax.
How to install
1 - Extract 'winres.mod' to your 'mod/pub' directory.
2 - Extract 'windll.mod' to your 'mod/pub' directory.
3 - Rename 'bmk.exe' to 'bmkOLD.exe' in your 'bin' directory.
4 - Extract the new 'bmk.exe' to your 'bin' directory.