Skip to content

Commit

Permalink
fix: update tools page to contain maintained tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 19, 2023
1 parent 06e3493 commit 7e0fc8f
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions docs/downloads/developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,29 @@ sidebar_label: Developer tools
sidebar_position: 1
---

Unless specifically stated, all files are released under the [**GPLv3 or higher**](http://www.gnu.org/licenses/licenses.html#GPL) license.
These are various community maintained tools and libraries to integrate with CasparCG.

# .NET framework

[CasparCG .NET Framework 1.0.0](http://sourceforge.net/projects/casparcg/files/CasparCG_.NET_Framework/CasparCG_.NET_Framework_1.0.0/CasparCG_.NET_Framework_1.0.0.zip/download)
_(Windows only. Requires Visual Studio)_<br />
The CasparCG .NET Framework makes it easy to communicate with CasparCGServer from a .NET application. <br />
_(Updated: 2012-08-29, 120 KB)_
# .NET: StartDust.CasparCG.net

[CasparCG .NET Framework source code on GitHub](https://github.com/CasparCG/Tools/)
The .NET Framework makes it easy to communicate with CasparCG Server from a .NET application.

# AS3 Framework
* License: MIT
* Github: https://github.com/dust63/StartDust.CasparCG.net
* Forum: https://casparcgforum.org/t/net-library-stardust-casparcg-net/1426

[CasparCG AS3 Framework 2.0.1](http://sourceforge.net/projects/casparcg/files/CasparCG_AS3_Tools/CasparCG_AS3_Framework/CasparCG_AS3_Framework_2.0.1.zip/download)
_(Windows & OS X)_<br />
The CasparCG AS3 Framework is a precompiled library (.swc) that is used to create Flash templates. For Flash Professional CS4 and later.<br />
_(Updated: 2012-03-28, 182 KB)_
# NodeJS: casparcg-connection

[CasparCG AS3 Framework source code on GitHub](https://github.com/CasparCG/Tools/)
A NodeJS (Typescript or Javascript) library to communicate with CasparCG Server(s) via the AMCP protocol

# AS3 Server connection
* License: MIT
* Github: https://github.com/SuperFlyTV/casparcg-connection

[CasparCG AS3 ServerConnection 2.0.0b1](http://sourceforge.net/projects/casparcg/files/CasparCG_AS3_Tools/CasparCG_ServerConnection/CasparCG_ServerConnection_2.0.0b1.zip/download)
_(Windows & OS X)_<br />
The CasparCG AS3 ServerConnection is a precompiled library (.swc) that is used to communicate with CasparCG Server(s) via the AMCP protocol. It is used by the Template Generator and has been used in several AIR, Flex and Flash projects. For Flash Professional CS4 and later.<br />
_(Updated: 2012-03-28, 37 KB)_

[CasparCG AS3 ServerConnection source code on GitHub](https://github.com/CasparCG/Tools/)
# AS3: Server connection

A deprecated library which allows flash templates to communicate with CasparCG Server(s) via the AMCP protocol. For Flash Professional CS4 and later

* License: GPLv3
* Github: https://github.com/CasparCG/libas3

0 comments on commit 7e0fc8f

Please sign in to comment.