I am a developer for a somewhat popular game using Blitz3D and I got kind of sick of the usual Blitz3D crappy project organization and other annoyances, so I decided to make a package manager to clean up the style of Blitz3D projects as a whole.
BBPackager is an all-in-one Blitz3D project manager meant for games and other 3D projects written in Blitz Basic.
After installing BB Packager via our releases page, the command
bbpackager
will be available via command prompt.
You can view the installed version of BB Packager by running bbpackager -v
You can enable verbose logging bbpackager -l
or bbpackager --verbose
You can compile the binary with debugging by running bbpackager -d
or bbpackager --debug
You can initialize a basic project template by running bbpackager -i
or bbpackager --init
You can compile a project by running bbpackager
I plan on implementing a fully fledged package manager into BBPackager in the near future!