Skip to content

Kaoswerk/newton-dynamics

 
 

Repository files navigation

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 it's class performance and simulation stability. Ongoing developement 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 indstead.

Newton Core does not have any third party dependencies.

For building the demo sandbox the following packages need to be installed:

  • wxWidgets 2.8 or 2.9
  • Freetype
  • OpenGL
  • GLEW
  • 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 packages/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.3%
  • C 20.7%
  • HTML 8.5%
  • Roff 1.9%
  • Shell 1.5%
  • Makefile 1.4%
  • Other 1.7%