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
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
```
2
1
GraphicsProgramming
3
2
===================
4
3
@@ -27,4 +26,3 @@ Demo | Description | Screenshot
27
26
**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). | <imgsrc="qtLinearRegressionGD/screenshot.jpg"width="200"/>
28
27
**qtLogoBlurGL** | A silly C++/Qt/OpenGL demo that renders a logo on a texture and displays a glow around it. | <imgsrc="qtLogoBlurGL/screenshot.jpg"width="200"/>
29
28
**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. | <imgsrc="qtSmoothColorTransition/screenshot.jpg"width="200"/>
0 commit comments