An open API service indexing awesome lists of open source software.

https://github.com/bgempire/bgforce

BGE and UPBGE framework with pre-made common systems such as GUI and data management.
https://github.com/bgempire/bgforce

bge blender blender-game-engine framework game game-development game-engine gui upbge upbge-addon

Last synced: 6 months ago
JSON representation

BGE and UPBGE framework with pre-made common systems such as GUI and data management.

Awesome Lists containing this project

README

          

![BGForce](https://raw.githubusercontent.com/bgempire/bgforce/gh-pages/assets/img/bgforce-logo.png)

### [Manual em Português](https://bgempire.github.io/bgforce/)

**BGForce** is a [Blender Game Engine](https://en.wikipedia.org/wiki/Blender_Game_Engine) and [UPBGE](https://upbge.org/) framework with
pre-made common systems such as GUI and data management. It acts as a boilerplate project, but also provides
lots of abstraction for common tasks and pre-made GUI widgets with customizable look.

## Features
- Non-monolithic architecture, making easier to work with Git and other versioning systems
- Highly customizable and versatile GUI system
- Operators system based on messages, allowing the execution of functions in a simple manner
- Data manager, allowing loading and manipulation of complex data trees
- Context manager, allowing for smooth change of scene groups, background music and more