This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-17
Channels
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 😄
I had to wrestle with these a little bit because they change state while dragging and I wanted to redraw on release.
Do you share the code?
not ready for this kind of exposure yet 🙂
Go ahead:fire:
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 🙂
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: