I like the Python code which outsourced the hard stuff to existing libraries. The odds of that working are higher.
Can you tell it to use the "glam" crate for the vectors, instead of writing out things like vector length the long way?
(We now need standardized low-level types more than ever, so the LLMs will use them.)
https://gist.github.com/cpsquonk/348009eb7c83a7d499ff5ae70d7...
I like the Python code which outsourced the hard stuff to existing libraries. The odds of that working are higher.
Can you tell it to use the "glam" crate for the vectors, instead of writing out things like vector length the long way?
(We now need standardized low-level types more than ever, so the LLMs will use them.)