BearBones is an application framework for creating software applications.
It provides a solid, transaction based Undo/Redo-system, MDI functionality, backwards-compatible serialization functionality, hotkey remapping, auto-saving and session restoration systems.
BearBones is in an early state.
Future versions will include:
- Native saving and loading.
- Better clipboard support, allowing to store and restore image data to the system clipboard.
- HiDPI theme support.
BearBones uses a plugin system to define the behaviour of your app.
To create a new app using BearBones, clone this repo and place your code in the "App" folder.