Skip to content

Commit 6644e45

Browse files
committed
update the readme
1 parent 551e686 commit 6644e45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StylishVisualizer
22
This is a program which visualizes a bunch of [sorting algorithms](https://en.wikipedia.org/wiki/Sorting_algorithm).
3-
Made in C++17 using [SFML](https://github.com/SFML/SFML) 2.6.1, [ImGui](https://github.com/ocornut/imgui) 1.88 (+[imgui-sfml](https://github.com/eliasdaler/imgui-sfml) 2.6) and [ImPlot](https://github.com/epezent/implot) 0.16, the code is completely cross platform (checkout the [releases](https://github.com/CosminPerRam/StylishVisualizer/releases) page)!
3+
Made in C++17 using [SFML](https://github.com/SFML/SFML) 3.0.0, [ImGui](https://github.com/ocornut/imgui) 1.91.1 (+[imgui-sfml](https://github.com/eliasdaler/imgui-sfml) 3.0) and [ImPlot](https://github.com/epezent/implot) (`master`), the code is completely cross platform!
44

55
![Default Interface](.github/readme/interface_default.png)
66
![Sorting ](.github/readme/sorters_variety.jpg)
@@ -39,7 +39,7 @@ cmake -B build
3939
cmake --build build --config Release
4040
```
4141
*Note:* Every dependency is handled by cmake.
42-
*Windows note:* After building, you need to copy `openal32.dll` (it's at `build\_deps\sfml-src\extlibs\bin\`) to the `sorting-visualizer.exe`'s directory.
42+
*Linux note:* Additional system dependencies are needed for SFML, check [the docs](https://www.sfml-dev.org/tutorials/3.0/getting-started/build-from-source/#introduction) or the [github actions workflow file](.github/workflows/ci.yml).
4343

4444
## Special thanks
4545
[@ChrisTrasher](https://github.com/ChrisThrasher) - for the cmake script, CI script and testing.

0 commit comments

Comments
 (0)