Skip to main content
GameDev.net gamedev.net

openal

8 items across game development

8 results

Blog

DevBlog 26 - Finishing The Game!

It's over, I've finally completed my from scratch game project! The final stretch has been far from glorious. Rather than making features, it has been nonstop bug fixing. To reach …

mattstone2728 ·
Gameplay C++ cpp C OpenGL
Blog

DevBlog 21 - Writing a simple Audio System in OpenAL

Adding audio to my engine.   I used OpenAL as the API is similar to OpenGL, the graphics API of this project. I've added sounds to ship engines, lasers, explosions, …

mattstone2728 ·
openal C++ tick Pipeline sound
Tutorial

Set up OpenAL with C++ using Visual Studio

var ytcfg = {d: function() {return (window.yt && yt.config_) || ytcfg.data_ || (ytcfg.data_ = {});},get: function(k, o) {return (k in ytcfg.d()) ? ytcfg.d()[k] : o;},set: function() {var a =...

enigma_dev ·
openal C++ windows VisualStudio