Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 514 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 514 Bytes

sort algorithm visualizer

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

heapSort

build

Download or clone repository

git clone https://github.com/rzaf/sortVisualizer.git

cd sortVisualizer
go get -u github.com/gen2brain/raylib-go/raylib
go run cmd/sort-visualizer/main.go

Binary should be in same directory as resources directory