display your A and B stacks for the push_swap project at school 42
git clone https://gitlab.com/nda-cunh/visualizer-push-swap
- gtk4
- (C-compiler) and (valac optional can bootstrap)
./install.sh
meson build --prefix=$PWD --bindir=''
ninja -C build install
suprapack install visualizer-pushswap
----------------------------------------------------
it search your push_swap
here: ./push_swap
or ../push_swap
./visualiser [1-1000]
please use visualizer --help
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)
I also have a push_swap tester (linux)