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 warnings -O: says the compiler to use some optimization techniques ...
Lire la suite...Programming with Common Lisp
Algorithms & Data Structures: Lecture NotesA Short Course in Common LispLISP – Data StructuresNotes about Purely Functional Data StructuresProgrammation Fonctionnelle et Symbolique
Lire la suite...Solutions for moving selected objects in OpenGL
Moving selected objects in OpenGLNehe – Lesson 30From lisp hackerMouse event handlers
Lire la suite...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 net) How to detect circle in a directed graph Finding ...
Lire la suite...Websites should discovery
Good coders code, greate reuseDreamsongsEverythingSo Jakes Say
Lire la suite...Swarm Programming
Swarm Computing
Lire la suite...OpenGL Programming in Linux: GLX and Xlib
Xlib is a library which provides functions for applications running under the X Window System (also referred to as X). This includes window management as well as event handling. X is a network orientated system: An application which is running ...
Lire la suite...Drawing simple shapes with perspective
Drawing simple shapes with perspective Shared via AddThis
Lire la suite...Unable to create direct context rendering for window
When we run a OpenGL program in Ubuntu, there is an error below:“freeglut (./a.out): Unable to create direct context rendering for window ”This may hurt performance.”The solution is: to install dri and drivers correct for computer
Lire la suite...Start with Lisp Programming Language
Making a small Common Lisp project (Cach su dung Package)
Lire la suite...