You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
[`C++ OpenGL 3D Game Tutorial Series`](https://www.youtube.com/playlist?list=PLv8DnRaQOs5-TyYnF56YghOxQBNr1VVmF) is a YouTube Tutorial Series,</br>
10
10
whose purpose is to help all those who want to take their first steps in the game development from scratch.</br>
11
-
In this series you'll learn how to create an OpenGL 3D Game Demo, starting from the creation of a Window by using Win32, Cocoa and X11 APIs (respectively Windows, macOS and Linux)</br>
11
+
In this series you'll learn how to create a Cross-Platform OpenGL 3D Game in C++ from scratch, starting from the creation of a Window by using Win32, Cocoa and X11 APIs (respectively Windows, macOS and Linux)</br>
12
12
to the making of all the necessary sub-systems in order to achieve a complete 3D Game, like</br>
0 commit comments