Quantcast
Channel: Is there a Clojure wrapper for (modern) OpenGL? - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Marco Antonio Monroy Conde for Is there a Clojure wrapper for...

Opengl is dealing with directly calls to gpu, so I do not think is possible to get anything remotely idiomatic for clojure. Personally, I've been using JOGL (https://jogamp.org/jogl/www/) calls inside...

View Article



Answer by hjek for Is there a Clojure wrapper for (modern) OpenGL?

Have you checked out Quil? It is Processing for Clojure, and works with OpenGL, too. https://github.com/quil/quil

View Article

Answer by Hendekagon for Is there a Clojure wrapper for (modern) OpenGL?

Sadly there is nothing other than Penumbra. I would love to have this too...I wonder if we could raise money to fund Zach Tellman to work on it ?!

View Article

Is there a Clojure wrapper for (modern) OpenGL?

The only thing I found was Penumbra, which seems to wrap OpenGL 1.1, which I don't care for in the least. It doesn't really have to do anything fancy, a wrapper around LWJGL that exposes OpenGL...

View Article

Answer by wedesoft for Is there a Clojure wrapper for (modern) OpenGL?

You can use the Java library LWJGL version 3. There is also legacy LWJGL version 2 which is more widely packaged.Here is a minimal example using LWJGL version 2:(ns raw-opengl (:import [org.lwjgl...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images