A very simple PNG tubing application written in c for linux. It uses the sdl library. Theres no WINDOWS support at the moment.
- You're gonna need the following packages
gcc make libsdl2-dev libsdl2-image-dev libasound2-dev
- If you're on a Debian based distro run
sudo apt-get install build-essential make git libsdl2-dev libsdl2-image-dev libasound2-dev
- If you're on a Arch based distro run
sudo pacman -S base-devel make git sdl2_image
- Clone this repo and run
make
git clone https://github.com/FPGA21/png-tubing-with-sdl/
cd png-tubing-with-sdl && make
- run the program within the directory using
./game