This app will use a web interface to facilitate merging content into a Microsoft Word file. It is the equivalent of the mail merge features with some notable improvements. The repo is available on github at github – word_file_merge_app
Category: JavaScript
In this posting I will again be using WebGL. However as opposed to just drawing a triangle and doing a gradient fill, which you can see here. Gradient Triangle.
The code listed below will use WebGL to draw a cube and make it rotate.
WebGL Rotating a Cube
WebGL is really a fascinating topic to me. Being able to utilize the power of a local machine’s GPU via the web browser is a very novel concept.
If one was to ask back in 1996 would you be able to render Open GL code in a web browser via GPU, even the most tech savvy may have replied, “Open GL? GPU? what are those things, you speak about?”