Browse topics
Tutorials
Computer Graphics Programs Using C Programming
Computer Graphics Programs Using C Programming — articles and guides on Thiyagaraaj.com.
Computer Graphics2D Scaling Program in C: Graphics Transformation ExampleIn computer graphics, scaling is a fundamental transformation that alters the size of an object while preserving its shape. It is commonly used to zoom in or ouComputer Graphics2D Rotation Program Using C ProgrammingA C program for 2D rotation in computer graphics — the rotation formula, complete source code, and sample output using graphics functions.Computer Graphics2D Translation Rectangle Program Using C ProgrammingA C program to translate a rectangle in computer graphics — how 2D translation moves an object across coordinates, with full source code and output.Computer Graphics2D Translation Triangle Program Using C ProgrammingWelcome to the "2D Translation Triangle Program Using C Programming" tutorial. In this tutorial, we will explore a C program that demonstrates the translation oComputer GraphicsBresenham's Line Drawing AlgorithmBresenham's Line Drawing Algorithm — a fast, integer-only method to draw lines on a raster grid, with the step-by-step logic and a C program.Computer GraphicsBresenham's Circle Drawing Algorithm Using C ProgrammingBresenham's Circle Drawing Algorithm is a simple and efficient method used to draw circles on a digital screen or a graphics window. It was developed by Jack E.Computer GraphicsText Animation Program Using C ProgrammingText animation is a captivating technique used to add visual appeal to various applications and projects. It involves displaying text in a dynamic and moving maComputer Graphics3D Translation Program Using C ProgrammingThis blog post introduces a simple 3D Translation program using C programming language. The program allows users to create and translate a 3D rectangle in a graComputer Graphics3D Scaling Program Using C ProgrammingWelcome to the 3D Scaling Program using C programming. This program demonstrates a basic implementation of 3D scaling, a fundamental concept in computer graphicComputer Graphics3D Rotation Program Using C ProgrammingIn computer graphics, 3D transformations play a crucial role in manipulating objects in a three-dimensional space. One of the fundamental transformations is rotComputer GraphicsDDA Line Drawing Algorithm Using C ProgrammingDDA Line Drawing Algorithm in C — how the Digital Differential Analyzer plots line points step by step, with complete source code and output.Computer GraphicsFundamental Graphics FunctionsGraphics programming in C allows you to create visual elements and interactive designs using the fundamental graphics functions provided by the graphics.h libraComputer GraphicsLine Clipping Program Using C ProgrammingLine clipping is an essential technique used in computer graphics to determine which portions of a line lie within a specified window or viewport. The Cohen-SutComputer GraphicsMidpoint Circle Algorithm Using C ProgrammingThe "Midpoint Circle Algorithm" is a classic computer graphics algorithm used to draw circles on a pixel grid. It is an efficient and elegant way to generate th
Related topics
Computer Graphics Computer Graphics — articles and guides on Thiyagaraaj.com. HTML Example Programs HTML Example Programs — articles and guides on Thiyagaraaj.com. Introduction Of Cryptography Introduction Of Cryptography — articles and guides on Thiyagaraaj.com. Unix Network Programming Example Programs Unix Network Programming Example Programs — articles and guides on Thiyagaraaj.com.