This website requires JavaScript.
Explore
Help
Register
Sign In
lenn
/
LearnOpenGL
Watch
1
Star
0
Fork
0
You've already forked LearnOpenGL
mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced
2026-01-09 02:03:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d756ed80fa24fcd918b44b93980b5582b3c8d586
LearnOpenGL
/
src
/
7.in_practice
History
Joey de Vries
d756ed80fa
Add full source code of the finished (and revised code) Breakout example. Not set up for cross-platform compilation as it has irrKlang and FreeType dependency, but at least source code is available online (and can be referenced from Breakout chapters).
2020-04-22 15:47:23 +02:00
..
1.debugging
Update GLM to latest version (0.9.9.3). This includes GLM's change of matrices no longer default initializing to the identity matrix. This commit thus also includes the update of all of LearnOpenGL's code to reflect this: all matrices are now constructor-initialized to the identity matrix where relevant.
2018-12-30 14:27:14 +01:00
3.2d_game
/0.full_source
Add full source code of the finished (and revised code) Breakout example. Not set up for cross-platform compilation as it has irrKlang and FreeType dependency, but at least source code is available online (and can be referenced from Breakout chapters).
2020-04-22 15:47:23 +02:00