Skip to content

artofsequence/aos-designer

Repository files navigation

AOS Designer

Digital Story Editor

This is a sub-project of Art Of Sequence: http//artofsequence.org

AOS Designer (AOSD) is an tool for artists to create digital stories.

AOSD uses AOSL format to define digital stories. It also works with exporters which will generate other formats for different interpreters.

Documentation

See the ./docs directory for development setup, guidelines, etc.

Dependencies

Both back-end and front-end implementations are using:

  • Boost: to complete the standard C++ library;
  • Google Test: unit tests;
  • TBB: concurrency tools (when not available in Boost or the C++ standard);
  • AOSLCPP: library to read, write, interpret and process AOSL data;
  • XSD/Tree:
  • UtilCPP: some useful C++ tools;

The default front-end relies on Qt:

  • Qt5: used for GUI implementation;

Releases

No releases published

Packages

No packages published