Simple 3D Vector Visualizer

Hi everyone,

Just wanted to share my simple 3D vector visualizer.
It visualizes vectors using THREE's arrow helpers.

You can:

  • add new vectors
  • edit existing vectors
  • delete existing vectors

Live example

Source

13 Likes

Nice !
If the user could easily add/subtract vectors, I think it could have a very real educational value.

Also at some point it crashed and I got this error :

I happened when I clicked on “Draw” to add a vector, I think it was [ -3, 2, 0 ]

1 Like

Thank you for giving it a try!

I definitely agree that being able to visualize some vector operations would be helpful.
I will try to toss those into the app when i have a chance.

Also, thank you for the error screenshot. It is now fixed in the live demo :wink:

1 Like

Add cross product and dot product! :smiley:

2 Likes

this is super awesome!!!

Support visualization of quaternion matrix vector addition and subtraction?

Great idea !
I have similar surfaces visualization template for math tutorials with XR support:
https://mathview.yesbird.online/

Code is here, maybe you will find it usefull.

Sources of inspiration:
https://virtualmathmuseum.org
https://3d-xplormath.org/j/index.html

see

2 Likes