Creating an Editor Application - kaisu1986/ATF GitHub Wiki
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:
- ATF Circuit Editor Sample for circuits.
- ATF DOM Tree Editor Sample for data in a tree.
- ATF FSM Editor Sample for state machines.
- ATF Timeline Editor Sample for timelines.
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.