Visit the forums and see if it’s the kind of community you’re interested in.
Most Popular Articles
5 Games for Hobby Developers to Make
Random Game Idea Generator
Game Engine Development for the Hobby Developer Part 1: Rendering
Making Simple Music for Your Game
The Complete Guide to OpenAL with C++ Part 1: Playing a Sound
Latest Articles
Making Simple Music for Your Game
A while ago I wrote an article on how to make quick Chip Tune music for your game using free and open-source software. Well, that was all well and good and everyone made some suitable music for their games. But now we need to get a little more in depth. In this article, I’ll show you some very basic music theory and a couple techniques that you can use to…
How To Make Pong: Finale
You’ve done it! You’ve made your first game, a clone of Pong. You went through the architecture of the codebase in part 1, then you coded the game up in part 2. Now you have a game! It’s a fun…
The Complete Guide to OpenAL with C++ – Part 1: Playing a Sound
Your game needs audio! You’ve already utilised OpenGL to get things drawn to the screen. The API worked for you, you understand how it works, and so you look to OpenAL because the name seems familiar. Well good news, OpenAL…
How To Make Pong: The Code
In part 1 of this series I covered the arhcitecture of our little Pong game. We’ve got a few classes that we need to build and a little bit of glue-code to keep it all together. For this second article…
How To Find a Game Development Team
Making games is hard, and you’re a people-person, so what better way to make a game, than with a team? And so here you are, trying to work out just how you find a game development team. There’s a few…
Archives
- March 2022 (2)
- May 2020 (1)
- April 2020 (2)
- March 2020 (7)
- February 2020 (21)
- January 2020 (16)
Categories
- C++ (9)
- Devblogs (5)
- Game Dev (45)
- Audio (5)
- Game Design (5)
- Game Engine Dev (19)
- Architecture (6)
- OpenAL (5)
- OpenGL (2)
- GLSL (1)