Skip to content

cs125-illinois/zen

Repository files navigation

Zen Simple Graphics Library

Written by Lawrence Angrave for CS 125 @ Illinois. Cleaned up, packaged, and published by Geoffrey Challen.

This package is available on jitpack.io. Add the following to your build.gradle file to add it to your project:

repositories {
    jcenter()
    maven { url "https://jitpack.io" }
}
dependencies {
    compile 'com.github.cs125-illinois:zen:1.0.2'
}