Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

bgempire/bgarmor

Repository files navigation

BGArmor

BGArmor is a Blender Game Engine and UPBGE tool that allows you to package your game data files and launch them separated from the blenderplayer executable. It's available on Windows and Linux.

This project was inspired by BPPlayer, but it aims to be more compatible and portable. It also features a project development structure to aid the game development workflow and ease the release process.

BGArmor also aims to provide a toolchain of tasks to automate the process of game release, including tasks to package the game data files and generate releases, a launcher and blenderplayer icon changer (on Windows) and others.

Take a look at the Quickstart Guide on the manual to learn how to implement BGArmor in your project.

Note About Licensing

BGArmor is under the MIT license and do not bundle any Blender or UPBGE components, however any BGE and UPBGE game should comply with the GPL license. In summary, although a game packaged with BGArmor do not exposes its source code, the source code should be publicly available somewhere else.