Skip to content

Commit 62e806a

Browse files
committed
surfaces math art
1 parent 0080e75 commit 62e806a

5 files changed

Lines changed: 421 additions & 2 deletions

File tree

deps.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
org.lwjgl/lwjgl-stb$natives-linux {:mvn/version "3.3.6"}
4040
org.lwjgl/lwjgl-stb$natives-windows {:mvn/version "3.3.6"}
4141
org.lwjgl/lwjgl-stb$natives-macos {:mvn/version "3.3.6"}
42-
generateme/fastmath {:mvn/version "3.0.0-alpha3"}
4342
clj-http/clj-http {:mvn/version "3.13.1"}
4443

44+
generateme/fastmath {:mvn/version "3.0.0-alpha4"}
45+
clojure2d/clojure2d {:mvn/version "1.5.0-alpha1"}
46+
4547
com.github.psambit9791/jdsp {:mvn/version "3.1.0"}
4648

4749
org.soulspace/qclojure {:mvn/version "0.22.0"}

site/db.edn

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,13 @@
141141
:name "Ben Sless"
142142
:image "https://avatars.githubusercontent.com/u/21342111?v=4"
143143
:url "https://bsless.github.io/"
144-
:links [{:icon "github" :href "https://github.com/bsless"}]}]
144+
:links [{:icon "github" :href "https://github.com/bsless"}]}
145+
{:id :generateme
146+
:name "Tomasz Sulej"
147+
:image "https://avatars.githubusercontent.com/u/38646601?v=4"
148+
:url "https://github.com/genmeblog"
149+
:affiliation [:scicloj]
150+
:links [{:icon "github" :href "https://github.com/genmeblog"}]}]
145151

146152
:affiliation
147153
[{:id :clojure.core
276 KB
Loading
52.7 KB
Loading

0 commit comments

Comments
 (0)