Skip to content

tacheshun/Object-Oriented-Programming-in-Java

Repository files navigation

Object-Oriented-Programming-in-Java

Object Oriented Programming in Java by University of California San Diego

This is the 1st course from Object Oriented Java Programming: Data Structures and Beyond Specialization offerd by University of California San Diego via Coursera.

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 src

TROUBLE SHOOTING

Switch Java Compiler to 1.8 if you get VM problems. (Processing should work with Java 1.6, 1.7 and 1.8)

About

Object Oriented Programming in Java by University of California San Diego

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages