Difference between revisions of "Main Page"

From Newton Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
<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:#FFFFFF; align:right;">
 +
[[Image:Newton_logo.png]]
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
Welcome to the [http://newtondynamics.com Newton Game Dynamics] WIKI.
  
== Getting started ==
+
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.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
To see what special features you can use while editing (special source code highlighting tags, etc..) see: [[WikiFeatures]]. <br>
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
<br>
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
If you are here just for the function manual, go to the [[Newton SDK API reference]].
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
</div>
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
  </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;">
 +
=== 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.
 +
* [[: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.