bart9h / petipa-api

Repository from Github https://github.combart9h/petipa-apiRepository from Github https://github.combart9h/petipa-api

Petipa API draft

The software has two main parts.

Core

The Core is written in C++, and uses the same code for all the supported platforms. It handles all the business logic, and the rendering and interactions of the choreography editor.

It uses the following libraries:

NativeUI

The NativeUI part is to be written in the "natural" language of each platform (eg. Swift for iOS, Java or Kotlin for Android). It will initialize the application, call the Editor when the user opens a project, and provide methods for the Editor to open some dialogs:

  • Visualization options
  • Music setup
  • Stage setup
  • Charactgers and Tags setup
  • Notifications
  • Project file sharing
  • Alert, Choice and Text Input dialogs

The main design goal of the API is to keep the Native part as thin as possible.

The Core API is divided in two files: dashboard.h, with methods to be called from the app dashboard (project list), and editor.h, with methods to be called from the native dialogs that open while the Editor is running.

About


Languages

Language:C++ 87.5%Language:Perl 12.5%