Skip to content

Commit 4220bdf

Browse files
committed
Add link to Github repository with interactive program
1 parent 35b4e40 commit 4220bdf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

site/opengl_visualization/main.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Next we need to set up OpenGL rendering for this window.
180180

181181
::: {.printedClojure}
182182
```clojure
183-
#object[org.lwjgl.opengl.GLCapabilities 0x16809640 "org.lwjgl.opengl.GLCapabilities@16809640"]
183+
#object[org.lwjgl.opengl.GLCapabilities 0x7a05815c "org.lwjgl.opengl.GLCapabilities@7a05815c"]
184184

185185
```
186186
:::
@@ -2017,6 +2017,7 @@ nil
20172017

20182018

20192019
I hope you liked this 3D graphics example.
2020+
You can get an interactive version of the Moon rendering [here](https://github.com/wedesoft/macroexpand-noj-lwjgl).
20202021

20212022
Note that in practise you will
20222023

src/opengl_visualization/main.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ void main()
835835
(GLFW/glfwTerminate)
836836

837837
;; I hope you liked this 3D graphics example.
838+
;; You can get an interactive version of the Moon rendering [here](https://github.com/wedesoft/macroexpand-noj-lwjgl).
838839
;;
839840
;; Note that in practise you will
840841
;;

0 commit comments

Comments
 (0)