Hello, im new for this three.js. Just wondering is there library made for moving object with arroew keys(cube or whatever) on scene? There is Controls library but keys setup is empty.
I know that can make with javascript event listener and add key actions there but would expect to be ready made library for this basic setup?
there’s one built into drei, keyboard-controls. it’s like orbit-controls but with keys.
threejs-journey https://threejs-journey.com has a full lesson using it for a game Create a game with R3F — Three.js Journey