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

https://github.com/rzaf/sortvisualizer

sort algorithm visualizer in go
https://github.com/rzaf/sortvisualizer

go raylib raylib-go sort-algorithm-visualiser sorting-visualization

Last synced: 10 months ago
JSON representation

sort algorithm visualizer in go

Awesome Lists containing this project

README

          

# sort algorithm visualizer
sort algorithm visualizer made in go using raylib-go (go binding of raylib)

![heapSort](resources/heap.gif)

# build
Download or clone repository
```sh
git clone https://github.com/rzaf/sortVisualizer.git

cd sortVisualizer
go get -u github.com/gen2brain/raylib-go/raylib
```

```sh
go run cmd/sort-visualizer/main.go
```
Binary should be in same directory as `resources` directory