File tree Expand file tree Collapse file tree
site/opengl_visualization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 image : https://avatars.githubusercontent.com/u/28663?v=4
66 links :
77 - {icon: github, href: 'https://github.com/wedesoft'}
8+ description : A short introduction to LWJGL's OpenGL bindings by using it to render data from NASA's CGI Moon Kit
9+ image : moon.jpg
810type : post
9- date : ' 2025-09-09 '
11+ date : ' 2025-09-24 '
1012category : clojure
1113tags : [visualization]
1214format :
@@ -173,7 +175,7 @@ Next we need to set up OpenGL rendering for this window.
173175
174176::: {.printedClojure}
175177``` clojure
176- #object[org.lwjgl.opengl.GLCapabilities 0x5ff53273 " org.lwjgl.opengl.GLCapabilities@5ff53273 " ]
178+ #object[org.lwjgl.opengl.GLCapabilities 0x6c66f8f9 " org.lwjgl.opengl.GLCapabilities@6c66f8f9 " ]
177179
178180```
179181:::
Original file line number Diff line number Diff line change 22 :clay {:title " OpenGL Visualization with LWJGL"
33 :external-requirements [" Xorg" ]
44 :quarto {:author [:janwedekind ]
5+ :description " A short introduction to LWJGL's OpenGL bindings by using it to render data from NASA's CGI Moon Kit"
6+ :image " moon.jpg"
57 :type :post
6- :date " 2025-09-09 "
8+ :date " 2025-09-24 "
79 :category :clojure
810 :tags [:visualization ]}}}
911(ns opengl-visualization.main
You can’t perform that action at this time.
0 commit comments