Skip to content

Instantly share code, notes, and snippets.

@tgk
Created July 16, 2010 07:11
Show Gist options
  • Save tgk/478042 to your computer and use it in GitHub Desktop.
Save tgk/478042 to your computer and use it in GitHub Desktop.
(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