https://github.com/lightarrowsexe/aegisub-scripts
Light's simple automation scripts for Aegisub
https://github.com/lightarrowsexe/aegisub-scripts
Last synced: about 1 year ago
JSON representation
Light's simple automation scripts for Aegisub
- Host: GitHub
- URL: https://github.com/lightarrowsexe/aegisub-scripts
- Owner: LightArrowsEXE
- Created: 2025-04-23T22:38:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-13T09:33:01.000Z (about 1 year ago)
- Last Synced: 2025-05-13T09:34:35.078Z (about 1 year ago)
- Language: Lua
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LightArrowsEXE's Aegisub Scripts
Simple automation scripts for Aegisub.
This will primarily be stuff
I wrote for myself,
and almost entirely KFX-focused.
# Required modules
None!
# Libraries
These should be placed
in your Aegisub automation directory
under `include/lightarrowsexe/*`.
## Animations
A collection of animation frames,
mainly aimed at
being a quick way
to get fancy drawings
for KFX.
### Usage
Drawings are stored in arrays of strings.
You can iterate through them
using for example
the following code snippet:
```lua
-- TODO: Add example using 0x's util.fbf and karaOK's loop functions
```
For a full list of drawings,
please refer to the library's [documentation](/modules/lightarrowsexe/animations/README.md).