CasparCG HTML Template Guide
  • Guide Overview
  • Prerequisites
  • CasparCG Server Setup
  • Development Setup
  • AMCP Commands Review
  • HTML & SCSS
    • File Setup
    • Creating the HTML
    • Create the SCSS
  • JavaScript
    • Setting up the JS File
    • Handling Updates
    • An Overview of GSAP
    • Animating In & Animate Out
    • Advancing & Removal
    • Custom Commands ( Optional )
  • Final Thoughts
  • Resource List
Powered by GitBook
On this page
  • Web Development

Was this helpful?

Prerequisites

All of the knowledge required prior to starting this guide.

PreviousGuide OverviewNextCasparCG Server Setup

Last updated 5 years ago

Was this helpful?

Web Development

Before we begin creating any templates, we first need a foundation to work from. If you already understand the basics of HTML, CSS, and JavaScript then you can most likely skip this section.

For anyone starting with zero experience, we would recommend completing the free course on . This site will teach you the fundamentals of HTML, CSS, and JavaScript as well as a small amount of JQuery ( Even though we will not be using JQuery ).

From here on, we are going to assume you have completed this course or something similar and have the appropriate coding knowledge to continue.

Resources

  • Free course on Web Assembly's website.

Dash.WebAssembly.com
HTML, CSS, and JS