Now that we have made basic game engine, our next assignment is to choose a complex system and implement it. The topics suggested are:
- Threading
- Cache Coherence
- GPGPU
- Behavioural Mathematics
- Fuzzy Logic
- Machine Learning
- Networking
- Audio
- Automated Build Systems
- Analytics
FMOD looks to be the favored audio tool, they are also based in the same building as us, used in a number of AAA Games (World of Warcraft, League of Legends, and more) and GameEngines (eg. Unity and Unreal4).
The only issue I have had so far is that the only documentation/examples are from FMOD themselves. Their documentation and examples are very good but there are some topics I cannot find much on. So far the main issue I was having was the use of the Geometry engine built into FMOD, although through a lot of trial and error I have managed to get a cube around a sound source. With this geometry, we can control occlusion and reverberation through floating point values, the aim is to create a second unseen mesh on an object that can stop/slow sound (eg. a wall, glass pane).
Well all this would be lovely to have, we only have a few more weeks until it is due and I am still trying to fully figure out FMOD. I am having a lot of fun with this already so I am sure I will be able to get plenty done with it.