Rishabh KarnadforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Feb 22, 2021FeaturedRecreating Real-World Terrain With React, Three.js & WebGL ShadersFlight Simulator, Heard Of It? You might know about Microsoft's Flight Simulator release in August last year and like me, if you're interested in flight simulators or photorealistic recreations of real life places, you might have spent a lot of time ...Edidiong Asikpo (Didi) and 7 others are discussing this8 people are discussing thisDiscuss·160 likes·47.0K readsReactReact
Hulya Karakayahulyakarakaya.hashnode.net·Mar 24, 2021Free Digital Assets for Your Projects from 40+ WebsitesHello friends, thanks for reading my 50 Free Websites For Learning How to Code post yesterday, if you didn't see it, you can check it out here. Today, I have decided to write about Free Illustration websites. I hope you will find it useful, if you kn...Shamaayil Ahmed and 2 others are discussing this3 people are discussing thisDiscuss·46 likes·606 readswebsite
gal bartouvbartouv.hashnode.net·Jan 6, 2023Fighting Entropy In Unity - Optimizing Draw CallsAs a game developer, it’s important to learn about draw calls because they can have a big impact on the performance and success of your game. By optimizing the number of draw calls in your game, you can make it run smoothly on a wider range of device...Discuss·20 likes·193 readsunity
Arvind Kumarhikaru117.hashnode.net·Apr 20, 2023Creating a stylized grass shader using Unity Shader Graph. (Part-2)In the previous part, we made a customizable stylized grass shader. In this part, we'll be adding animation to create the wind effect. Introduction The way we are trying to achieve wind effect will be split into two methods. The first method will be ...Discuss·27 readsCreating shadersunity
Abhijeet Kumarknowledgekumar.hashnode.net·Apr 9, 2023Web GPU: Unleashing the Power of Graphics on the WebWeb GPU: A New Frontier in Web Graphics The world of web graphics is constantly evolving, and with the advent of Web GPU, a new frontier has been opened up for developers and designers. Web GPU is an emerging web standard that brings the power of mod...DiscussGoogle
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...Discuss·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...Discuss2Articles1Week
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 ...Discuss2Articles1Week
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...Discuss·1 like·240 readsopenGL
Aryan Koundalaryankoundal.hashnode.net·Feb 23, 2023Computer Graphics | Program to Draw Graphics Objects using built-in C++ functionsBy the end of this blog, you will be able to draw Pixels, Lines, Circles, Rectangles, and Ellipses. To start with Computer Graphics using C++, you must import the graphics library. // Graphics Library for C++ #include <graphics.h> After this. you ca...Discussgraphics
Arvind Kumarhikaru117.hashnode.net·Feb 22, 2023Creating a stylized grass shader using Unity Shader Graph. (Part-1)Hello everyone, This is a breakdown of the stylized grass shader I made for our game Trials For Paradise. Introduction When we started developing the game we wanted it to have a stylized art style, So I started looking around the web for inspiration....Discuss·1 like·98 readsCreating shadersunity
Fatima Alifa994.hashnode.net·Feb 15, 2023Introduction to GUI using PyQtPyQt is a Python library used for creating graphical user interfaces (GUIs) for desktop applications. It is a set of Python bindings for the Qt application framework, which is a popular and powerful C++ GUI toolkit used for building cross-platform ap...Discuss·1 like·43 readsPython
Devang Manjramkardevcodeking.hashnode.net·Feb 4, 2023Unlock the Power of WebGL: Create Beautiful and Immersive User Experiences NowIntroduction to WebGL 💻 Web Graphics Library (WebGL) is a low-level, cross-platform, and hardware-accelerated JavaScript API for rendering interactive 3D graphics within web browsers 💻💥. It's designed to be integrated into web technologies such as...Discuss·34 readsWebGL