Draw in OpenGL

Print Friendly, PDF & Email

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…

Programming with Common Lisp

Print Friendly, PDF & Email

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

Print Friendly, PDF & Email

Moving selected objects in OpenGLNehe – Lesson 30From lisp hackerMouse event handlers

Research algorithms to optimize the placements

Print Friendly, PDF & Email

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…

Websites should discovery

Print Friendly, PDF & Email

Good coders code, greate reuseDreamsongsEverythingSo Jakes Say

Swarm Programming

Print Friendly, PDF & Email

Swarm Computing

OpenGL Programming in Linux: GLX and Xlib

Print Friendly, PDF & Email

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…

Drawing simple shapes with perspective

Print Friendly, PDF & Email

Drawing simple shapes with perspective Shared via AddThis

Unable to create direct context rendering for window

Print Friendly, PDF & Email

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…

Start with Lisp Programming Language

Print Friendly, PDF & Email

Making a small Common Lisp project (Cach su dung Package)