Created
July 16, 2010 07:11
-
-
Save tgk/478042 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns penumbra-fail | |
(:use [penumbra opengl]) | |
(:require [penumbra.app :as app] | |
[penumbra.text :as text])) | |
(defn display [[delta time] state] | |
(text/write-to-screen "hello world" 0 0)) | |
(defn view-text [& args] | |
(app/start {:display display} {})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment