Skip to content

Instantly share code, notes, and snippets.

@ItEndsWithTens
ItEndsWithTens / quoth2pt2-ericwtools-jack.fgd
Last active April 25, 2023 14:16
A J.A.C.K.-compatible FGD for Quoth 2.2, with support for EricW's branch of tyrutils
//
// Quoth 2.2 game definition file (.fgd)
// for J.A.C.K. 1.1 and above
//
// Quoth:
// https://tomeofpreach.wordpress.com/quoth/
//
// EricW's branch of tyrutils:
// http://ericwa.github.io/tyrutils-ericw/
@ItEndsWithTens
ItEndsWithTens / avisynth.h
Last active December 22, 2015 02:19
My initial attempt at an Avisynth plugin that supports both Avisynth 2.5 and 2.6 in one binary. Based on the InvertNeg sample at http://avisynth.nl/index.php/Filter_SDK/InvertNeg See http://forum.doom9.org/showthread.php?p=1641233#post1641233 and the following posts for more discussion of the topic. This seems to work from what testing I've done…
// Avisynth v2.5. Copyright 2002, 2005 Ben Rudiak-Gould et al.
// Avisynth v2.6. Copyright 2006 Klaus Post.
// Avisynth v2.6. Copyright 2009 Ian Brabham.
// http://www.avisynth.org
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//