ATF Assemblies - kaisu1986/ATF GitHub Wiki
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
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.