Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajstarks/dotgo-otherside

Slides for dotGo 2015
https://github.com/ajstarks/dotgo-otherside

art code deck go golang graphics-api graphics-programming presentation-slides

Last synced: 17 days ago
JSON representation

Slides for dotGo 2015

Awesome Lists containing this project

README

        

# The Other Side of Go: Programming Pictures
## presented at [dotGo Paris](http://www.dotgo.eu), November 9, 2015
![](page1.png)

## Colophon

This deck uses [Fira Sans, Fira Mono](https://en.wikipedia.org/wiki/Fira_Sans), and
[Charter](https://en.wikipedia.org/wiki/Bitstream_Charter).

The command line to generate the deck

$ pdfdeck pdfdeck -pagesize 1920,1080 -mono FiraMono-Regular -sans FiraSans-Regular -serif Charter\ Regular dotgo.xml

The fonts are stored in $DECKFONTS, generated from TrueType files with the ```makefont``` utility
from the [gofpdf](https://github.com/jung-kurt/gofpdf) package.

$ cd $DECKFONTS
$ makefont -embed /path/to/ttf-file

The [video](https://www.youtube.com/watch?v=nuDO1oQxARs) is also online.