Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 838 Bytes

File metadata and controls

41 lines (26 loc) · 838 Bytes

Cadence

alt text

temp31

temp24

Vector Graphics Animation Editor

Building the Project

see docs/01.build.md

TODO

  • Import/Export
    • lottie, gif
  • Physics Animation
  • Sound System
  • Auto Save
  • Copy/Delete
  • MultiSelection
  • Group Layer
  • Nested Scene
  • Bone, Rigging
  • Align
  • State Macine

Dependencies

  • ThorVG: The core graphics library that the simulator is built upon.

  • ImGUI: A graphical user interface library used for rendering the simulator's UI.

  • SDL2: A cross-platform library for handling windows, io events

  • spdlog: Log library

  • entt: Entity Component System library