by gregsidelnikov, posted at May 7, 2017, 6:02 p.m.

Actually, this post is not about how I made MK7 in OpenGL, but what the results were. I am currently porting it to WebGL as well. The level design geometry is so simple, that it might work in 4K. But we'll see.

Go to this link to arrive at WebGL tutorial site, which is now home for the Mario Kart engine demo.

The entire level was designed in Blender this weekend.

Follow camera was the most fun to program, I added a little sway factor when the left or right keys are pressed.

by gregsidelnikov, posted at April 19, 2017, 2:39 p.m.

Created and published this new WebGL shaders tutorial on YouTube.

by gregsidelnikov, posted at April 5, 2017, 4:17 p.m.

I just launched my new website WebGLTutorials.org/ if you're interested in WebGL tutorials. It's just a first draft at this point, but it is currently updated every week or so with new material. I also wrote the book WebGL Gems, if you want it just browse around on the site to find more info on it.

by gregsidelnikov, posted at Aug. 1, 2016, 8:39 p.m.

I've been working on studying Web GL and I spotted a recent Chrome message when the browser is mis-configured. I guess Chrome developers had a good sense of humour and when this happens a pop-up message saying "Rats! WebGL hit a snag." is displayed just below the address bar on a yellow stripe.

To see how this issue can be overcome, plus an insight into some hidden Chrome settings config, I created this brief YouTube video tutorial Rats! WebGL hit a snag, I hope it helps someone out there who is facing this issue in their browser. 

by gregsidelnikov, posted at Oct. 6, 2015, 7 p.m.

So, we've all been fiddling with OpenGL in a desktop environment. And some of us have probably already heard of WebGL, but never got a chance to work with it.

This led me to record How to Initialize WebGL in 11 Minutes. After watching this tutorial, you would have your basic blank "3D canvas" box cleared to black background.

Hope this helps someone out getting ready to transition to WebGL.

by kazade, posted at July 9, 2014, 8:25 p.m.

Greg Sidelnikov of FalloutSoftware.com has applied updates to his OpenGL tutorials. An entirely new article Normal Mapping Tutorial has been added providing several insights on what the pinkish/bluish colors actually represent. The difference between Immediate Mode (glBegin, glEnd) and the modern Vertex Buffer Object technique has been added to the Drawing OpenGL Primitives via VBO tutorial. Better diagrams have been improved in OpenGL Light tutorial. Greg is also planning to start adding GLSL fragment and vertex shader tutorials to the site soon. If this piques your interest you can subscribe to the tutorial newsletter on the site. Greg has been hosting OpenGL tutorials since 2003.

by gamedev, posted at April 9, 2013, 2:19 p.m.

There is a really interesting video from the recent GDC 2013 conference that goes into detail about how Valve and Nvidia ported the Source engine to the Linux platform. The majority of the talk focuses on the port from D3D to OpenGL. There is nothing but glowing praise for OpenGL throughout the talk. Definitely worth checking out!

 

by kazade, posted at Oct. 9, 2012, 9:54 a.m.

Mesa, the Open Source OpenGL implementation has released a new major version which includes support for OpenGL 3.1. The release announcement can be found here.

Although Mesa works on multiple platforms, including Windows, it's on open source operating systems like Linux where it is most important. On Linux, Mesa provides hardware accelerated OpenGL when running open-source graphics drivers. This means that if your graphics card is supported, you will get hardware-accelerated OpenGL 3.1 out-of-the-box on operating systems such as Ubuntu and Debian, even when running from a Live CD or bootable USB stick.

by kazade, posted at Oct. 8, 2012, 2:12 p.m.

Damien wrote in to tell us about his OpenGL tutorial website which focuses on OpenGL 3.3. Apparently this site was referenced during SIGGRAPH and in various books. It's definitely worth taking a look! You can find it here.

by kazade, posted at Aug. 6, 2012, 3:03 p.m.

As is the tradition at SIGGRAPH, Khronos just announced the OpenGL 4.3 specification alongside its mobile-focused counter-part OpenGL ES 3.0. One of the more interesting announcements is the inclusion of a new royalty-free texture compression extension called ASTC.

As usual you can find the latest specifications on the registry.

The release announcements for the day can be found on the Khronos website.

Beginning OpenGL Game Programming II

Featured Book