This shows you the differences between two versions of the page.
egc:resurse [2016/10/08 21:49] gabriel.ivanica created |
egc:resurse [2019/09/27 11:51] (current) andrei.lambru |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Resurse Utile ===== | ===== Resurse Utile ===== | ||
- | === Introducere in OpenGL === | + | === Introducere în OpenGL === |
[[https://www.youtube.com/watch?v=6-9XFm7XAT8 | SIGGRAPH University : "An Introduction to OpenGL Programming"]] | [[https://www.youtube.com/watch?v=6-9XFm7XAT8 | SIGGRAPH University : "An Introduction to OpenGL Programming"]] | ||
Line 8: | Line 8: | ||
<note important> | <note important> | ||
- | Cele mai esentiale tutoriale pentru a intelege bine etapele de transformari ce conduc la afisarea pe ecran a informatiei 3D.\\ | + | Cele mai esențiale tutoriale pentru a înțelege bine etapele de transformări ce conduc la afișarea pe ecran a informației 3D.\\ |
Citez din prezentarea de la adresa 2:\\ | Citez din prezentarea de la adresa 2:\\ | ||
**"This is the single most important tutorial of the whole set. Be sure to read it at least eight times."** :D. | **"This is the single most important tutorial of the whole set. Be sure to read it at least eight times."** :D. | ||
Line 20: | Line 20: | ||
* [[https://www.opengl.org/wiki/Rendering_Pipeline_Overview | Rendering Pipeline Overview]] | * [[https://www.opengl.org/wiki/Rendering_Pipeline_Overview | Rendering Pipeline Overview]] | ||
* [[http://www3.ntu.edu.sg/home/ehchua/programming/opengl/cg_basicstheory.html | 3D Graphics with OpenGL]] | * [[http://www3.ntu.edu.sg/home/ehchua/programming/opengl/cg_basicstheory.html | 3D Graphics with OpenGL]] | ||
- | * sectiunea 3.3 si 8.2 contin cod de OpenGL 1.0 care nu mai este utilizat dar in rest | + | * **Atenție!** Secțiunile 3.3 și 8.2 conțin cod OpenGL 1.0 legacy, dar în rest informația prezentată este foarte bună |
=== Tutoriale generale === | === Tutoriale generale === | ||
- | Verificate de catre asistenti. Contin explicatii,cod si comentarii foarte bune | + | Verificate de către asistenți. Conțin explicații, cod și comentarii foarte bune |
- | * [[http://ogldev.atspace.co.uk/ | Modern OpenGL Tutorials]] - Materia de la EGC acopera tutorialele 0 - 20 | + | * [[http://learnopengl.com/|Learn OpenGL]] |
* [[http://www.opengl-tutorial.org/ | OpenGL 3.3 tutorials]] | * [[http://www.opengl-tutorial.org/ | OpenGL 3.3 tutorials]] | ||
+ | * [[http://ogldev.atspace.co.uk/ | Modern OpenGL Tutorials]] - Materia de la EGC acoperă tutorialele 1 - 21 | ||