Difference between revisions of "GraphicsHackspace"

From London Hackspace Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
[[File:graphicshackspace.png|200px|thumb|right|Our lil funky logo, based on the Amiga bouncing ball]]
 
[[File:graphicshackspace.png|200px|thumb|right|Our lil funky logo, based on the Amiga bouncing ball]]
  
Graphics Hackspace is a meetup at the London Hackspace for these people interested in Computer Graphics, Computer Vision and digital art. We run classes, have presentations and drink beer on occasion!
+
Graphics Hackspace ws a meetup at the London Hackspace for these people interested in Computer Graphics, Computer Vision and digital art. It has since been disbanded.
 
 
 
 
=Workshops and Classes=
 
 
 
==Beginners OpenGL Workshop 26/05/2013 - 10:30am till 4pm ==
 
 
 
 
 
===Content===
 
 
 
This is our first class on the basics of OpenGL. We will cover the following topics
 
 
 
* Overview of the graphics pipeline
 
* Introduction to matrices, vectors and a little math
 
* Introduction to creating a context and clearing the screen! Very important! :D
 
* Introduction to buffers and geometry
 
* GLSL Shaders version 1.5 (and touching on later versions)
 
* Your first triangle
 
* Your first animation
 
 
 
If you have any more questions, please email [[User:Oni|Oni]] - '''oni@benjaminblundell.com'''
 
 
 
===Signup===
 
 
 
Please add your name to the class list here, along with your email address so we know how many people to expect.
 
 
 
* Benjamin Blundell - oni@section9.co.uk
 
* Tom Mulvaney - mulvaney.tom@gmail.com
 
* [[User:Ms7821|Mark]] - marksteward@gmail.com
 
* [[User:Stugrey|Stu Grey]] - stugrey@stugrey.com
 
* Lorna Harper - lornaharper01@gmail.com
 
* Charlie Grosvenor - charlie@cgrosvenor.co.uk
 
 
 
===Requirements===
 
 
 
* A laptop running OSX, Windows or Linux
 
* Git (you'll need to checkout the source code)
 
* The love of computer graphics! :)
 
* A good editor!
 
* The BOOST Library for C++
 
* Basic C++ Knowledge
 
* The source code and examples for the class - '''TO BE RELEASED VERY SOON'''
 
* CMake
 
 
 
On '''Windows''' you will need:
 
 
 
* Visual Studio 2010 with service pack 1
 
* Boost built and installed
 
* Git for Windows
 
* A Good editor of somekind
 
 
 
On '''OSX''' you will need:
 
 
 
* XCode developer tools
 
* A good command line program like iTerm (though terminal will do)
 
 
 
On '''Linux''' you will need:
 
 
 
* GCC and all the usual build tools
 
* A good editor
 

Latest revision as of 19:16, 1 February 2016

Our lil funky logo, based on the Amiga bouncing ball

Graphics Hackspace ws a meetup at the London Hackspace for these people interested in Computer Graphics, Computer Vision and digital art. It has since been disbanded.