Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stage

Project of the Compilers course at FIB/UPC.

Stage is a language aimed to program visuals that interact with audio or other inputs.

You can see an example here:

function main() {
FIRST:
	node pre;
	video v = video("beethoven.mp4");
	v.play();

LOOP:
	if(v.time() > 1.0) {
		v.jump(0.8);
	}

	v -> output;
}```

This example loads a video, loops a part of it and renders it to screen.

About

Project for the compilers course. A language that allows to define image filters and interactions over time with different inputs to create visuals.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages