Skip to content

Instantly share code, notes, and snippets.

View axjxwright's full-sized avatar

axjxwright

View GitHub Profile
@axjxwright
axjxwright / DropShadowApp.cxx
Created March 16, 2017 14:18
Quick and dirty drop shadow example
#include "cinder/app/App.h"
#include "cinder/app/RendererGl.h"
#include "cinder/gl/gl.h"
using namespace ci;
using namespace ci::app;
using namespace std;
struct Shape
{
//
// WindowLimits.cxx
// BasicApp
//
// Created by Andrew Wright on 10/11/18.
//
#include "WindowLimits.h"
#include <unordered_map>