What is "NyuFX"?
-----------------------------------------
NyuFX is a karaoke effect generator, based on the subtitle file format ASS (Advanced Substation Alpha).
By input of one .ass file with karaoke times and one .lua file with generation code, the program outputs one new .ass file with karaoke effects.


How to install?
-----------------------------------------
Unpack, nothing more to do.
Tip:
Create a shortcut to 'NyuFX.exe' and move it to "C:\Users\USER\AppData\Roaming\Microsoft\Windows\SendTo\".
Now you can open NyuFX by marking both work files, right-click, 'Send to'->'NyuFX.exe'.


What i need to work with it?
-----------------------------------------
- operation system Windows
- basic knowledge about scripting language Lua (www.lua.org)
- advanced knowledge about subtitle file format ASS (http://www.matroska.org/technical/specs/subtitles/ssa.html)
It's recommend to install a text editor with Lua syntax highlighting and 'Aegisub' (www.aegisub.org) for preview + other edit jobs.


What i got?
-----------------------------------------
- docs: documentations about NyuFX and scripting language Lua
- include: additional Lua modules
- src: execution source code
- templates: karaoke effect samples + useful templates
- license.txt: program license (MIT)
- NyuFX.exe: NyuFX execution
- readme: this file


Can i use parts of the execution source code + .lua files for my own generator?
-----------------------------------------
Sure. See "license.txt".