Skip to content

Wolfthorn/Orchestra

 
 

Repository files navigation

Orchestra

Orchestra is a composable shell built on top of Catel.

Orchestra consists of a main shell including an SDK with services that allows developers to communicate with the shell. Developers can write their own modules which implement the actual functionality of their application.

These modules can communicate with the shell, but also with each other through the services that are offered out of the box.

Shells

Orchestra provides support for a lot of different shells.

Fluent Ribbon shell

Fluent Ribbon 01

Fluent Ribbon 02

MahApps shell

MahApps 01

More information

Update 2014/10/28

Some of the features which will come out of the box:

  • MahApps integration
  • Module management
  • License management => Orc.LicenseManager
  • Command management
  • Shortcut manager (which will allow end users to remap shortcut keys)
  • Splash screen customization
  • About box window
  • Automatic updates => Orc.Squirrel

Features already included in Catel:

  • Application wide logging
  • FluentValidation
  • Memento (undo/redo)

Other Project(s) that might be of interest:

License

Open source (MS-PL license), so you are free to use it in commercial applications

Benefits to users:

  • Framework developed with best practices in mind which will allow you to deploy robust applications
  • Allows you to focus on the business logic so your application will be completed a lot sooner
  • Built on Catel and all that goes with it giving you a head start on your project
  • Nuget packages released regularly:
  • Visual Studio templates to get started quickly

Plugin architecture

Orchestra uses a plugin architecture with some already well know open source libraries already implemented:

It is easy to add extra modules by following the examples.

Roadmap

  • Automatic plugin update infrastructure
  • Text editor module
  • Csv editor module

Support

Please create an issue.

Contribute

Everyone is encouraged to contribute, either by:

  • Submitting pull requests
  • Documentation
  • Blogs and tutorials

Other similar projects

About

Orchestra is a composable shell built on top of Catel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%