An open API service indexing awesome lists of open source software.

https://github.com/davidvarshanidze/bresenham-s-line-algorithm


https://github.com/davidvarshanidze/bresenham-s-line-algorithm

Last synced: 3 months ago
JSON representation

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
```