ASSDraw3 is a tool for designing shapes to be used in ASS subtitle file.
Support is available on IRC.
Prerequisites:
- M$ Visual C 2010 or above (Express edition is good enough).
- wxWidgets (3.0 or above). Build it using nmake. See this for help or look at the documentation.
- 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:
- Open VC project file.
- Add appropriate include and library directories.
- ???
You're a windows user, you can figure out this step yourself - Profit.
Prerequisites:
- AGG:
sudo apt-get install libagg-dev
- wxWidgets:
git clone https://github.com/wxWidgets/wxWidgets.git; ./configure; make; sudo make install
Building:
The usual --> ./autogen.sh; ./configure; make
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.
All source files in this repository are licensed under a 3-clause BSD license.