• Stars
    star
    492
  • Rank 88,979 (Top 2 %)
  • Language
    C#
  • License
    Other
  • Created almost 12 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Orchestra is a composable shell and WPF framework built on top of Catel

Orchestra

Name Badge
Chat Join the chat at https://gitter.im/WildGums/Orchestra
Downloads NuGet downloads
Stable version Version
Unstable version Pre-release version
Open Collective Backers on Open Collective Sponsors on Open Collective

Orchestra is a mature, composable WPF shell and framework built on top of Catel.

It has been in active development for over 5 years (initial commit 2012/06/18) and is used in numerous Line of Business (LoB) applications on a daily basis.

Orchestra consists of a main shell including an SDK with services that allow developers to communicate with the shell.

Goals

Provide a robust yet flexible LOB shell, designed with best practices in mind, to jump start the development of desktop applications.

In other words, we wanted to create a shell that dramatically speeds up the time it takes to release a LOB application to market by enabling developers to concentrate more on the business logic and less on scaffolding.

Available Shells

Orchestra provides support for two different shells:

  • Fluent ribbon
  • MahApps
Fluent ribbon shell MahApps shell
Fluent Ribbon 01 MahApps 01
Fluent Ribbon 02

Project Templates

Want to get up and running fast? Grab the project templates from the Visual Studio Marketplace:

You can pick either the Fluent.Ribbon or MahApps shell and have a fully running project within seconds:

Sample Applications

Here are some examples of applications built with Orchestra and other Orc.* libraries:

LogViewer Rantt CsvTextEditor FlexGrid
Log viewer Gantt chart application Csv file text editor Data visualizer
Log Viewer Gantt Chart CsvTextEditor FlexGrid

LogViewer and CsvTextEditor are open source projects hosted on Github.

Other examples of commercial applications built with Orchestra can be found on our official website WildGums.com.

NuGet packages

Prerequisites

A good working knowledge of Inversion of Control (IoC).

Orchestra features

  • Application wide logging with an in app log viewer (CTRL + L)
  • Command manager
  • Shortcut key manager
  • Fluent validation
  • Themeable 'about box' window
  • Themeable splash screen
  • Consistent styling across the whole application

Orchestra + module features

We purposely designed Orchestra to be a lightweight shell. However you can 'super charge' it with the following open source libraries: (We use all these libraries with Orchestra. In fact they were designed to work seamlessly with Orchestra. Hint: the libraries all start with Orc.*)

You can find the full list here.

Other similar open source projects

For documentation, please visit the documentation portal

Backers

Thank you to all our backers! πŸ™ [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

More Repositories

1

Orc.Controls

Timespan, DateTime and various other controls
C#
166
star
2

LogViewer

C#
104
star
3

Orc.LicenseManager

License Manager
C#
97
star
4

CsvTextEditor

CsvTextEditor is an ElasticTabStop csv editor implemented with AvalonEdit
C#
94
star
5

Blorc.OpenIdConnect

C#
89
star
6

Orc.FilterBuilder

WPF UI to help users build collection filters
C#
59
star
7

Orc.Wizard

Easily create wizards for WPF using MVVM
C#
44
star
8

Orc.LogViewer

An advanced log viewer to use in WPF applications
C#
41
star
9

Blorc.PatternFly

Blazor wrappers for PatternFly (see https://www.patternfly.org/)
C#
29
star
10

Orc.Squirrel

C#
26
star
11

Orc.SystemInfo

Retrieve system information
C#
22
star
12

Orc.Skia

Xaml canvas (WPF & UWP) for Skia based on SkiaSharp
C#
19
star
13

Orc.Notifications

Show desktop notifications using this library
C#
18
star
14

Orc.Sort

Sorting Algorithms
C#
17
star
15

Orc.Memento

Implement memento the easy way.
C#
14
star
16

Orc.Search

Easily add searching to your apps
C#
14
star
17

Orc.ProjectManagement

Manage Projects
C#
14
star
18

Orc.NuGetExplorer

WPF control to facilitate the exploration of NuGet packages
C#
13
star
19

Orc.CrashReporting

C#
13
star
20

Orc.CommandLine

Command line arguments made easy
C#
11
star
21

Orc.WorkspaceManagement

Manage application workspaces
C#
10
star
22

Orc.FileAssociation

Makes it easy to associate files with your application
C#
10
star
23

Orc.Csv

Utilities for CsvHelper
C#
10
star
24

Orc.Scheduling

Easily schedule tasks inside applications
C#
9
star
25

Orc.DependencyGraph

Dependency graph library.
C#
8
star
26

Orc.Feedback

C#
8
star
27

Orc.Plot

Component providing improved plotting experiences based on OxyPlot
C#
7
star
28

Orc.Snapshots

Manage snapshots which represent a point in time and can be restored.
C#
7
star
29

Orc.DbToCsv

Extracts data from database tables or views and creates corresponding csv files
C#
7
star
30

Orc.FileSystem

File system access using services and automatic logging.
C#
7
star
31

Orc.Extensibility

Easily implement plugins and extensions using this repository.
C#
6
star
32

Orc.Analytics

C#
6
star
33

WildGums.OpenSource

JavaScript
6
star
34

Orc.Prism

Prism extensions built on top of Catel.
C#
5
star
35

Orc.EntityFramework

Entity framework library with unit of work, repositories and more.
C#
5
star
36

Orc.SupportPackage

C#
4
star
37

Orc.FluentValidation

Fluent Validation in combination with Catel.
C#
4
star
38

Orc.Theming

Theming library for all WildGums libraries
C#
4
star
39

Orc.AutomaticSupport

C#
4
star
40

Orc.EntityFrameworkCore

C#
3
star
41

Orc.Calendar

Calendar and date/time functionality
C#
3
star
42

Orc.Metadata

Classes that make it easy to store metadata about objects
C#
3
star
43

Orc.CsvTextEditor

Text editor component for CSV files
C#
3
star
44

Orc.ModelGenerator

C#
3
star
45

Blorc.Core

Blazor components core
C#
2
star
46

Orc.FeatureToggles

Feature toggles and a xaml user interface to manage them.
C#
2
star
47

Orc.DynamicObjects

Dynamic objects based on Catel.
C#
2
star
48

Blorc.OfficeUiFabric

Office UI Fabric for Blazor
C#
2
star
49

CakeScripts

Various cake scripts to help us setup a dev machine from scratch
CoffeeScript
1
star
50

TrainingProgram

WildGums official training program
C#
1
star
51

Orc.Automation

C#
1
star