🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Debugging WebGL with SpectorJS Walkthrough

Started by
0 comments, last by khawk 7 years ago

The Real-Time Rendering blog has posted a walkthrough detailing how to use SpectorJS to debug your WebGL applications. SpectorJS is described as a complete engine agnostic JavaScript framework for exploring and troubleshooting your WebGL scenes with ease.

Quote

With the emerging number of experiences built using WebGL, and all the improvements made in the WebVR/AR space, it is critical to have efficient debugging tools. Whether you are just starting out or are already an experienced developer of 3D applications with WebGL, you likely know how tools can be important for productivity.

The article, written by Sebastien Vandenberghe, covers the basics of how to capture a WebGL frame, analyze it, and compare it against other captures.

Check out the full blog at http://www.realtimerendering.com/blog/debugging-webgl-with-spectorjs/.

 


View full story

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement