/3dMatrixVis

Simple web tool to visualize result of applying 3D transformation matrices, useful for OpenGL / DirectX / Vulkan debugging

Primary LanguageTypeScriptMIT LicenseMIT

3D Matrix Visualization

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.

Live Demo

Running

This project uses Vite, so you can run it for development with:

npm install
npm run dev

Or build it for production with:

npm run build

License: MIT