Skip to content

Commit 9361dc8

Browse files
authored
Update README.md
1 parent 89e9394 commit 9361dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">OpenGL Graphics API</h1>
22

3-
Learning [OpenGL](https://www.opengl.org//) is a great way to learn how to use the graphics API such as 2D and 3D rendering vector graphics and create a basic to high-level graphics applications with modern OpenGL and C++ such as shaders, textures, animation, 3D, lighting etc.
3+
Learning [OpenGL](https://www.opengl.org//) is a great way to learn how to use the graphics API such as 2D and 3D rendering vector graphics and create the basic to high-level cross-platform graphics application programming interface with modern OpenGL and C++ such as shaders, textures, animation, 3D, lighting etc.
44

55
## Usage
66
Currently only officially supports Windows. To run the project just simply find the ```.sln``` file and open it up in Visual Studio IDE. Also you could check the ```Dependencies``` folder to see the Include Library for configuration this project, Highly recommended to use [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) IDE. Configuration to linking external libraries C++ can be found in ```Configuration.txt```.

0 commit comments

Comments
 (0)