This simple tool will allow you to visualize how 3D transformations affect the rendering of a 3D object, in this case - simple textured cube. Uses WebGL for rendering.
This project uses Vite, so you can run it for development with:
npm install
npm run devOr build it for production with:
npm run build