Code documentation
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
{{begin-box|Welcome to the [http://maratis3d.org Maratis] SDK Reference|h=2}} | {{begin-box|Welcome to the [http://maratis3d.org Maratis] SDK Reference|h=2}} | ||
Maratis SDK offers a C++ API. | Maratis SDK offers a C++ API. | ||
Line 18: | Line 17: | ||
* [[MFileTools]] | * [[MFileTools]] | ||
* [[MImage]] | * [[MImage]] | ||
− | * [[ | + | * [[MSound]] |
+ | * [[MString]] | ||
+ | {{end-box}} | ||
+ | |||
+ | {{begin-box|MCore - Math}} | ||
* [[MMatrix4x4]] | * [[MMatrix4x4]] | ||
− | |||
* [[MQuaternion]] | * [[MQuaternion]] | ||
+ | * [[MVector2]] | ||
+ | * [[MVector3]] | ||
+ | * [[MVector4]] | ||
+ | {{end-box}} | ||
+ | |||
+ | {{begin-box|MCore - Contexts}} | ||
+ | * [[MInputContext]] | ||
+ | * [[MPhysicsContext]] | ||
* [[MRenderingContext]] | * [[MRenderingContext]] | ||
* [[MScriptContext]] | * [[MScriptContext]] | ||
* [[MSoundContext]] | * [[MSoundContext]] | ||
− | |||
− | |||
* [[MSystemContext]] | * [[MSystemContext]] | ||
− | |||
− | |||
− | |||
{{end-box}} | {{end-box}} | ||
Line 101: | Line 106: | ||
* [http://www.maratis3d.org/?p=563 How to create a game interface] | * [http://www.maratis3d.org/?p=563 How to create a game interface] | ||
{{end-box}} | {{end-box}} | ||
+ | |||
+ | [[Category:C++ API]] |
Latest revision as of 12:52, 23 February 2014
Welcome to the Maratis SDK ReferenceMaratis SDK offers a C++ API. |
API Reference
Examples
Game Projects |