Skip to content

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

License

Notifications You must be signed in to change notification settings

MrOnlineCoder/3dMatrixVis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published