Skip to content

Instantly share code, notes, and snippets.

View yeoupooh's full-sized avatar

Thomas Jinwoo Min yeoupooh

View GitHub Profile
@yeoupooh
yeoupooh / playground.rs
Created October 15, 2017 09:37 — forked from anonymous/playground.rs
Rust code shared from the playground
fn main() {
println!("Hello, world! 안녕");
}
@yeoupooh
yeoupooh / main.d
Created October 15, 2017 09:36 — forked from anonymous/main.d
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

  • ffmpeg implementation - full-featured and works quite well
  • gstreamer implementetion - work in progress