Fork me on GitHub
#humbleui
<
2024-03-17
>
Danil Shingarev22:03:34

wanted to brag, I’m new to clojure, slowly going through https://pragprog.com/titles/jbtracer/the-ray-tracer-challenge/ on weekends as a learning project. Having a lot of fun with visualizing otherwise boring linear algebra with Humble/Skija. It’s a long detour but it’s crazy how much I learned about Clojure while trying to paint that freaking arrow and dashed line 😄

clojure-spin 9
🆒 6
🔥 4
Niki19:03:28

Amazing! You even used sliders!

❤️ 1
Danil Shingarev20:03:08

I had to wrestle with these a little bit because they change state while dragging and I wanted to redraw on release.

Danil Shingarev09:03:12

not ready for this kind of exposure yet 🙂

Danil Shingarev17:03:10

nah, I think I may when I feel better about the code. but I know there’re few bad decisions here and there, and I don’t want to feel self-conscious about it, that’ll suck the fun out it. there’s nothing that I do that is not in humbleui examples gallery outside of my funny & slow matrix library 🙂

Руслан Сорокин06:03:31

As I understand it, sharing code mutually can help to heal the bad parts of your code and the bad parts of others code.:thinking_face: