Skip to content

ATF Assemblies

Gary edited this page Sep 29, 2014 · 3 revisions

ATF is divided into the following assemblies:

  • Atf.Atgi: support for ATGI asset description files.
  • Atf.Collada: support for Collada asset description files.
  • Atf.Core: core application services, including components.
  • Atf.Gui.OpenGL: OpenGL® support.
  • Atf.Gui: additional GUI support.
  • Atf.Gui.WinForms: primary WinForms application support.
  • Atf.Gui.Wpf: WPF application support.
  • Atf.IronPython: Python services.
  • Atf.Perforce: Perforce services.
  • Atf.SyntaxEditorControl: syntax editor controls
These assemblies vary considerably in their number of constituent classes. The largest are Atf.Core, Atf.Gui, Atf.Gui.WinForms, and Atf.Gui.Wpf.

Each assembly contains namespaces. Some namespaces are in more than one assembly.

Each assembly can be built into a single DLL, which can be included with applications, if needed.

Topics in this section

Clone this wiki locally