Viktor Suprun

Results 3 issues of Viktor Suprun

Example code for drawing **RED** square: ```go package main import ( "github.com/veandco/go-sdl2/sdl" "image/color" "os" ) const width, height = 100, 100 func main() { if err := sdl.Init(sdl.INIT_EVERYTHING); err !=...

solved?

After upgrade ubuntu to 16.04 idle_master displays the warning: ``` [popsul] idle_master_py/Releases/Linux [master] M?? % python2 ./start.py [ 03/11/2016 06:55:42 PM ] WELCOME TO IDLE MASTER [ 03/11/2016 06:55:42 PM...