Lukol Directory: Computers: Programming: Graphics: Algorithms and Data Structures

VDSlib: A View-Dependent Simplification Package
Public domain package for view-dependent simplification and rendering of polygonal environments.
http://vdslib.virginia.edu

Representing a Camera in a 3D Real-time Engine
This article describes how you can use a 3x3 matrix and a vector to represent a camera in a 3D viewing system.
http://crystal.sourceforge.net/csdocs/came...

University of Florida Surflab
Research in geometric modeling and its application to areas such as Rapid design of complex geometry, 3D Graphics, Scientific Visualization
http://www.cise.ufl.edu/research/SurfLab/

Andrija Radovic´'s Algorithms
Several unique algorithms for fast and optimal computations with integer numbers and graphics suitable for hardware implementation: dividing, square rooting, line drawing, ellipse drawing, Haiku plot routine.
http://www.andrijar.com/algorithms/algorit...

Medical Articles Records GroundTruth
This site contains ground truth data for biomedical images to help develop algorithms to automatically extract information from the printed page. There is also a visual tool and analysis tool called Rover to aid researchers with their algorithms.
http://marg.nlm.nih.gov/index2.asp

Ken Turkowski's Contributions in Computer Graphics
Antialiasing, color spaces, testure mapping, shading, geometry, image registration, numerical computation, open source articles.
http://www.worldserver.com/turk/computergr...

The Progressive Fans Representation
A new technology for progressive transmission and view-dependent simplification of manifold and non-manifold meshes.
http://www.terra.es/personal3/atoniman

Chris Bregler's home page
Research and recent papers on video-based capture of human movements. The main applications are feature animation, video games, and analyzing Movement Disorder
http://graphics.stanford.edu/~bregler

Fast Line Drawing Algorithms by Po-Han Lin
Contains sources for graphical algorithms to draw lines. Included are the popular Bresenham algorithm, the Wu's Symmetric Double-Step, and the fastest non-cpu dependent algorithm, the Extremely Fast Line Algorithm (EFLA).
http://www.edepot.com/algorithm.html

Modeling Sprite Animation Using Finite State Automata
Article by Diana Gruber on how to model sprite animation in a computer game.
http://www.fastgraph.com/fsm.html

Andrew's Autostereogram Pages
A detailed development of a stereogram-generation algorithm is presented, complete with a ready-to-run Windows program to download and experiment with.
http://www.techmind.org/stereo/stereo.html

A project on Graph Drawing: AGD-Library
The aim of our project is to develop efficient algorithms for automatic graph drawing that are integrated in a library (AGD-Library), and that can be used within a new flexible graph editor (Graphlet).
http://www.mpi-sb.mpg.de/~mutzel/dfgdraw/d...

Graphics Gems Repository
The official site for source code, errata, and addenda to the Graphics Gems book series.
http://www.acm.org/tog/GraphicsGems/

HiEnd3D
Dedicated to all kinds of innovations in interactive 3D graphics. It's all about new interesting ideas, useful programming tricks and enjoyable visual experience.
http://www.hiend3d.com/

2D special effects
A master thesis about various 2D special effects, with example movies.
http://www.dtek.chalmers.se/~d95back/exjob...

Faster 3D Graphics by Not Drawing What Is Not Seen
Published in Crossroads, the ACM student magazine.
http://www.acm.org/crossroads/xrds3-4/fast...

Inferno Project
The research of Ray Tracing accelerated by modern Graphics Hardware (GPU).
http://inferno.hildebrand.cz/

Real-time Optimally Adapting Meshes (ROAM)
A paper describing a method for continuously maintaining view-dependent triangular meshes to achieve desired frame rates.
http://www.llnl.gov/graphics/ROAM/

Xvox demo
Trilinear displacement mapping and depth addaptive tessellation with DX8. Terrain rendering example provided
http://users.belgacom.net/gc610902/

Shadow Generation Algorithms
This page gives a link to a (compressed postscript) paper on a shadow generation algorithm.
http://www.cs.cmu.edu/~ph/shadow.html

comp.graphics.algorithms Frequently Asked Questions
Basic computations frequently needed in graphics.
http://www.faqs.org/faqs/graphics/algorith...

