Skip to content

Instantly share code, notes, and snippets.

View CharlieRoseMarie's full-sized avatar

Charlotte Rose-Marie Allen CharlieRoseMarie

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@CharlieRoseMarie
CharlieRoseMarie / desktop_launcher.clj
Created April 8, 2014 02:15
User play-clj example
(set! *warn-on-reflection* true)
(ns awesomegame.core.desktop-launcher
(:require [awesomegame.core :refer :all]
[play-clj.core :refer :all])
(:import [com.badlogic.gdx.backends.lwjgl LwjglApplication]
[org.lwjgl.input Keyboard])
(:gen-class))
(defn system [] nil)