Difference between revisions of "Main Page"

From Newton Wiki
Jump to: navigation, search
m (1 revision imported)
(6 intermediate revisions by 2 users not shown)
Line 22: Line 22:
 
=== Main Contents ===
 
=== Main Contents ===
  
 +
* [[Integration]] - SDKs and instructions for integrating Newton with various programming languages and game engines
 
* [[Tutorials]] - Getting started with the Newton SDK.
 
* [[Tutorials]] - Getting started with the Newton SDK.
 +
* [[FAQ]] - main FAQ page, with answers to common Newton SDK questions.
 +
* [[:Category:Porting old code from newton 1.53|Porting old code to use newer Newton versions]] - Various Pages describing important api changes from old 1.53 api.
 +
 +
* [[Newton SDK API reference]] - Categorized list of all API functions and callbacks in Newton library
 +
<ul>
 +
* [[:Category:Newton 3 Functions]] - Complete list of all functions in Newton
 +
* [[Newton SDK API reference#Callbacks|Callbacks]] - Callbacks
 +
* [[Callbacks Diagram]] - Order in which newton calls your callbacks
 +
* [[Newton SDK API reference#Structures|Structures]] - Structures
 +
</ul>
 +
</div>
 +
  </td>
 +
</tr>
 +
</table>
 +
 +
<table border="0" width="100%">
 +
<tr>
 +
  <td valign="top">
 +
<div style="margin: 0; margin-right:10px;  border: 1px solid #dfdfdf; padding: 0 1em 1em 1em; background-color:#EFEFEF; align:right;">
 +
 +
=== Newton features ===
 +
 +
* [[:Category:Joint functions|Joints]] - Overview and examples for all the joint types that are offered
 +
* [[Collision primitives]] - Overview of available collision shapes.
 +
* [[Materials]] - Overview of Newton Materials.
 +
* [[Buoyancy]] - Overview of how buoyancy works in Newton, and tips for building buoyant bodies.
 +
</div>
 +
  </td>
 +
</tr>
 +
</table>

Revision as of 05:02, 18 June 2019

Newton logo.png

Welcome to the Newton Game Dynamics WIKI.

While you are here, please take some time to register your username so you can edit and add any useful hints, tips or simply fill in some useful information that you wish to share with other newton users. To see what special features you can use while editing (special source code highlighting tags, etc..) see: WikiFeatures.

If you are here just for the function manual, go to the Newton SDK API reference.

Main Contents

  • Integration - SDKs and instructions for integrating Newton with various programming languages and game engines
  • Tutorials - Getting started with the Newton SDK.
  • FAQ - main FAQ page, with answers to common Newton SDK questions.
  • Porting old code to use newer Newton versions - Various Pages describing important api changes from old 1.53 api.

Newton features

  • Joints - Overview and examples for all the joint types that are offered
  • Collision primitives - Overview of available collision shapes.
  • Materials - Overview of Newton Materials.
  • Buoyancy - Overview of how buoyancy works in Newton, and tips for building buoyant bodies.