Portal Technique for Real-time 3D Engines
This document describes how you can render a set of 3D polygons using the portal technique.
http://crystal.sourceforge.net/csdocs/port...

Stylized Depiction
Survey of non-photorealistic rendering (NPR) for computer graphics and animation: painterly rendering, toon shading, painterly image processing, and simulation of traditional artistic media.
http://www.red3d.com/cwr/npr/

Map Projection Overview
Everything you always wanted to know about map projections, and then some.
http://www.colorado.Edu/geography/gcraft/n...

Exaflop
A programmers' resource with extensive resources related to graphics and games programming.
http://www.exaflop.org/

Implicit Surfaces
3D modeling using implicit surfaces blended based on a CSG tree. Publications on the theory, picture gallery, and links.
http://lbarthe.free.fr/

Zime: archaic ornament and data encoding vehicle
Personal graphical signet for your internet site and/or HTML email.
http://www.zime.de

Texture Mapping as a Fundamental Drawing Primitive
Article by Paul Haeberli and Mark Segal. Survey of applications of texture mapping including simple texture mapping, projective textures, and image warping; description of texture mapping techniques for drawing anti-aliased lines, air-brushes, and anti-aliased text; and show of how texture mapping may be used as a fundamental graphics primitive for volume rendering, environment mapping, color interpolation, and contouring.
http://www.sgi.com/grafica/texmap/

GFX: Computer Graphics Programming
Several articles on advanced graphics programming, mostly 3D-related.
http://xarch.tu-graz.ac.at/home/rurban/new...

PseudoGrey
Algorithm allows accurate encoding and decoding of 1786 levels of grey within a 24-bit image; text overview, sample images, and a Java test program can be found at this site.
http://r0k.us/graphics/pseudoGrey.html

BSP Tree FAQ
How to manipulate and use binary space partition (BSP) trees.
ftp://ftp.sgi.com/other/bspfaq/faq/bspfaq....

M Spline
Новый линейный алгоритм качественного и быстрого масштабирования растровых изображений.
http://www.resampling.narod.ru/

Map Projection
Very basic grey page with some useful links on map projection.
http://www.astro.virginia.edu/~eww6n/math/...

Hugues Hoppe's Homepage
A collection of research graphics articles.
http://research.microsoft.com/~hoppe/

Ray Tracing News Index
Hand-built topic index to some of the articles.
http://www.acm.org/tog/resources/RTNews/ht...

Hardware Perlin Noise Demonstration
Article by Paul R. Dunn. Describes a fast way to generate perlin noise by using 3D texture blending hardware.
http://dunnbypaul.net/perlin/

GFX
Several articles on real-time graphics rendering.
http://www.hinjang.com/gfx/

Ray Tracing News Guide
Lots of information on ray tracing. Updated once or twice a year.
http://www.acm.org/tog/resources/RTNews/ht...

3D Object Intersection
A grid of intersection routines for various popular objects, pointing to resources in books and on the web.
http://www.realtimerendering.com/int/

An Interactive Introduction to Splines
Bezier, B-spline, NURBS, and many other spline curves and surfaces with interactive 2D Java applets and VRML.
http://www.ibiblio.org/e-notes/Splines/Int...

Levels of Detail and Polygonal Simplification
"This paper covers the techniques of Polygonal Simplification in order to produce Levels of Detail (LODs). The problem of creating LODs is a complex one: how can simpler versions of a model be created? How can the approximation error be measured? How can the visual degradation be estimated? Can all this be done automatically? After exposing the basic aims and principles of polygonal simplification, we compare recent algorithms and state their various qualities and weaknesses. " Published in Crossroads, the ACM student magazine.
http://www.acm.org/crossroads/xrds3-4/levd...

STEEL's Programming Resource Page
A website with information, explanations, and source code about 3D graphics.
http://www.geocities.com/SiliconValley/Par...

Sub Topics:
Collision Detection


Related Topics:
Science: Math: Geometry: Computational Geometry
Computers: Artificial Intelligence: Vision



Help build the largest human-edited directory on the web.
Submit a site - Open Directory Project - Become an Editor
The content of the Lukol directory is based on the Open Directory (DMOZ) and is enhanced using Lukol's own technology.




2006