Skip to content

Discuss animation and video generation #338

@nkh

Description

@nkh

@qindapao we can discuss how things work and what's good or not about animations and video generation in this ticket.

I think starting here will get you started:

  • https://nkh.github.io/P5-App-Asciio/modes/slide_and_slideshow.html
  • documentation/scripting/from_command_line/video_example/start_slideshow, passed to -s on the command line
  • documentation/scripting/from_command_line/video_example/generate_video_from_screenshots
  • documentation/scripting/from_command_line/video_example/search_and_replace_video
  • animations/00_on_load

I ialready have a few points that I already wonder about:

  • code is in multiple modules ... Scripting, Animation, and Presentation!
  • the functionality and examples are still limited
    • need character pointer insertion example
      'Add pointer' => [
      '000-p',
      MACRO
      (
      [\&App::Asciio::Actions::Elements::add_element, ['🡴', 0 ] ],
      [\&App::Asciio::Actions::Elements::flip_autoconnect ],
      [\&App::Asciio::Actions::Elements::set_id, 'pointer' ],
      [\&App::Asciio::Actions::Colors::change_elements_colors, [0, [0.80, 0.10, 1.00]]],
      ),
      • moving the pointer around
    • showing messages and dialogues
    • going to unicode from script for "nicer" slideshow
    • changing the text in a box example, could be used to display the keyboard binding a user would use.
    • a sub to lookup bindings
    • apl format, I'm working on it

and probably much more

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions