Example #1
0
int main(){
	app.initWindow();
	app.lens().near(10).far(25);
	app.start();
	return 0;
}