├── LICENSE ├── README.md ├── hypetemplates └── CasparCG_Template_Master_v01.hypetemplate.zip ├── images ├── Demo.png └── HYPE.png └── utils └── CasparExportScript.hype-export.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/README.md -------------------------------------------------------------------------------- /hypetemplates/CasparCG_Template_Master_v01.hypetemplate.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/hypetemplates/CasparCG_Template_Master_v01.hypetemplate.zip -------------------------------------------------------------------------------- /images/Demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/images/Demo.png -------------------------------------------------------------------------------- /images/HYPE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/images/HYPE.png -------------------------------------------------------------------------------- /utils/CasparExportScript.hype-export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5opr4ni/casparcg_template_hype/HEAD/utils/CasparExportScript.hype-export.py --------------------------------------------------------------------------------