Skip to content

Commit e4027c9

Browse files
Merge pull request #81 from wedesoft/main
Article about OpenGL visualization with LWJGL
2 parents 8c4b258 + 5c78f6f commit e4027c9

File tree

20 files changed

+2918
-0
lines changed

20 files changed

+2918
-0
lines changed

deps.edn

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@
2323
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
2424
io.github.alza-bitz/snowpark-clj {:git/url "https://github.com/alza-bitz/snowpark-clj.git"
2525
:git/sha "7856d9ca2080b188f9feec115ca709d3f54877b0"}
26+
org.lwjgl/lwjgl {:mvn/version "3.3.6"}
27+
org.lwjgl/lwjgl$natives-linux {:mvn/version "3.3.6"}
28+
org.lwjgl/lwjgl-opengl {:mvn/version "3.3.6"}
29+
org.lwjgl/lwjgl-opengl$natives-linux {:mvn/version "3.3.6"}
30+
org.lwjgl/lwjgl-opengl$natives-windows {:mvn/version "3.3.6"}
31+
org.lwjgl/lwjgl-opengl$natives-macos {:mvn/version "3.3.6"}
32+
org.lwjgl/lwjgl-glfw {:mvn/version "3.3.6"}
33+
org.lwjgl/lwjgl-glfw$natives-linux {:mvn/version "3.3.6"}
34+
org.lwjgl/lwjgl-glfw$natives-windows {:mvn/version "3.3.6"}
35+
org.lwjgl/lwjgl-glfw$natives-macos {:mvn/version "3.3.6"}
36+
org.lwjgl/lwjgl-stb {:mvn/version "3.3.6"}
37+
org.lwjgl/lwjgl-stb$natives-linux {:mvn/version "3.3.6"}
38+
org.lwjgl/lwjgl-stb$natives-windows {:mvn/version "3.3.6"}
39+
org.lwjgl/lwjgl-stb$natives-macos {:mvn/version "3.3.6"}
40+
generateme/fastmath {:mvn/version "2.4.0"
41+
:exclusions [com.github.haifengl/smile-mkl org.bytedeco/openblas]}
2642
clj-http/clj-http {:mvn/version "3.13.1"}}
2743

2844
:aliases

site/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/.quarto/
2+
3+
**/*.quarto_ipynb

site/db.edn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@
100100
:url "https://emil0r.com"
101101
:image "https://avatars.githubusercontent.com/u/49733?v=4"
102102
:links [{:icon "github" :href "https://github.com/emil0r"}]}
103+
{:id :janwedekind
104+
:name "Jan Wedekind"
105+
:url "https://www.wedesoft.de/"
106+
:image "https://avatars.githubusercontent.com/u/28663?v=4"
107+
:links [{:icon "github" :href "https://github.com/wedesoft"}]}
103108
{:id :kloimhardt
104109
:name "Markus Agwin Kloimwieder"
105110
:url "https://github.com/kloimhardt"

0 commit comments

Comments
 (0)