Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caarmen/libnounours
https://github.com/caarmen/libnounours
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caarmen/libnounours
- Owner: caarmen
- License: lgpl-3.0
- Created: 2015-04-04T21:19:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T19:43:34.000Z (about 9 years ago)
- Last Synced: 2023-07-28T00:14:04.833Z (over 1 year ago)
- Language: Java
- Size: 1.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
Nounours
========This library is the Java implementation of Nounours used in the Android "Noonoors" apps
(https://play.google.com/store/apps/details?id=ca.rmen.nounours)This project contains the library and a Swing implementation.
To build the library, run this from the root of the project:
```
./gradlew clean jar
```The jar will be found here:
```
./libnounours/build/libs/libnounours-1.0.jar
```To build the Swing implementation, run this from the root of the project:
```
./gradlew clean build
```The jar will be found here:
```
./swingnours/build/libs/swingnours-1.0-standalone.jar
```To run the Swing app, the working directory must contain the resource files. So:
```
cd swingnours/src/main/resources/themes/nounours/
java -jar ../../../../../build/libs/swingnours-1.0-standalone.jar
```Note
====
This code was written 2009 and has not been maintained since. The only changes
made recently (April 2015) were to gradlize the project, update copyright
headers with the license information, and to create the license and readme files.
There is an applet class in the Swing project, but this project currently does
not build a jar file that can be used with the applet html file.