From bd0df12bebd75e2d51230db4e506813c288947f0 Mon Sep 17 00:00:00 2001 From: aminullah Date: Fri, 31 Jan 2014 16:32:57 +0500 Subject: [PATCH 1/2] added URLs for source files --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b042a..c73eb5b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,22 @@ How to use 2. Create a new empty project in Microsoft Visual Studio. > File -> New -> Project -> Visual C++, General -> Empty Project 3. Add a new source file. -4. Paste the code from one of the source files and run +4. Paste the code from one of the source files and runFiles +----- +1. [OpenGL-SquareInsideSqaure.cpp]() +2. [OpenGL-Square.cpp]() +3. [OpenGL-Quadratic-Equation.cpp]() +4. [OpenGL-Parabola-Curve.cpp]() +5. [OpenGL-MouseClick.cpp]() +6. [OpenGL-Menu.cpp]() +7. [OpenGL-FloodFill-Square.cpp]() +8. [OpenGL-FloodFill-Circle.cpp]() +9. [OpenGL-Clock.cpp]() +10. [OpenGL-BoundaryFill-Square.cpp]() +11. [OpenGL-BoundaryFill-Circle.cpp]() + +### Explaination +1. [OpenGL-Explaination.md]() Licence ------- From e834a89f2680d80d4fe5ec7513e1260b388019b2 Mon Sep 17 00:00:00 2001 From: aminullah Date: Fri, 31 Jan 2014 17:56:06 +0500 Subject: [PATCH 2/2] added urls --- README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c73eb5b..9ed4fbd 100644 --- a/README.md +++ b/README.md @@ -8,22 +8,25 @@ How to use 2. Create a new empty project in Microsoft Visual Studio. > File -> New -> Project -> Visual C++, General -> Empty Project 3. Add a new source file. -4. Paste the code from one of the source files and runFiles +4. Paste the code from one of the source files and run + +Files ----- -1. [OpenGL-SquareInsideSqaure.cpp]() -2. [OpenGL-Square.cpp]() -3. [OpenGL-Quadratic-Equation.cpp]() -4. [OpenGL-Parabola-Curve.cpp]() -5. [OpenGL-MouseClick.cpp]() -6. [OpenGL-Menu.cpp]() -7. [OpenGL-FloodFill-Square.cpp]() -8. [OpenGL-FloodFill-Circle.cpp]() -9. [OpenGL-Clock.cpp]() -10. [OpenGL-BoundaryFill-Square.cpp]() -11. [OpenGL-BoundaryFill-Circle.cpp]() +1. [OpenGL-SquareInsideSqaure.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-SquareInsideSqaure.cpp) +2. [OpenGL-Square.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Square.cpp) +3. [OpenGL-Quadratic-Equation.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Quadratic-Equation.cpp) +4. [OpenGL-Parabola-Curve.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Parabola-Curve.cpp) +5. [OpenGL-MouseClick.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-MouseClick.cpp) +6. [OpenGL-Menu.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Menu.cpp) +7. [OpenGL-FloodFill-Square.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-FloodFill-Square.cpp) +8. [OpenGL-FloodFill-Circle.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-FloodFill-Circle.cpp) +9. [OpenGL-Clock.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Clock.cpp) +10. [OpenGL-BoundaryFill-Square.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-BoundaryFill-Square.cpp) +11. [OpenGL-BoundaryFill-Circle.cpp](https://github.com/beingaminullah/opengl/blob/master/OpenGL-BoundaryFill-Circle.cpp) -### Explaination -1. [OpenGL-Explaination.md]() +Explaination +------------ +1. [OpenGL-Explaination.md](https://github.com/beingaminullah/opengl/blob/master/OpenGL-Explaination.md) Licence -------