https://github.com/plcodingstuff/bresenham-line-algorithm
A reconstruction of Bresenham's line algorithm, written in C with OpenGL.
https://github.com/plcodingstuff/bresenham-line-algorithm
Last synced: 12 months ago
JSON representation
A reconstruction of Bresenham's line algorithm, written in C with OpenGL.
- Host: GitHub
- URL: https://github.com/plcodingstuff/bresenham-line-algorithm
- Owner: PLCodingStuff
- License: mit
- Created: 2023-06-19T07:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T08:06:11.000Z (over 2 years ago)
- Last Synced: 2025-01-11T15:23:25.783Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bresenham-Line-Algorithm
A reconstruction of Bresenham's line algorithm, written in C with OpenGL.