This program takes azimuth inputs and outputs graphical representations.
Programmer :
- Eric M. Horvitz II (Skaviouz)
From the inspiration of :
- Tom Waller
Honorably mentioned :
- James Bennet
- Stephen Gilmore
This framework uses:
- SUN JNA
- lombok 0.11.8
- jspf 1.0.2
To run the application via pre-build example :
- https://codeload.github.com/skaviouz/lobber/zip/master (zip)
- https://github.com/skaviouz/lobber.git (git)
How to run: (multiple choice)
- open the zip and find ./lobber/dist/run.bat
- in windows7 run 'cmd' (control prompt)
- type 'cd c:/aProject/lobber/dist/run.bat' given if you extract zip to 'c:/aProject/lobber'
- type 'java -Dsun.java2d.noddraw=true -jar lobber.jar tv.sonis.lobber.LobberToolApplication
Netbeans:
- Working Dir : C:\aProject\lobber\bin
- VM Options : -Dsun.java2d.noddraw=true
Notes:
- add libraries to cp not the directory of jars.
Special Thanks to webpages: