line-clipping
There are 18 repositories under line-clipping topic.
GokuGhoul/Open-GL
Computer Graphics - Lab assignments
Sarah-Hesham-2022/ComputerGraphics-Algorithms-With-CPP
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.
sagar0710/Computer-Graphics-Algorithms
Algorithms for Computer Graphics
zarif98sjs/CSE-409-410-Computer-Graphics
Code Repository for Computer Graphics Theory and Sessional!
scivision/lineclipping-python-fortran
Line clipping in clean, simple, modern Fortran and Python
JigyasuPrakash/verve
Visualise various Line Clipping Algorithms such as Mid-Point, Cohen Sutherland & Cyrus Beck
KhanShaheb34/ComputerGraphics-P5
Computer Graphics algorithms in P5JS
Matozinho/ICV_Active_Learning_CG
Neste repositório encontra-se todos os códigos das aplicações desenvolvidas no decorrer dos ICV's
handylim/Nicholl-Lee-Nicholl-Algorithm
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
Amagnum/Liang-Barsky-line-clipping-algorithm-cpp
Liang Barsky line clipping algorithm cpp code with all intermediate steps
omarreis/CohenSutherland
Cohen Sutherland line clipping in Pascal
GravityTwoG/computer-graphics
Computer Graphics Algorithms
kuldeept70/Cohen-Sutherland-LineClipping
College Assignment to show working of Cohen Sutherland Line Clipping Algorithm in Computer Graphics
sjbushra/CohenSutherlandClipping
2D Cohen Sutherland Line Clipping using Java
peterdee/pascal-line-clipping
Line Clipping demo with Pascal
pockemon/Computer-Graphics-Lab
Lab Work done as a part of course-CO352
rochanaro/computerGraphics
Cohen-Sutherland Line Clipping Algorithm implementation using c++ openGL