Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/vala-genie-opengl

Teaching myself Vala + Genie and OpenGL
https://github.com/mikesmullin/vala-genie-opengl

Last synced: about 1 month ago
JSON representation

Teaching myself Vala + Genie and OpenGL

Awesome Lists containing this project

README

        

just teaching myself Vala + Genie and OpenGL

see also: http://live.gnome.org/Vala/OpenGLSamples

installing on Ubuntu 11.10 64-bit

# install vala

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7DAAC99C
sudo add-apt-repository ppa:vala-team
sudo apt-get update
sudo apt-get install valac

# install opengl development libraries

sudo apt-get install libglfw-dev libgl1-mesa-dev libglu1-mesa-dev libxrandr-dev

# clone

git clone [email protected]:mikesmullin/Vala-Genie-OpenGL.git .

# compile and execute example

make