Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Fri, 05 Feb 2021 10:39:00 +0000 Show: Vibrant #graphics #ui A go port of the awesome Android Palette class aka Vibrant.js 18 points posted by tso https://github.com/generaltso/vibrant 232 Tue, 13 Oct 2015 04:56:00 +0000 Writing a ray tracer in go #graphics #series A series of articles on writing a ray tracer in Go<br> 15 points posted by gopher https://www.markphelps.me/tags/ray-tracer 2852 Thu, 26 Oct 2017 21:48:00 +0000 Gopherize - a gopher avatar creator #graphics Artwork by Ashley McNamara inspired by Renee French Web app by Mat Ryer 15 points posted by norbertfuhs http://gopherize.me 1616 Wed, 25 Jan 2017 20:37:00 +0000 Simplify - 3D mesh simplification in Go #graphics 12 points posted by Tim Donell https://github.com/fogleman/simplify 859 Fri, 27 May 2016 15:59:00 +0000 Arcgonaut - Creating Arc diagrams in Go #graphics Arcgonaut is written in Go. It uses Laurent Le Goff's draw2d for the imaging tools and Lucas Beyer's go-colorful for generating colors. The rest is a lot geometry/rescaling. 12 points posted by kenny https://github.com/MaxHalford/arcgonaut 287 Fri, 16 Oct 2015 19:41:00 +0000 go-gg - a plotting package for Go #graphics Plotting package for Go by aclements 11 points posted by kenny https://github.com/aclements/go-gg 1821 Sun, 26 Feb 2017 23:32:00 +0000 dithergo - dithering algorithms in Go #graphics Various dithering algorithms implemented in Go by esimov 11 points posted by kenny https://github.com/esimov/dithergo 1645 Mon, 30 Jan 2017 09:00:00 +0000 Primitive - reproducing images with geometric primitives #graphics #primitive <img src="https://camo.githubusercontent.com/5ddf1a295c7b04b519fdc8ed84d230ad1a816002/68747470733a2f2f7777772e6d69636861656c666f676c656d616e2e636f6d2f7374617469632f7072696d69746976652f6578616d706c65732f31363535303631313733382e3230302e3132382e342e352e706e67"> 11 points posted by kenny https://github.com/fogleman/primitive 1095 Wed, 21 Sep 2016 19:15:00 +0000 GoBenchUI - UI for overview of your package benchmarks progress #graphics #ui #tests 11 points posted by gopher https://github.com/divan/gobenchui 321 Mon, 19 Oct 2015 22:49:00 +0000 Ribbon diagrams of proteins in Go #data #science #graphics Ribbon diagrams of proteins in #golang. WIP. by fogleman 10 points posted by kenny https://github.com/fogleman/ribbon 1950 Thu, 16 Mar 2017 22:39:00 +0000 svg - parse the svg format with go #graphics 10 points posted by lolly https://github.com/rustyoz/svg 711 Thu, 17 Mar 2016 16:39:00 +0000 I rendered the Go gopher using Go #graphics 10 points posted by lolly https://github.com/fogleman/pt/blob/master/README.md 179 Wed, 07 Oct 2015 23:59:00 +0000 A Go 3D Game Engine #graphics #games G3N is a basic (for now!) OpenGL 3D game engine written in Go. G3N was heavily inspired and based on the three.js Javascript 3D library. If you are curious about G3N and would like to see it in action we recommend that you install the G3N demo program. 9 points posted by tollela https://github.com/g3n/engine 1921 Sun, 12 Mar 2017 23:50:00 +0000 tui-go - a UI library for terminal applications #graphics #cli 8 points posted by kenny https://github.com/marcusolsson/tui-go 2893 Sat, 04 Nov 2017 11:56:00 +0000 Video: Real-time graphic effect programming in Go #graphics <br> 7 points posted by Klaus Post https://www.youtube.com/watch?v=OETspf9Th2Y 3592 Wed, 03 Oct 2018 18:47:00 +0000 Video: Flappy Gopher III - Collision detection #graphics #tutorials The final episode of the Flappy Gopher trilogy! We'll cover how to detect collision between the bird and the pipes. Get ready from some mutual exclusion action! 7 points posted by tollela https://www.youtube.com/watch?v=jy9XKfYjtwE 1946 Thu, 16 Mar 2017 15:10:00 +0000 pt - a path tracer written in Go #graphics A path tracer written in Go. by fogleman 7 points posted by kenny https://github.com/fogleman/pt 1870 Sat, 04 Mar 2017 19:39:00 +0000 glhf - working with openGL In Go #graphics openGL Have Fun - A Go package that makes life with OpenGL enjoyable. by faiface 7 points posted by gopher https://github.com/faiface/glhf 1718 Sat, 11 Feb 2017 17:44:00 +0000 Sparse - working with the Android Sparse Image Format (simg2img) in go #graphics 7 points posted by drogo https://github.com/kristoiv/sparse 1375 Sat, 17 Dec 2016 11:06:00 +0000 photoprism - personal photo management powered by Go and Google TensorFlow #graphics <p>PhotoPrism is a server-based application for browsing, organizing and sharing your personal photo collection. It makes use of the latest technologies to automatically tag and find pictures without getting in your way. Say goodbye to solutions that force you to upload your visual memories to the cloud or pay monthly fees.</p> 5 points posted by kenny https://github.com/photoprism/photoprism 3606 Sat, 13 Oct 2018 19:35:00 +0000 gophers - Gopher Artwork by Ashley McNamara #graphics Gopher Artwork by Ashley McNamara by ashleymcnamara 5 points posted by norbertfuhs https://github.com/ashleymcnamara/gophers 1745 Wed, 15 Feb 2017 17:03:00 +0000 Generate identicons in Go #tutorial #graphics In this tutorial we are going to build a simple identicon generator in Go. The source code can be found here: Github repo. But what exactly is an Identicon? I think most of you are familiar with the standard logo you get when creating a new account on Github. 5 points posted by kenny http://blog.bartfokker.nl/identicon 1515 Thu, 12 Jan 2017 10:26:00 +0000 Ln - a 3D line art engine #graphics 5 points posted by drogo https://github.com/fogleman/ln 561 Fri, 05 Feb 2016 17:28:00 +0000 gwob - Go parser for Wavefront .OBJ 3D geometry file format #graphics 4 points posted by Everton Marques https://github.com/udhos/gwob 3878 Wed, 27 Mar 2019 16:58:00 +0000 Halftoning images with Go #graphics 4 points posted by kenny https://maxhalford.github.io/blog/halftoning-1 1282 Tue, 29 Nov 2016 14:09:00 +0000 Impressionist - A flexible image server written in Go #graphics #web 3 points posted by lolly https://github.com/jfbus/impressionist 205 Sat, 10 Oct 2015 16:48:00 +0000