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
A basic renderer that can render textures on a screen built from scratch using OpenGL
The following renderer takes a image source, passes it through a shader program file written in GLSL
and rasterizes the image on a screen/window application.