agiknight / newton-dynamics

Newton Dynamics is an integrated solution for real time simulation of physics environments.

Home Page:http://www.newtondynamics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emscripten logo

Newton dynamics is a realistic, cross-platform physics simulation library. It can easily be integrated into games and game engines and provides top of its class performance and simulation stability. Ongoing development and a permissive license makes Newton Dynamics a top choice for all kinds of projects from scientific projects to game engines.

Compiling Newton

Windows and OSX

Project files for Visual Studio and XCode are provided, mainly

Linux

There are Unix makefiles in the project folders mentioned above, but it is highly recommended to use CMake instead.

Newton Core does not have any third party dependencies.

To build the demo sandbox the following packages need to be installed:

  • OpenGL
  • glfw3
  • OpenAL
  • TinyXML

All of these should be available on any major Linux distribution (with associated -dev or -devel packages).

Alternatively they can be found in the folder sdk/thirdParty/ and built from source.

License

Newton Dynamics is licensed under the zlib open source license, with little if any practical difference between them.

See LICENSE for the full content of the licenses.

Authors

Newton Dynamics is a project of Julio Jerez and Alain Suero. See AUTHORS for a full list of contributors.

About

Newton Dynamics is an integrated solution for real time simulation of physics environments.

http://www.newtondynamics.com

License:Other


Languages

Language:C++ 91.7%Language:C 5.6%Language:Python 0.9%Language:Objective-C 0.5%Language:CMake 0.4%Language:Lua 0.3%Language:Lex 0.2%Language:Makefile 0.2%Language:LSL 0.1%Language:PostScript 0.1%Language:Assembly 0.0%Language:Objective-C++ 0.0%