Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1be8d99

Browse files
authored
Fixed README.md
1 parent df3a088 commit 1be8d99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
```
21
GraphicsProgramming
32
===================
43

@@ -27,4 +26,3 @@ Demo | Description | Screenshot
2726
**qtLinearRegressionGD** | C++/Qt/Eigen implementation of Linear Regression based on [Daniel Shiffman's tutorials](https://www.youtube.com/watch?v=szXbuO3bVRk). Data is plotted with [Madplotlib](https://github.com/madplotlib/madplotlib) (Qt required). | <img src="qtLinearRegressionGD/screenshot.jpg" width="200"/>
2827
**qtLogoBlurGL** | A silly C++/Qt/OpenGL demo that renders a logo on a texture and displays a glow around it. | <img src="qtLogoBlurGL/screenshot.jpg" width="200"/>
2928
**qtSmoothColorTransition** | A C++/Qt application that takes a grayscale image and performs a smooth color transition using a predefined color palette based on linear interpolation. | <img src="qtSmoothColorTransition/screenshot.jpg" width="200"/>
30-
```

0 commit comments

Comments
 (0)