Links and Materials: Difference between revisions
Jump to navigation
Jump to search
(Initial Edit) |
No edit summary |
||
Line 1: | Line 1: | ||
== QML == | == QML == | ||
* [http://qmlbook.github.io/ The QML Book] – ''A Book about Qt5'' | * [http://qmlbook.github.io/ The QML Book] – ''A Book about Qt5'' | ||
== OpenGL == | |||
* [http://nehe.gamedev.net/ NeHe Productions] – Extensive OpenGL programming tutorials and resources. | |||
* [https://github.com/cwc1987/NeHe_OpenGL_Qt4.git Qt4 Cai Wancang: Lesson 01-48 (2014)] | |||
* [http://www.thelins.se/johan/2009/08/nehe-on-opengl.html Blog: NeHe on OpenGL] | |||
* [http://www.digitalfanatics.org/projects/qt_tutorial/chapter14.html The Independent Qt® Tutorial - Chapter 14 - OpenGL] | |||
* [http://www.youtube.com/user/woezla YouTube Video Tutorials by woezla], Lesson 05, 07-12, 14, 16, 18-20 | |||
== References for various compilers == | == References for various compilers == |
Revision as of 15:49, 12 March 2015
QML
- The QML Book – A Book about Qt5
OpenGL
- NeHe Productions – Extensive OpenGL programming tutorials and resources.
- Qt4 Cai Wancang: Lesson 01-48 (2014)
- Blog: NeHe on OpenGL
- The Independent Qt® Tutorial - Chapter 14 - OpenGL
- YouTube Video Tutorials by woezla, Lesson 05, 07-12, 14, 16, 18-20
References for various compilers
- GCC Handbook
- Visual C++ Reference for