4 private links
Chris Coyne created a small language for design grammars. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars.
excellent introduction to design patterns
There are various functions available to approximate a curve, but in this article we will focus on a variety of spline known as the Catmull-Rom spline.
Random number generators certainly have their uses, but at times their output can be too harsh to appear natural. This article will present a function which has a very wide range of uses, more than I can think of, but basically anywhere where you need som
Freeware fractal flame editor for Windows
Rock-paper-scissors variant
We always assume that what we are taught about perspective is the way we actually see. But it's not.
QEDen has a very ambitious goal. Solve the Millennium Prize Problems, worth $1,000,000 each.
This is a tutorial on vector algebra and matrix algebra from the viewpoint of computer graphics. It covers most vector and matrix topics needed to read college-level computer graphics text books.
Generation5 aims to be the most comprehensive Artificial Intelligence site on the Internet. Community-orientated, Generation5 deals with all AI topics including robotics, neural networks, genetic algorithms, AI programming, home automation and much more.
A cellular automaton is a collection of "colored" cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells.