Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Youka/Yutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yutils - an ASS typeset utilities library

Requirements:

  • LuaJIT (interpreter for Lua scripts, using this library)
  • libpng (PNG image decoder for library bitmap reader) [optional]

Files:

  • deps/ (folder with project dependencies)
  • docs/ (folder with project documentations)
  • src/ (folder with library modules)
  • tests/ (folder with example scripts of library usage)
  • .gitattributes (how Git should handle files)
  • .gitignore (files to ignore by Git)
  • .gitmodules (submodules of this Git project)
  • README.md (this file [you're currently reading])

Documentations:

See docs/index.html for descriptions and tests/*.lua for executable examples.