Skip to content
forked from biki-desu/assdraw

Tool to produce ASSA-format vector drawings

Notifications You must be signed in to change notification settings

changyp6/assdraw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASSDraw3

ASSDraw3 is a tool for designing shapes to be used in ASS subtitle file.

Support is available on IRC.

Building ASSDraw3

Windows

Prerequisites:

  1. M$ Visual C 2010 or above (Express edition is good enough).
  2. wxWidgets (3.0 or above). Build it using nmake. See this for help or look at the documentation.
  3. AGG (2.4.* or 2.5.* is good enough). Build using VSC . A project file is supplied, see ./tools/agg25.vcxproj in this repo.

Building:

  1. Open VC project file.
  2. Add appropriate include and library directories.
  3. ??? You're a windows user, you can figure out this step yourself
  4. Profit.

Linux

Prerequisites:

  1. AGG: sudo apt-get install libagg-dev
  2. wxWidgets: git clone https://github.com/wxWidgets/wxWidgets.git; ./configure; make; sudo make install

Building:

The usual --> ./autogen.sh; ./configure; make

OSX

ASSDraw3 was not tested on OSX yet. It should work on OSX, give it a go and contact me if it works or not so that I can update this readme.

License

All source files in this repository are licensed under a 3-clause BSD license.

About

Tool to produce ASSA-format vector drawings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.4%
  • Shell 16.7%
  • C 2.9%