This chapter uses references to the animation-loop architecture and the slalom game implemented in the preceding chapter. The ggez framework requires (for correctly rendering graphical objects) the OpenGL 3.2 API to be well supported by the operating system. Therefore, old operating systems such as Windows XP cannot be used.
The complete source code for this chapter is found in the Chapter07 folder of the repository at https://github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers.
macOS users may struggle to install coreaudio-sys. Upgrading the patch version of coreaudio-sys to 0.2.3 resolves this issue.