Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-leroux/earthquakemap
My project for "Object Oriented Programming in Java" by UCSD on Coursera
https://github.com/s-leroux/earthquakemap
Last synced: about 1 month ago
JSON representation
My project for "Object Oriented Programming in Java" by UCSD on Coursera
- Host: GitHub
- URL: https://github.com/s-leroux/earthquakemap
- Owner: s-leroux
- License: other
- Created: 2016-01-19T14:08:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T14:11:36.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T13:32:40.888Z (almost 2 years ago)
- Language: Java
- Size: 11.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
Awesome Lists containing this project
README
unfolding_app_template and UC San Diego/Coursera MOOC starter code
==================================================================This is a skeleton to use Unfolding in Eclipse as well as some starter
code for the Object Oriented Programming in Java course offered by
UC San Diego through Coursera.A very basic Unfolding demo you'll find in the source folder in the default package.
For more examples visit http://unfoldingmaps.org, or download the template with
examples.The module folders contain the starter code for the programming assignments
associated with the MOOC.Get excited and make things!
INSTALLATION
Import this folder in Eclipse ('File' -> 'Import' -> 'Existing Projects into
Workspace', Select this folder, 'Finish')MANUAL INSTALLATION
If the import does not work follow the steps below.
- Create new Java project
- Copy+Paste all files into project
- Add all lib/*.jars to build path
- Set native library location for jogl.jar. Choose appropriate folder for your OS.
- Add data/ as srcTROUBLE SHOOTING
Switch Java Compiler to 1.6 if you get VM problems. (Processing should work with Java 1.6, and 1.7)