Portal:COLLADA DOM: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
SteveT (talk | contribs)
No edit summary
Elf (talk | contribs)
 
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
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]].
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]].


__TOC__
==User guide==
== Topics==
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].
===User guide===
The [[COLLADA DOM user guide]] contains the following chapters:
{{: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) -->
{{: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) -->


===Subsystems===
==For the DOM Maintainers==
Internal, advanced, and conceptual information about the COLLADA DOM:
* [[Building third party libraries for the COLLADA DOM]]
* [[DOM resolver subsystem]] (URIs)
* [[COLLADA DOM release packages|Release packages]]
* [[DOM meta system]]
* [[DOM load and save flow]]
* [[DOM runtime database]]
* [[DOM memory system]]
* [[DOM StringRef]]
* [[DOM code generator]]


==See also==
[[Category:Portals]][[Category:COLLADA DOM|*]][[Category:Tools]]
===Terminology===
* [[:Category:COLLADA terminology]]
* [[:Category:DOM terminology]]
* [[:Category:XML terminology]]
 
===Miscellaneous===
* [[DOM API changes]]
* [[DOM future work]]
* [[Building third party libraries]]
 
{{DOM navigation}}
 
[[Category:Portals]][[Category:COLLADA DOM|*]]
</div> <!-- of portal background formatting -->
</div> <!-- of portal background formatting -->

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