Skip to content

Commit fccafff

Browse files
committed
Merge branch 'master' of github.com:c-hack/C-Hack-Panel-Control
2 parents 2fae271 + 85c8be2 commit fccafff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# C-Hack-Panel-Control
22
Control Software for the C-Hack Panels
3+
4+
The C-Hack Panels are a set of LED-Panels. See [c-hack](http://c-hack.de/projekte/c-hack-panel/).
5+
The aim of the software is to send the right bytes over serial to the panels at ther right time,
6+
so the panels dispaly the intended animation.
7+
This new software was made to replace the old Sequencer.
8+
9+
## Requirements
10+
To run releases: Java 1.8 JRE
11+
To compile and run from source: Java 1.8 JDK, [Maven](https://maven.apache.org/index.html) and [TimLib](https://github.com/neumantm/TimLib)
12+
13+
## Building and running
14+
To build it run `mvn package`. This will create a jar in `target`.
15+
To execute run `java -jar path/to/C-Hack-Panel-Control-X.X.X-jar-with-dependencies.jar <name of snippet> <arguments for snippet>`.
16+
17+
## Contributing
18+
This project was created with eclipse, therefore you can just import the whole repo as a eclipse project.
19+
20+
To contribute animations just copy the `GenericSnippet` in the package `animationSnippets` and start animating.
21+
To register the snippet with the application just add the respective line into `LoadedSnippets`.
22+
23+
But also contributions to the API, assets or documentation on how to create Snippets are welcome.

0 commit comments

Comments
 (0)