Popularity
0.7
Stable
Activity
0.0
Stable
6
1
0

Description

Lib to create 2d games with Go

Programming language: Go
Tags: Go Game     Game Development     Graphics     2D Drawing    

canvas2d alternatives and similar packages

Based on the "Game Development" category.
Alternatively, view canvas2d alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of canvas2d or a related project?

Add another 'Game Development' Package

README

canvas2d

Lib to create 2d games with Go

To install use: go get -u github.com/WesleiRamos/canvas2d

Require: gl https://github.com/go-gl/gl glfw https://github.com/go-gl/glfw gltext https://github.com/go-gl/gltext go-winaudio https://bitbucket.org/StephenPatrick/go-winaudio

Agar.io clone

example1

FlappyBird clone

example2