OpenGL: Overview from Answers.com: http://www.answers.com/topic/openglGLFW: An OpenGL Library: http://glfw.sourceforge.net/index.htmlIntroduction to OpenGL: http://opengl.joudoki.com/Get GLFW at SourceForge.net: http://sourceforge.net/projects/glfw/Forums for GLFW: http://sourceforge.net/forum/?group_id=72569
GLX – GLU – DRI
GLX is used on Unix OpenGL implementation to manage interaction with the X Window System and to encode OpenGL onto the X protocol stream for remote rendering. GLU stands for…
IT Communities, Forums and Groups
DaniWeb IT Discussion Community (Software Engineering, Web Development…Genesim Software – Powerful applications (A lot of good things)
Draw in OpenGL
How to compile a program written in OpenGL g++ -Wall -O my-program.cpp -lglut -o my-programIn which: -Wall: is a way of saying the compiler that it should output all the…
Download videos from YouTube.com in Linux
youtube-dl is a small command-line program to download videos from YouTube.com. Install youtube-dl in Ubuntu sudo aptitude install youtube-dl This will complete the installation. Using youtube-dl Usage instructions are easy.…
Programming with Common Lisp
Algorithms & Data Structures: Lecture NotesA Short Course in Common LispLISP – Data StructuresNotes about Purely Functional Data StructuresProgrammation Fonctionnelle et Symbolique
Solutions for moving selected objects in OpenGL
Moving selected objects in OpenGLNehe – Lesson 30From lisp hackerMouse event handlers
Research algorithms to optimize the placements
1. Find the longest cycle in the graph Depth First Search (DFS) (applying to find the cycle) Finding cycles in a directed graph (newsgroup and mailing list archives in the…