Portal:COLLADA DOM: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
Elf (talk | contribs)
 
(51 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The '''COLLADA DOM API tutorial''' is currently just a location into which the API engineer can do a brain dump of knowledge about the API. However--here's the advantage of a [[wiki]]--anyone can browse those pages, insert questions, add more material, and so on. So please do. For more info, see [[Help:editing wiki articles|editing wiki articles]].
{{portalheader|title=COLLADA DOM|description=Collected information about the COLLADA DOM API}}
__NOTOC__
<div style="background-color: #eeeeee;  border:1px solid #999999; color:#000; padding-top: 3px; padding-left:5px; padding-right:5px; padding-bottom: 3px;">


== Topics==
This '''COLLADA DOM portal''' is a place to collect links for information about the API. Anyone can browse those pages, insert questions, add more material, and so on. So please do. For more info, see [[Help:editing wiki articles|editing wiki articles]].
===User guide===
* [[DOM guide: Introduction]]
* [[DOM guide: Architecture]]
* [[DOM guide: Getting started]]
* [[DOM guide: Loading and saving documents]]
* [[DOM guide: Runtime database]]
* [[DOM guide: Object model]]
* [[DOM guide: Using daeElement]]
* [[DOM guide: Resolving URIs]]
* [[DOM guide: Custom data]]
* [[DOM guide: Integration templates]]
* [[DOM guide: Error handling]] <!-- made a link to this from DOM error handling system -->


===Subsystems===
==User guide==
* [[DOM resolver subsystem]]
The COLLADA Document Object Model (DOM) is a C++ library for loading and saving COLLADA data. Please report bugs to the [http://sourceforge.net/tracker/?group_id=157838 Sourceforge tracker].
* [[DOM meta system]]
{{:COLLADA DOM user guide/TOC}} <!-- to edit this list, go to the article COLLADA DOM user guide/TOC (you can put that in the search box) -->
* [[DOM URI resolver system]]
* [[DOM SID resolver system]]
* [[DOM error handling system]]
* [[DOM load and save flow]]
* [[DOM runtime database]]
* [[DOM memory system]]
* [[DOM COLLADA code generator]]


===Classes===
==For the DOM Maintainers==
* [[DOM URI class]]
* [[Building third party libraries for the COLLADA DOM]]
* [[DOM integration classes]]
* [[COLLADA DOM release packages|Release packages]]
* [[DOM StringRef]]


===Future work===
[[Category:Portals]][[Category:COLLADA DOM|*]][[Category:Tools]]
* [[DOM future work]]
</div> <!-- of portal background formatting -->
 
===Terminology===
* [[:Category:COLLADA terminology]]
* [[:Category:DOM terminology]]
* [[:Category:XML terminology]]
 
==Templates for engineering==
Three templates allow you to fill in an outline and sample text for subsystems, classes, and user guide topics. Read more at:
*[[Template:domsub]]
*[[Template:domclass]]
*[[Template:domguide]]
 
[[Category:Projects]][[Category:DOM project| ]]

Latest revision as of 05:32, 2 December 2008

Welcome to the COLLADA DOM portal
Collected information about the COLLADA DOM API

Portals:  • Products  • Extensions  • Tools  • Conditioners  • COLLADA DOM  • Coherency Test  • Tech topics  • Tutorials

This COLLADA DOM portal is a place to collect links for information about the API. Anyone can browse those pages, insert questions, add more material, and so on. So please do. For more info, see editing wiki articles.

User guide

The COLLADA Document Object Model (DOM) is a C++ library for loading and saving COLLADA data. Please report bugs to the Sourceforge tracker.

For the DOM Maintainers