Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrybecker4/jhlabs
https://github.com/barrybecker4/jhlabs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barrybecker4/jhlabs
- Owner: barrybecker4
- Created: 2015-03-29T15:10:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T14:13:42.000Z (over 7 years ago)
- Last Synced: 2024-10-11T01:56:51.117Z (about 1 month ago)
- Language: Java
- Size: 442 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
JHLABS project
Some modifications to the jhlabs source to be used with some barrybecker4 applets.
The original source was developed by Jerry Huxtable. The original code is available at http://www.jhlabs.com/
Only minor modifications were made to the original, like adding enums and a few other things.This jhlabs package was split out from the rest of barrybecker4 code, so that that code will only have a dependency
on the jhlabs.jar file. The jar file version is in the name (like jhlabs-1.0.1.jar).To build, go into the root (jhlabs) directory and type gradle.
This will build everything and put the jar file in jhlabs/build/libs/jhlabs-1.0.x.jar
You can then copy that to the applet libs directory if you need a new version.