Skip to content

Instantly share code, notes, and snippets.

View willbamford's full-sized avatar

Will Bamford willbamford

  • Twinkl
  • Chester
  • 12:38 (UTC)
View GitHub Profile
@willbamford
willbamford / Dockerfile
Last active July 8, 2016 10:03 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world
@willbamford
willbamford / README.md
Created December 23, 2015 14:37 — forked from bsergean/README.md
Anti-aliasing (FXAA) with headless-gl and three.js

Aliased

Anti-aliased

Getting the code