/GameProgrammingInCPP

This is basic game programming learning and logic developing tutorials in C++

Primary LanguageC

Game Programming For Beginners

This is basic game programming learning and logic developing tutorials in C++. We have made four diffent games in C++ language with gult.h library for graphics. Links of videos on Youtube.

https://www.youtube.com/watch?v=QJBGLwJ2BLs

https://www.youtube.com/watch?v=lHkvyun-iio

https://www.youtube.com/watch?v=MRvY06MznFI

https://www.youtube.com/watch?v=XjCyV_M-BS4

The OpenGL Utility Toolkit (GLUT) is a library of utilities for OpenGL programs, which primarily perform system-level I/O with the host operating system. Functions performed include window definition, window control, and monitoring of keyboard and mouse input. Routines for drawing a number of geometric primitives (both in solid and wireframe mode) are also provided, including cubes, spheres and the Utah teapot. GLUT also has some limited support for creating pop-up menus.