/benchgl

Primary LanguageJavaScriptOtherNOASSERTION

Benchgl

BenchGL is a WebGL framework for general purpouse web rendering, data visualization and graphic application development.

I wrote it as part as my master thesis in my Computer Science degree.

The project was about investigating the capabalities and performance of a WebGL powered graphics engine for scientific and medical visualisation using a parallelised version of the Marching Cubes algorithm using Web Workers, a new technology introduced in Html5 that allows to run multiple background/concurrent threads in a Javascript browser application.