<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>49436</integer>
    </number>
    <user>
      <string>baggito</string>
    </user>
    <title>
      <string>low-maintanance opengl example :D</string>
    </title>
    <contents>
      <string>(glfw:do-window (&quot;do-window test&quot;)
	     ((gl:matrix-mode gl:+projection+)
	      (gl:load-identity)
	      (glu:perspective 45.0d0 (/ 4.0d0 3.0d0) 0.1d0 50.0d0)
	      (gl:matrix-mode gl:+modelview+))
	   (gl:clear gl:+color-buffer-bit+)
	   (gl:load-identity)
	   (gl:translate-f 0.0 0.0 -5.0)
	   (gl:rotate-d (* 10.0d0 (glfw:get-time)) 1d0 1d0 0d0)
	   (gl:rotate-d (* 90.0d0 (glfw:get-time)) 0d0 0d0 1d0)
	   (gl:begin gl:+triangles+)
	   (gl:color-3f 1.0 0.0 0.0) (gl:vertex-3f  1.0  0.0 0.0)
	   (gl:color-3f 0.0 1.0 0.0) (gl:vertex-3f -1.0  1.0 0.0)
 	   (gl:color-3f 0.0 0.0 1.0) (gl:vertex-3f -1.0 -1.0 0.0)
	   (gl:end))</string>
    </contents>
    <universal-time>
      <integer>3401798647</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
</paste-with-annotations>