bresenham-algorithm
There are 96 repositories under bresenham-algorithm topic.
Bresenham-Vector-Fields
Visualisation of 2D Vector fields using Bresenham's algorithms
paintEmOpenGL
✍🎨 Programa que faz diversos tipos de desenho geométricos na tela.
points-transform
Computer vision - Bresenham line, translation, scale, rotation and Euler angles applied in points
ufrr-15.2-cg-circunferencia
Trabalho sobre Renderização de Circunferência desenvolvido durante a disciplina de Computação Gráfica 2015.2 do curso de Ciência da Computação da Universidade Federal de Roraima
ufrr-15.2-cg-retas
Trabalho sobre Renderização de Retas desenvolvido durante a disciplina de Computação Gráfica 2015.2 do curso de Ciência da Computação da Universidade Federal de Roraima
LinesAndCircles
Bresenham's line algorithm
Bresenham-LoS
A short C implementation of the Bresenham line drawing algorithm for LoS checking purpouses
Lines-and-fills
A collection of programs used for a presentation about some drawing-related algorithms.
ComputerGraphics
Working with Images and Graphics
GUI-calculo-de-algoritmos
Proyecto universitario de desarrollo de interface de usuario en la que se grafica diferentes formas geométricas en base a algoritmo de generación de puntos eficientes computacionalmente.
GraphLineX
GraphLineX is a Django web application for generating and visualizing plots using various line-drawing algorithms. It supports DDA, Bresenham, and Midpoint algorithms, and features a history function to view previously generated plots. Explore interactive plot viewing and track your graphical creations with ease.
2D-Line-Drawing-Algorithms
This repo showcases 2D line drawing using Bresenham, Midpoint, and Parametric algorithms with SDL. It includes features for clearing the screen, drawing pixels and markers, and generating random lines. Press 1, 2, or 3 to draw lines in red, green, or blue. Press 4 to clear the screen and display a starry sky.
OpenGL-DDA-Bresenham
Implementation of DDA and Bresenham line drawing algorithms using OpenGL for visualizing various line styles in a graphical interface.
Computer-Graphics-Lab-Solution
This repository provides solutions for computer graphics lab exercises and projects. It includes code examples, explanations, and visual outputs to aid in understanding concepts such as 2D/3D transformations, shading, and ray tracing. Ideal for students and enthusiasts in computer graphics.
Bresenham-Line-Algorithm-Demo
GLSL Shader for visualizing Bresenham's Line Algorithm written in ShaderToy
OccupancyGridMapping
Repository to create occupancy grid map from rosbag file containing lidar and wheel odometry data in ROS2
ComputerGraphics
Versatile rendering widget implemented in C++ using the Qt framework and is built using CMake and use it to draw elementary shapes and functionality
polygonal-markers-detector
The goal of this project is to detect, for each frame of any video belonging to the given dataset, the round markers appearing on the turn-table in the video. Such markers are detected, identified and their position and identities are stored as an output.
drawing-algorithms
Line and circle drawing algorithms implemented in Java.
Cg-Source-Code
A collection of projects and code implementations related to computer graphics concepts that I worked on during my 5th semester.
bresenham-line-plotter
Plots lines on a pixelated grid using Bresenham's line algorithm. Written in p5.js!
olc-bresenham
Implementation of Bresenham's line algorithm for plotting curves.
Bresenham-Circle-Algorithm
This is an assignment for a computer graphics course
line-drawer
Bresenham's line algorithm (maybe)
C-PlusPlus-Library
My works in C++ language.
bresenham-fpga
Verilog Implementation of Bresenham Circle Drawing Algorithm
Graphics-and-Multimedia-LabWork
Programs, reports, documentation, and screenshots implemented and designed for the laboratory coursework on UCS1712: Graphics and Multimedia course.
bresenham
Bresenham's line algorithm
Computer-Graphics-Algorithms
Drawing System Algorithms
fdf
3D Wireframe Viewer
42_FdF
FdF is a 42 project that involves rendering and manipulating 3D maps using the minilibx library, implementing features like data parsing, line drawing algorithms, projections, and interactive controls.
bresenham_zip
Extension of the Bresenham algorithm to ease its use with triangles rasterization
Computer-Graphics-Lab
This repository contains some of the experiments that are covered in Computer Graphics Lab.
bresenham-algorithm
The code implements Bresenham's algorithm.
fdf
Simple graphic project on C