this repo contains two analogous script prototypes for screencasting to livecoding.tv
- ffmpeg implementation - full-featured and works quite well
- gstreamer implementetion - work in progress
| fn main() { | |
| println!("Hello, world! 안녕"); | |
| } |
| import std.stdio; | |
| import std.algorithm; | |
| import std.range; | |
| void main() | |
| { | |
| // Let's get going! | |
| writeln("Hello World!"); | |
| // An example for experienced programmers: |
this repo contains two analogous script prototypes for screencasting to livecoding.tv