WebGL - Trojans, Snakes And Real Time Textures
Written by David Conrad   
Saturday, 17 August 2013

WebGL is now one of the standard parts of the web app environment and programmers keep doing impressive things with it. This month's Mozilla's DevDerby winners are good examples of what you can do.

Mozilla runs a competition every month for the best WebGL programs. All of the entries are open source and you can look at them to find out how they work. Most of us, my guess, will simply look at the results and realize what can be done in the browser. 

The July winners were:

  • First place: Falling in Circles by rossmckegney
    This is a really amazing gravity simulation of the Trojan asteroids. Using nothing but the simple laws of gravity we get some very complex and very pretty behaviour. Be careful where and when you load this demo because it could waste hours. 


trojans

  • Second place: Simple 3D Snake Game by Samir Solanki
    Well what can you say - it's snake, but in 3D. Snake was already a good game for mobile devices but now they can run it in 3D - how things move on.

snake2

  • Third place: Cross-hatching GLSL shader by  Jaume Sánchez.
    This is mesmerising, but stop staring at it and appreciate what is going on. This is an implementation of real time crosshatching - a shading technique that is particularly suitable for rendering generated objects with an artistic touch. The idea is that the stroke texture follows the curvature of the surface to make it more apparent in a 2D rendering and it simulates what a human pen and ink artist might do. It is based on a paper from Microsoft Research and you can find more about it using the link given below.

hatching

 

The runners up aren't so bad either and you should most certainly give them a look:

 

 

Is this enough to convince you that the browser is as good as the desktop for complex 3D graphics? 

More Information

Announcing the winners of the June 2013 Dev Derby!

Microsoft Research "Real-Time Hatching"

Related Articles

JavaScript Physics Playground

Amazing Siggraph 2013

The Perfect Snake

Updates to OpenGL and OpenCL

Babylon.js - A WebGL Game Engine From Microsoft

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Google Releases Python Client For Data Commons
01/07/2025

Google has released a new Python client library for Data Commons based on the V2 REST API. They say the new library enhances how data developers can make use of Data Commons.



For The Love Of Code
25/07/2025

GitHub has announced For the Love of Code, a summer hackathon for joyful, ridiculous, and wildly creative projects. The idea is that you take the mad ideas you've got sitting on the back burner a [ ... ]


More News

 

 

Last Updated ( Saturday, 17 August 2013 )