-
Notifications
You must be signed in to change notification settings - Fork 263
Home
Please take the Documentation Survey.
The Authoring Tools Framework (ATF) is a collection of C#/.NET components for building game development tools on Windows®. ATF has been used as the basis for sound modeling and audio bank tools, level editors, character animation blending tools, scripting language debuggers and timeline/sequence tools. See our list of adopters and screenshot gallery. For more information about ATF:
- Wiki-based documentation: ATF Programmer's Guide.
- PDF documentation files: ATF Documentation.
- A description of our sample projects: ATF Code Samples.
- The list of key technologies and the sample apps that demonstrate them: ATF Technology and Sample App Matrix.
ATF is an open source project on GitHub. The ATF GitHub repository contains the latest public release.
For Sony employees and contractors, current and past versions are available as ZIP files.
For Sony employees and contractors, the Package Manager is a good way to get updates, since it can update multiple components of the WWS SDK together, taking into account dependencies.
- Download the Package Manager
- Place the
wwspm.exe
file at the root of your WWS SDK folder. - Run the following command from your WWS SDK root folder:
> wwspm install wws_atf
Or, if you are updating an existing installation:
> wwspm update wws_atf
The ATF release package contains the following subdirectories:
-
DevTools
: Tools to help our clients set-up, port, and manage their ATF projects. -
Docs
: ATF Documentation including programmer and reference documentation. -
Framework
: Reusable .NET components, written in C#, for building your applications. Clients should avoid modifying this code. -
Samples
: Code for sample applications that demonstrate various aspects of the ATF and its features. Clients are encouraged to start with a sample app and then modify it. -
Test
: Unit tests and Everything.sln, which is our one solution file that references all source code in an ATF distribution. -
ThirdParty
: pre-compiled managed and unmanaged dlls that are licensed to be used by ATF.
The ATF source is organized into a set of Visual Studio solution and project files. The main solution files are:
-
\Samples\Samples.vs2010.sln
: includes all of the ATF 3 samples and framework. -
\Test\Everything.vs2010.sln
: includes ATF 3 framework and samples, as well as unit tests, functional tests, and development tools.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC