BabylonJS webgl demo

Sponza, the new WebGL demo from BabylonJS, updates to the framework

Whenever I hear developers say “The web is slow” I think of the experiences others have crafted from WebGL, the graphics API available to the browser. Several developers from Microsoft started the open source WebGL framework, BabylonJS, several years ago and continue to build on it now. On this page you’ll find their latest experience. …

A beginner's guide to WebGL

Join the discussion on Reddit. WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D computer graphics and 2D graphics within any compatible web browser without the use of plug-ins. You will often find developers using it for games, but it is finally gaining widespread visibility across the web, and is now being used…

Big updates to Babylon.js 2.0

The Babylon.js team made some big updates with 2.0 this week, as announced by David Catuhe( @deltakosh). You can find the latest news about it here. The Web Audio support in this haunted mansion demo is pretty crazy: Major updates Support for WebAudio. More info here (davrous) Support for Procedural Texture with standard usable samples and…

The current state of WebGL – iOS 8, Yosemite, Android Lollipop

Update: User pyalot on reddit has pointed me towards an excellent site for tracking WebGL usage and statistics: http://webglstats.com/. WebGL Stats uses a tracker frame embedded in other sites to collect the data. You can help too, just embed the code below into your page. <script src=”//cdn.webglstats.com” defer=”defer” async=”async”></script> Back to the original post. The web is…

Professional Game Development Tools

This post is part of 3 week series giving current and aspiring game devs the tools, resources, and advice they need to get started building for Windows. We also have a great video course on game production basics at Microsoft Virtual Academy.   Visual Studio Community Edition  You need an IDE, or Integrated Development Environment,…