Skip to content

Commit b47b454

Browse files
authored
ReadMe for GitHub added.
1 parent 5bf4af0 commit b47b454

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# TIC
2+
3+
*TIC* allows to efficiently develop GUI components which can be used both in *Swing* and *SWT* projects. The graphical output, as well as mouse and and keyboard reactions of a component need to be implemented only once and *TIC* allows to use the component in both toolkits. Therefore it provides adapter classes converting both paint methods and mouse and key events between the two toolkits.
4+
5+
Developers who need to offer components that work with *Swing* and *SWT* in the same way (e.g. developers of GUI component libraries) can make use of *TIC* to ease up the implementation process. An example for a GUI library that offers all its components in a *Swing* and *SWT* version is [*LibrAlign*](https://github.com/bioinfweb/LibrAlign) for which *TIC* was initially created.
6+
7+
*TIC* is distributed under [LGPL](http://bioinfweb.info/TIC/License). More information can be found at http://bioinfweb.info/TIC/.
8+
9+
## Getting started
10+
11+
The [documentation](http://bioinfweb.info/TIC/Documentation) and the [JavaDoc](http://bioinfweb.info/TIC/Documentation/API/Latest/) are available on the website. A basic demo application can be found [here](https://github.com/bioinfweb/TIC/tree/master/demo/info.bioinfweb.tic.demo.sierpinski/src/info/bioinfweb/tic/demo/sierpinski).
12+
13+
If you have further questions, feel free to contact [@BenStoever](https://github.com/BenStoever) at [email protected].
14+
15+
## Source code
16+
17+
This *GitHub* repository in a synchronized mirror of the [master repository at bioinfweb](http://bioinfweb.info/Code/sventon/repos/TIC/list/). Feedback and pull requests are welcome. Synchronization was made possible by [*SubGit*](https://subgit.com/).
18+
19+
## License
20+
21+
*TIC* are distrubuted under [GNU General Lesser Public License Version 3](http://bioinfweb.info/TIC/License).
22+
23+
## Binary releases
24+
25+
Binary releases can be found at http://bioinfweb.info/TIC/Download. Maven is supported.

0 commit comments

Comments
 (0)