This collection includes various programs.
A lot of them deal with an implementation of specific algorithms.
This repository serves to test them using Processing.
Please link to this repository if you use the code or the generated visualizations.
Thank you.
- Bresenham's Algorithm (line rasterization)
- Bresenham's Algorithm (circle rasterization)
- DDA Integer Version (line rasterization)
- Sutherland-Hodgman (2D polygon clipping)
- Inside-Outside test visualization [Geogebra file]
- line-line intersection visualization [Geogebra file]