!(pss.png)[Popel Schnipsing Studios]
My attempt to create a "forever-enviroment" for 2d games.
Install sdl2 on your system via package manager.
sudo apt install libsdl2-dev libsdl2-2.0-0 -y;
sudo apt install libjpeg-dev libwebp-dev libtiff5-dev libsdl2-image-dev libsdl2-image-2.0-0 -y;
sudo apt install libmikmod-dev libfishsound1-dev libsmpeg-dev liboggz2-dev libflac-dev libfluidsynth-dev libsdl2-mixer-dev libsdl2-mixer-2.0-0 -y;
sudo apt install libfreetype6-dev libsdl2-ttf-dev libsdl2-ttf-2.0-0 -y;
wget -qO - https://nim-lang.org/choosenim/init.sh | sh
git clone https://github.com/heckermanmajo/nimlove
cd nimlove
nimble install # install dependencies (sdl2)
nimble compall
nimble rall