DemonTPx / go-view

Simple image viewer using SDL and OpenGL

Repository from Github https://github.comDemonTPx/go-viewRepository from Github https://github.comDemonTPx/go-view

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}

About

Simple image viewer using SDL and OpenGL


Languages

Language:Go 99.5%Language:Makefile 0.5%