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

https://github.com/enoumy/trying-out-codespaces2


https://github.com/enoumy/trying-out-codespaces2

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# WIP

Thus far there's just an implementation - or rather ripoff - of [Bresenham's
algorithm](http://members.chello.at/easyfilter/bresenham.html).

```
xxx....................
...xxxxxx..............
.........xxxxx.........
..............xxxxxx...
....................xxx
....................xxx
..............xxxxxx...
.........xxxxx.........
...xxxxxx..............
xxx....................
xxx....................
...xxxxxx..............
.........xxxxx.........
..............xxxxxx...
....................xxx
....................xxx
..............xxxxxx...
.........xxxxx.........
...xxxxxx..............
xxx....................
```