News

Understanding translation and transformation is crucial in computer graphics. We have implemented 2D translation and transformation algorithms to demonstrate how objects can be moved, scaled, and ...
Computer-Graphics-Algorithm...For Line(DDA Line Algorithm, Bresenham's Line Algorithm)...For Circle(Mid - Point Circle Algorithm)...For Transformation(2d transformation algorithm) ...
A computer graphics algorithm is a set of instructions that tells the computer how to generate or transform an image, such as drawing a shape, applying a texture, or adding lighting effects.
One of the simplest and fastest ways to detect collisions between objects is to use axis-aligned bounding boxes (AABB) or circles. An AABB is a rectangular shape that encloses an object, aligned ...
Abstract: One of the most important and useful ideas in 2D computer graphics is the fill ... The next big step was Alvy Ray Smith's 24-bit flood-fill algorithm, which also included tint fill. Change ...
Abstract: An optimized rendering algorithm of the OpenVG 2D vector graphics for hardware implementation is presented in this paper. In the rendering algorithm we adopted a hybrid of raster and vector ...