https://github.com/davidvarshanidze/bresenham-s-line-algorithm
https://github.com/davidvarshanidze/bresenham-s-line-algorithm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidvarshanidze/bresenham-s-line-algorithm
- Owner: davidvarshanidze
- Created: 2025-02-26T09:52:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T09:42:04.000Z (3 months ago)
- Last Synced: 2025-02-28T16:35:57.786Z (3 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bresenham-s-line-algorithm
I used this compiler command to compile SDL window, I was using macbook that is why there is homebrew mentioned, if your PC tracks dynamic libraries automatically you don't need to include anything
```bash
g++ line.cpp -I/opt/homebrew/include -L/opt/homebrew/lib -lsdl2
```