newtonian object oriented physics engine | home | info | demo | get it | |||
Introduction to NOOPENOOPE is an open source physics engine written in Java. A program that allows you to run physical simulations. Physical laws are not part of the core of the engine, so you can define your own laws as Java classes and these can be used by NOOPE so long as they follow a certain format.NOOPE is based on the following assumptions:
NOOPE TutorialA tutorial explaining the principles behind NOOPE's operation and how to write your own laws which extend the physcial world being modelled is available.Online DocumentationThe API documentation for NOOPE, which details all of the classes and methods which make up the project is also available online in JavaDoc format (this is automatically generated from comments in the NOOPE source code, in HTML format). | |||||||
Last Updated: 27 September 2001 |