Quantcast
Channel: Life of a Programmer Geek » JOGL
Browsing all 2 articles
Browse latest View live

OpenGL in Clojure

After much struggling I finally got a simple OpenGL example working in Clojure! Here’s a port of the JOGL example in Wikipedia to Clojure: ;This is a Clojure port of the JOGL example in...

View Article


Image may be NSFW.
Clik here to view.

Drawing a Line Between Two Points

Drawing a line between two points is a perfect example of a function which most graphics libraries implement at a single scale: 1 pixel width. Here’s how to implement drawing a line with a specific...

View Article

Browsing all 2 articles
Browse latest View live