Steve Yonkeuyokwejuste.hashnode.net·Jun 11, 2022The END of Atom Text EditorDevelopers keep on doing it great and breaking through different levels everyday, with their logic , algorithm and code, all together with an IDE or text editor, miracles are performed. An IDE? Ouff! I guess you'll ask me what is it? Stay back and do...10 likes·139 readsIDEs
Aryan Koundalaryankoundal.hashnode.net·Mar 23, 2023Diffuse Lighting Using OpenGLDiffuse lighting gives the object more brightness the closer its fragments are aligned to the light rays from a light source. To the left, we find a light source with a light ray targeted at a single fragment of our object. We need to measure at wha...5 likesopenGL
Satvik Srivastavasatviksrivastava.hashnode.net·Mar 3, 2023The easiest tutorial to setup OpenGL in VSCodeOpenGL is an API (Application Programming Interface) used for rendering 2D and 3D graphics. It provides a set of functions for creating and manipulating graphics objects such as vertices, textures, and shaders. To work with OpenGL, you have to import...1 like·240 readsopenGL
Aryan Koundalaryankoundal.hashnode.net·Mar 23, 2023Diffuse Lighting Using OpenGLDiffuse lighting gives the object more brightness the closer its fragments are aligned to the light rays from a light source. To the left, we find a light source with a light ray targeted at a single fragment of our object. We need to measure at wha...5 likesopenGL
Satvik Srivastavasatviksrivastava.hashnode.net·Mar 17, 2023Line Drawing Algorithms in Computer GraphicsNow, there are various ways for drawing lines in OpenGL, I will be using the classical algorithms - Digital Differential Analyzer (DDA) and Bresenham Line Drawing Algorithms. Digital Differential Analyzer (DDA) Line Drawing Algorithm #include <iostre...2Articles1Week
Satvik Srivastavasatviksrivastava.hashnode.net·Mar 17, 2023Drawing a circle in OpenGLDo you ever stop and wonder how graphics have come so far? In the early days of computer graphics, creating curves and circles involved complex mathematical calculations and programming. Today, thanks to the incredible advancements in technology, we ...2Articles1Week
Satvik Srivastavasatviksrivastava.hashnode.net·Mar 3, 2023The easiest tutorial to setup OpenGL in VSCodeOpenGL is an API (Application Programming Interface) used for rendering 2D and 3D graphics. It provides a set of functions for creating and manipulating graphics objects such as vertices, textures, and shaders. To work with OpenGL, you have to import...1 like·240 readsopenGL
Edward Osaretin Obohedwardoboh.hashnode.net·Jan 24, 2023Computer Graphics - 101I am currently learning OpenGL and WebGL and in the series of blog posts to follow, I would be documenting my progress. This is to help me and also help anyone who has some experience with computer graphics but isn't exactly a professional in the fie...computer graphics
Steve Yonkeuyokwejuste.hashnode.net·Jun 11, 2022The END of Atom Text EditorDevelopers keep on doing it great and breaking through different levels everyday, with their logic , algorithm and code, all together with an IDE or text editor, miracles are performed. An IDE? Ouff! I guess you'll ask me what is it? Stay back and do...10 likes·139 readsIDEs
Tomasz Węgrzanowskitaw.hashnode.net·Dec 30, 2021100 Languages Speedrun: Episode 41: WebGL Shader LanguageWebGL lets websites use GPU. To simplify things a lot, the way GPUs work is: you send them some scene description, mostly a lot of triangles and their associated data GPU runs "vertex shader" for every corner of the triangle to determine where it sh...48 reads100 Languages SpeedrunWebGL
Eser Ozvatafforopencast.coeser-1658092257740.hashnode.net·Sep 20, 2008OpenGL lisans değiştirdiYazılımlar hakkında ufak tefek bilgi sahibiyseniz mutlaka her yazılımın kullanıcıları, geliştiricileri ve sahipleri ile aralarında bir “sözleşme” olduğunun farkındasınızdır. Bunların en bilinenleri Microsoft’un son kullanıcılar için EULA’sı, GNU’nun ...openGL