-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:c-hack/C-Hack-Panel-Control
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# C-Hack-Panel-Control | ||
Control Software for the C-Hack Panels | ||
|
||
The C-Hack Panels are a set of LED-Panels. See [c-hack](http://c-hack.de/projekte/c-hack-panel/). | ||
The aim of the software is to send the right bytes over serial to the panels at ther right time, | ||
so the panels dispaly the intended animation. | ||
This new software was made to replace the old Sequencer. | ||
|
||
## Requirements | ||
To run releases: Java 1.8 JRE | ||
To compile and run from source: Java 1.8 JDK, [Maven](https://maven.apache.org/index.html) and [TimLib](https://github.com/neumantm/TimLib) | ||
|
||
## Building and running | ||
To build it run `mvn package`. This will create a jar in `target`. | ||
To execute run `java -jar path/to/C-Hack-Panel-Control-X.X.X-jar-with-dependencies.jar <name of snippet> <arguments for snippet>`. | ||
|
||
## Contributing | ||
This project was created with eclipse, therefore you can just import the whole repo as a eclipse project. | ||
|
||
To contribute animations just copy the `GenericSnippet` in the package `animationSnippets` and start animating. | ||
To register the snippet with the application just add the respective line into `LoadedSnippets`. | ||
|
||
But also contributions to the API, assets or documentation on how to create Snippets are welcome. |