Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikesmullin/vala-genie-opengl
- Owner: mikesmullin
- Created: 2012-01-24T02:12:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-24T22:34:12.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:50:57.594Z (9 months ago)
- Language: Vala
- Homepage:
- Size: 111 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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