Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2 KB

README.md

File metadata and controls

51 lines (41 loc) · 2 KB

PCD DDF in WPF - DDF Editor for PC_DIMMER

PC_DIMMER is an open source light controlling software. More details: https://www.pcdimmer.de/

DDF files are used to describe DMX devices for PC_DIMMER. This software provides an editor for those files. It is written using C#, XAML and the .NET Framework 4.5.

Downloads

Releases are found at Releases

Installing

There is no installer. Just download and extract the pcd-ddf-in-wpf.zip file and execute the .exe. Or build yourself. You will need the .NET Framework 4.5.

Building

Apart from the .NET Framework, there are no other build dependencies. I use SharpDevelop 4.4.1 as my IDE.

License

pcd-ddf-in-wpf: A DDF editor for PC_DIMMER, an open source light control software. Copyright (C) 2016 Ingo Koinzer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Used libraries and icons