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
- Host: GitHub
- URL: https://github.com/rzaf/sortvisualizer
- Owner: rzaf
- License: mit
- Created: 2023-08-07T10:58:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T12:25:14.000Z (over 1 year ago)
- Last Synced: 2025-04-12T02:12:01.915Z (10 months ago)
- Topics: go, raylib, raylib-go, sort-algorithm-visualiser, sorting-visualization
- Language: Go
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sort algorithm visualizer
sort algorithm visualizer made in go using raylib-go (go binding of raylib)

# 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