Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SonyWWS/ATF
Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others.
https://github.com/SonyWWS/ATF
Last synced: 6 days ago
JSON representation
Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others.
- Host: GitHub
- URL: https://github.com/SonyWWS/ATF
- Owner: SonyWWS
- License: apache-2.0
- Created: 2014-02-14T19:02:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-18T22:28:13.000Z (over 4 years ago)
- Last Synced: 2024-10-16T04:41:18.393Z (23 days ago)
- Language: C#
- Homepage:
- Size: 135 MB
- Stars: 1,891
- Watchers: 199
- Forks: 262
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-game-engine-dev - ATF - Components for making tools on Windows, started in 2005. (Libraries / C#)
README
ATF
===### [What's New](https://github.com/SonyWWS/ATF/wiki/ATF-News) ###
Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows®. ATF has been used by most Sony Computer Entertainment first party game studios to make many custom tools such as Naughty Dog's level editor and shader editor for _The Last of Us_™, Guerrilla Game's sequence editor for Killzone™ games (including the _Killzone: Shadow Fall_™ PS4™ launch title), an animation blending tool at Santa Monica Studios, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others. ATF has been in continuous development in Sony Computer Entertainment's Worldwide Studios central tools group since early 2005.
This figure shows LevelEditor, a powerful tool built with ATF for constructing and editing game levels. LevelEditor is also an open source project, available at [LevelEditor](https://github.com/SonyWWS/LevelEditor). See other tools built with ATF at [Gallery](https://github.com/SonyWWS/ATF/wiki/ATF-Gallery) and [ATF adopters](https://github.com/SonyWWS/ATF/wiki/ATF-Adoption).
![LevelEditor](https://raw.githubusercontent.com/wiki/SonyWWS/ATF/images/ATF3LevelEditor.png?raw=true "LevelEditor")
There are many types of components in ATF. ATF Managed Extensibility Framework (MEF) components can be added to a .NET TypeCatalog with a single line of code, which allows you to easily add these capabilities to your application. MEF components can be found in most of our sample applications, as in this Circuit Editor sample source file [Program.cs](https://github.com/SonyWWS/ATF/blob/master/Samples/CircuitEditor/Program.cs#L55). Other components, like the Document Object Model (DOM), are actually a collection of related classes. Look over a list of useful components in ATF at [Important ATF Components](https://github.com/SonyWWS/ATF/wiki/Important-ATF-Components).
ATF is an open source project. See [License.txt](https://github.com/SonyWWS/ATF/blob/master/License.txt).
### Getting Started ###
ATF is a technology with great depth in some of its areas. To learn whether ATF is for you and to make effective use of it, you'd be well-advised to acquire the background offered in the ATF documentation, especially topics in the [ATF Getting Started](https://github.com/SonyWWS/ATF/wiki/ATF-Getting-Started) section. This section tells you what you need to know to use ATF:* ATF Requirements and Dependencies
* ATF Features and Benefits
* How to install ATF
* Basic ATF Frameworks
* ATF Samples and Tutorials
* Next Steps to learn ATF### More Info ###
The ATF wiki is at https://github.com/SonyWWS/ATF/wiki.We have PDF files in the [Docs folder](https://github.com/SonyWWS/ATF/tree/master/Docs) or [Documentation](https://github.com/SonyWWS/ATF/wiki/ATF-Documentation).
[Forums](https://groups.google.com/forum/?hl=en#!forum/authoring-tools-framework) for meeting other ATF users, having discussions, and receiving announcements from us ATF developers.
Bugs, feature requests, and questions:
https://github.com/SonyWWS/ATF/issues.Contact, in English or Japanese:
[email protected]