MuseScore/src/framework/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
471 B
Markdown
Raw Normal View History

2020-04-25 18:50:24 +02:00
# MuseScore Framework
Framework (engine, platform) contains an independent domain modules for developing a MuseScore application.
The framework includes modules such as:
* Audio
* Graphics
* Fonts
* UI Engine
* Modularity
* System
* and other
This is like a third-party engine, such as Unity, Unreal Engine, etc.
And should not contain or depend on such modules as:
* Notation (libmscore, view)
* Sequencer (view)
* Piano roll
* Mixer (view)
* User acount
* and etc