Computer Graphics - Lab assignments
-
Updated
Jul 4, 2021 - C++
Computer Graphics - Lab assignments
Code Repository for Computer Graphics Theory and Sessional!
Algorithms for Computer Graphics
Computer Graphics built using Win32 Desktop Applications with C++. Depends on input taken from mouse clicks. Building computer graphics from scratch using mathematical equations and problem solving with C++. Implementing the most famous computer graphics algorithms from scratch.
Line clipping in clean, simple, modern Fortran and Python
Visualise various Line Clipping Algorithms such as Mid-Point, Cohen Sutherland & Cyrus Beck
Neste repositório encontra-se todos os códigos das aplicações desenvolvidas no decorrer dos ICV's
POC of (poly)line clipping using WebGPU's compute shaders
Computer Graphics algorithms in P5JS
Cohen–Sutherland is a Line Clipping Algorithm used to Determine which Portions of a Line Segment are Visible within a Rectangular Viewport (or Clipping Window) in 2D Space—Dividing the 2D Space into 9 Regions, Assigns a 4-bit Region Code (Outcode) to Each Endpoint of the Line Indicating its Position Relative to the Viewport
The fast line clipping algorithm that reduces the chances of clipping a single line segment multiple times, as may happen in the Cohen-Sutherland algorithm
Cohen Sutherland line clipping in Pascal
Liang Barsky line clipping algorithm cpp code with all intermediate steps
An implementation of cyrus-beck algorithm with visual GUI
College Assignment to show working of Cohen Sutherland Line Clipping Algorithm in Computer Graphics
Computer Graphics programs in C++ with graphics.h, covering DDA, Circle Drawing, Clipping, and 3D shapes. Educational examples for B.Tech coursework.
Lab Work done as a part of course-CO352
Lab works of CSE222: Computer Graphics Lab course.
2D Cohen Sutherland Line Clipping using Java
Add a description, image, and links to the line-clipping topic page so that developers can more easily learn about it.
To associate your repository with the line-clipping topic, visit your repo's landing page and select "manage topics."