Sanchayan Maity
01d0d50249
Never gave a damn about jekyll/ruby except to use it for github pages. Now use Hakyll/Haskell and migrate from jekyll/ruby.
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
---
|
|
author: Sanchayan Maity
|
|
title: Something on Linux Graphics
|
|
tags: opengl
|
|
---
|
|
|
|
<p style='text-align: justify;'>Some good sites to learn about OpenGL. The first one is particularly good with the various explanations.</p>
|
|
|
|
1. [http://open.gl/](http://open.gl/)
|
|
|
|
2. [http://www.opengl-tutorial.org/](http://www.opengl-tutorial.org/)
|
|
|
|
3. [http://nopper.tv/norbert/opengl.html](http://nopper.tv/norbert/opengl.html)
|
|
|
|
<p style='text-align: justify;'>Good explanation at the below sites for someone looking to understand about the Linux graphics stack.</p>
|
|
|
|
1. [http://blog.mecheye.net/2012/06/the-linux-graphics-stack/](http://blog.mecheye.net/2012/06/the-linux-graphics-stack/)
|
|
|
|
2. [http://magcius.github.io/xplain/article/](http://magcius.github.io/xplain/article/)
|
|
|
|
<p style='text-align: justify;'>In case you keep up with the things going on in the Linux world and have been wondering what the hell is all this hullabaloo over X and Wayland. Read the below article on Wayland after reading the above two.</p>
|
|
|
|
[http://wayland.freedesktop.org/architecture.html](http://wayland.freedesktop.org/architecture.html)
|