-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
@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
P5-App-Asciio/setup/actions/default_bindings.pl
Lines 364 to 372 in 876af1c
'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
- need character pointer insertion example
and probably much more
Reactions are currently unavailable