/go-view

Simple image viewer using SDL and OpenGL

Primary LanguageGo

Go view

Simple image viewer using SDL and OpenGL

Prerequisites

sudo apt install libsdl2{,-image,-mixer,-ttf,-gfx}-dev  # Debian/Ubuntu
sudo dnf install SDL2{,_image,_mixer,_ttf,_gfx}-devel   # Red Hat/Fedora
go get -v github.com/veandco/go-sdl2/{sdl,img,mix,ttf}