Skip to content

Creating an Editor Application

Gary edited this page Aug 27, 2014 · 1 revision

An editor is one of the most common applications. In fact, most of the ATF sample applications are editors for some kind of data, such as the following:

To create an editor, you put together many of the techniques discussed in this Guide's topics. These techniques do not exist in isolation of each other. For example, the DOM and adaptation are intimately related, and contexts work with adaptation and instancing. Although this section describes a sequence of things to do to create an editor, these areas overlap and combine with each other in practice. You may also want to develop in an order that is different from what is listed here.

This section shows how an editor is implemented, using as an example the ATF Simple DOM Editor Sample, which edits sequences of items containing animation and geometry resources. Its internals are described in detail in Simple DOM Editor Programming Discussion.

Each topic is a brief overview, linking to sections that cover the areas in detail in the ATF Programmer's Guide.

Clone this wiki locally