From c126ea323c3f26d5f8a4b5322145883c3c5d142e Mon Sep 17 00:00:00 2001 From: Erik Unger Date: Tue, 8 Jul 2014 15:14:10 +0200 Subject: [PATCH 1/2] added go3d under Game Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed1da663..e508d3a5 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [GarageEngine](https://github.com/vova616/GarageEngine) - 2d game engine written in Go working on OpenGL. * [fungo](https://github.com/beoran/fungo) - Fun Unified Game library for te gO Programming language. +* [go3d](https://github.com/ungerik/go3d) - A performance oriented 2D/3D math package for Go * [go-rpg](https://github.com/viking/go-rpg) - Go package for creating role playing games * [terrago](https://github.com/sarenji/terrago) - Fractal terrain generator in Go. * [glop](https://github.com/runningwild/glop) - Glop (Game Library Of Power) is a fairly simple cross-platform game library. From a9fcccde350445677f34e106906f655dfd230a3c Mon Sep 17 00:00:00 2001 From: Erik Unger Date: Tue, 8 Jul 2014 15:22:35 +0200 Subject: [PATCH 2/2] added go-rest --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e508d3a5..2e3f0ce1 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gocraft/web](https://github.com/gocraft/web) - A mux and middleware package in Go. * [Goji](https://goji.io) - Goji is a minimalistic web framework for Golang that's high in antioxidants. * [Gorilla](http://www.gorillatoolkit.org/) - Gorilla is a web toolkit for the Go programming language. +* [go-rest](https://github.com/ungerik/go-rest) - A small and evil REST framework for Go * [httprouter](https://github.com/julienschmidt/httprouter) - A high performance router. Use this and the standard http handlers to form a very high performance web framework. * [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333. * [Martini](http://martini.codegangsta.io/) - Martini is a powerful package for quickly writing modular web applications/services in Golang.