Difference between revisions of "Main Page"

From Newton Wiki
Jump to: navigation, search
m (Protected "Main Page" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(note for accounts)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
  </tr>
 
  </tr>
 
</table>
 
</table>
 +
 +
 +
<br>
 +
<table style="
 +
border-left:10px solid #F28500;
 +
background:#FBFBFB none repeat scroll 0 0;
 +
border-color:#AAAAAA #AAAAAA #AAAAAA #FBFBFB ;
 +
border-style:solid;
 +
border-width:1px 1px 1px 10px;
 +
margin:0 25%;
 +
width: 50%;
 +
background-color:white;
 +
color:black;
 +
font-size:100%;
 +
" class="plainlinks ombox ombox-notice">
 +
<tr>
 +
<td class="mbox-image" width="40">[[Image:Ambox alert.png]]</td>
 +
<td class="mbox-text">&nbsp; If you wish to contribute to newton wiki, please message [http://newtondynamics.com/forum/memberlist.php?mode=viewprofile&u=446 JernejL] on the forum to create an account for you.
 +
</td>
 +
</tr>
 +
</table>
 +
 +
  
 
<table border="0" width="100%">
 
<table border="0" width="100%">
Line 22: Line 45:
 
=== 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.
 
* [[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.  
 
* [[: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.  
* [[Integration]] - tips and tricks for integrating Newton with other engines
 
  
 
* [[Newton SDK API reference]] - Categorized list of all API functions and callbacks in Newton library
 
* [[Newton SDK API reference]] - Categorized list of all API functions and callbacks in Newton library

Latest revision as of 08:36, 8 February 2020

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.