go-prototype is a golang libary for creating 2d games/ gui applications. It uses different gui libraries on differnet platforms. But, have comman interface to make the code cross-platform.
This repository is to provide the code to the viewers of the tutorial serise being streamed on the youtube. You can view the serise on Youtube playlist link.
Sample setup project
HelloWorld text example.
Moving ellipse with changing in colour with time.
Moving rectangle according to keybaord arrow button inputs.
Moving rectangle with mouse.
Prototype supports sound. This examples shows how you can trigger sound on event with example of key-press.
Add png image to stage.
You can scale and rotate png. See the example.