Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.17 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.17 KB

VisualiZer

display your A and B stacks for the push_swap project at school 42

Installation (No Suprapack)

git clone https://gitlab.com/nda-cunh/visualizer-push-swap

dependency :

  • gtk4
  • (C-compiler) and (valac optional can bootstrap)

With Shell script:

./install.sh

With Meson build:

meson build --prefix=$PWD --bindir=''
ninja -C build install

Installation (With Suprapack)

suprapack install visualizer-pushswap

----------------------------------------------------

how use it ???

it search your push_swap here: ./push_swap or ../push_swap

./visualiser [1-1000]

please use visualizer --help



[ F.A.Q ]

Why my window is not in black-mode ?:

you need change your gtk theme you can download it here:
https://www.pling.com/browse?cat=135

I don't understand why but my page is stuck when loading

your push_swap is great in an infinite loop

I can't compile it ???

install libgtk-4-dev and valac or use suprapack (package manager)



Note

I also have a push_swap tester (linux)

https://github.com/nda-cunh/push_swap_tester