Set up OpenAL with C++ using Visual Studio
I explored getting OpenAL set up on windows in c++. I recorded the process and edited it to make a video.
This tutorial is hosted externally
https://www.youtube.com/watch?v=WvND0djMcfE&feature=youtu.be
I explored getting OpenAL set up on windows in c++. I recorded the process and edited it to make a video.
Related Tutorials
Godot Engine Under the Hood
Over the past few years, the Godot Engine has emerged as the darling of the indie game development world. Born as an op…
Beginner Graphics Programming Study Guide
This is a roadmap for learning the basics of graphics programming on one's own, from free online resources.
Manual, mipmapped atlas texture wrapping on lower-end mobiles (WebGL1/GLES 2)
Manual texture wrapping within atlas textures / tilemaps with mipmapping on mobiles without EXT_shader_texture_lod.
Capsule Collision Detection Tutorial
Collision detection between a Capsule and a Line Segment and a Capsule and a Capsule. Prerequisite: Linear Algebra (Ve…
Lesson 1 — What C# Actually Is
Why is C# the language driving the production of thousands of indie games using Unity and custom engines all around the…
Sphere with Plane and Polygon Collision Detection
In this video, I demonstrate how to detect collisions between a static sphere, planes, and polygons — a core concept in…
Discussion