Skip to content

Instantly share code, notes, and snippets.

/*
* SoundPlayer.cpp
*
* Created by Adria Navarro on 9/8/14.
*
* Copyright (c) 2014, Red Paper Heart, All rights reserved.
* This code is intended for use with the Cinder C++ library: http://libcinder.org
*
* To contact Red Paper Heart, email hello@redpaperheart.com or tweet @redpaperhearts
*
@araid
araid / aspectFillTestApp.cpp
Created July 16, 2014 15:40
aspect fill cinder
#include "cinder/app/AppNative.h"
#include "cinder/gl/gl.h"
using namespace ci;
using namespace ci::app;
using namespace std;
class aspectFillTestApp : public AppNative {
public:
void setup();