index
:
learn_opengl_simple.git
main
A follow along of `learnopengl.com` lessons
talha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-22
Completed main levels to progress to text-rendering and 2d development.
talha
2024-04-16
Added refraction, albeit slightly limited
talha
2024-04-16
updated shaders and code for cubemaps
talha
2024-04-16
Learning cubemaps, added reflections
talha
2024-04-11
Completed framebuffers (chapter also gave a brief intro to kernels)
talha
2024-04-06
Completed blending
talha
2024-04-06
Update comments and understanding regarding disabling writing to stencil
talha
2024-04-06
Completed Stencil Testing
talha
2024-04-06
Completed Depth Testing
talha
2024-03-31
Completed lighting, Model loading
talha
2024-03-28
Finished lighting chapter
talha
2024-03-27
Added directional lighting, point lights
talha
2024-03-13
Did some work on materials, refactored a few things
talha
2024-03-12
Switched to clang on linux, updated shader to allow interactively
talha
2024-03-12
Updated project, fixed implicit type conversion issues
talha
2024-03-12
Updated gitignore
talha
2024-03-12
Added project files to git
talha