From 6b9d84a6d1f44e32a8a32f890a1fe63327a3ac72 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 4 Jan 2015 01:50:11 -0800 Subject: [PATCH] Add go-collada, a Go package for working with the Collada file format. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd68d8a..f4ab1972 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library. * [go3d](https://github.com/ungerik/go3d) - A performance oriented 2D/3D math package for Go * [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A* path finding algorithm +* [go-collada](https://github.com/GlenKelley/go-collada) - Go package for working with the Collada file format. * [gonet](https://github.com/xtaci/gonet) - A game server skeleton implemented with golang