Arts
Business
Computers
Games
Health
Home
Kids and Teens
News
Recreation
Reference
Regional
Science
Shopping
Society
Sports

   Home / Computers / Programming / Graphics / Algorithms and Data Structures
  Categories
 
   See Also
   Web Sites
  • 2D special effects - A master thesis about various 2D special effects, with example movies.
    www.dtek.chalmers.se/~d95back/exjobb
  • 3D Coding Blackhole - A tutorial series discussing several aspects of 3D graphics programming, in C. Topics include mathematical background, transformations, polygon filling, clipping, hidden surface removal, texture mapping, and shading.
    pages.infinit.net/jstlouis/3dbhole
  • 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).
    www.mpi-sb.mpg.de/~mutzel/dfgdraw/dfgdraw1eng.html
  • Alan Kalvin's Home Page - Software engineer and researcher presents publications on works of applying computer graphics to fossil reconstruction as well as archeological reconstruction.
    www.research.ibm.com/people/k/kalvin
  • Algorithm's Computer Graphics and Simulation Hot-list - A weekly updated collection tutorials for beginners, how-to resources, theoretical resources and Non-product content-oriented links for computer graphics and simulation resources.
    www.algorithm.com/graphics/graphhot.html
  • An Interactive Introduction to Splines - Bezier, B-spline, NURBS and many other spline curves and surfaces with interactive 2D Java applets and VRML.
    www.ipm.sci-nnov.ru/~demidov/VRML/Splines/Intro/Intro.htm
  • BSP Tree FAQ - How to manipulate and use binary space partition (BSP) trees.
    ftp://ftp.sgi.com/other/bspfaq/faq/bspfaq.html
  • 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
    graphics.stanford.edu/~bregler
  • comp.graphics.algorithms Frequently Asked Questions - Basic computations frequently needed in graphics.
    www.faqs.org/faqs/graphics/algorithms-faq
  • DDJ, July 1995: BSP Trees - Implementing and Using BSP Trees: Fast 3-D sorting
    www.ddj.com/ddj/1995/1995.07/dwyer.htm
  • Exaflop - Articles of interest to computer graphics.
    www.exaflop.org
  • 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).
    www.edepot.com/algorithm.html
  • Faster 3D Graphics by Not Drawing What Is Not Seen - Published in Crossroads, the ACM student magazine.
    www.acm.org/crossroads/xrds3-4/faster3d.html
  • GFX: Computer Graphics Programming - Almost an e-zine format, this site offers several articles on advanced graphics programming, mostly 3D-related.
    www.globalserve.net/~kjiao/cgp/gfx_c.html
  • Graphics Gems Repository - The official site for source code, errata, and addenda to the Graphics Gems book series.
    www.acm.org/tog/GraphicsGems
  • Hugues Hoppe's Homepage - A collection of research graphics articles.
    research.microsoft.com/~hoppe
  • Implicit Surfaces - 3D modeling using implicit surfaces blended based on a CSG tree. Publications on the theory, picture gallery, and links.
    lbarthe.free.fr
  • Java Demo & Games Programming - Java Demo & Games Programming. Tutorials, Examples, Applets, Links. 2D & 3D Java Graphics Programming.
    www.javacoding.net
  • Ken Turkowski's Contributions in Computer Graphics - Antialiasing, color spaces, testure mapping, shading, geometry, image registration, numerical computation, open source articles.
    www.worldserver.com/turk/computergraphics
  • 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.
    www.acm.org/crossroads/xrds3-4/levdet.html
  • Map Projection - Very basic grey page with some useful links on map projection.
    www.astro.virginia.edu/~eww6n/math/MapProjection.html
  • Map Projection Overview - Everything you always wanted to know about map projections, and then some.
    www.colorado.Edu/geography/gcraft/notes/mapproj/mapproj_f.html
  • Modeling Ocean Waves using IFFTs - A practical tutorial on using the Inverse Fast Fourier Transform to generate and animate a deep ocean wave heightfield. Includes source and demo.
    www.markhilgart.com/code/waves
  • Modeling Sprite Animation Using Finite State Automata - Article by Diana Gruber on how to model sprite animation in a computer game.
    www.fastgraph.com/fsm.html
  • Portal Technique for Real-time 3D Engines - This document describes how you can render a set of 3D polygons using the portal technique.
    crystal.sourceforge.net/csdocs/portal.html
  • 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.
    home.att.net/~rocq/pseudoGrey.html
  • Ray Tracing News - An infrequent newsletter on ray tracing and general computer-graphics research and resources.
    www.acm.org/tog/resources/RTNews/html
  • Ray Tracing News Index - Hand-built topic index to some of the articles.
    www.acm.org/tog/resources/RTNews/html/rtn_index.html
  • Real-time Optimally Adapting Meshes (ROAM) - A paper describing a method for continuously maintaining view-dependent triangular meshes to achieve desired frame rates.
    www.llnl.gov/graphics/ROAM
  • 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.
    crystal.sourceforge.net/csdocs/camera.html
  • Shadow Generation Algorithms - This page gives a link to a (compressed postscript) paper on a shadow generation algorithm.
    www.cs.cmu.edu/~ph/shadow.html
  • STEEL's Programming Resource Page - A website with information, explanations, and source code about 3D graphics.
    www.geocities.com/SiliconValley/Park/9784
  • 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.
    www.red3d.com/cwr/npr
  • The Midpoint Algorithm for High Speed Graphics - Introduces the Midpoint Algorithm which is commonly used for high speed drawing of lines and arcs. The technique is extended to provide fast true perspective texture mapping of the type used in games such as Doom, Descent and Quake.
    www.fitzharrys.freeserve.co.uk/midpoint
  • The Progressive Fans Representation - A new technology for progressive transmission and view-dependent simplification of manifold and non-manifold meshes.
    www.terra.es/personal3/atoniman
  • University of Florida Surflab - Research in geometric modeling and its application to areas such as Rapid design of complex geometry, 3D Graphics, Scientific Visualization
    www.cise.ufl.edu/research/SurfLab
  • VDSlib: A View-Dependent Simplification Package - Public domain package for view-dependent simplification and rendering of polygonal environments.
    vdslib.virginia.edu
  • Xvox demo - Trilinear displacement mapping and depth addaptive tessellation with DX8. Terrain rendering example provided
    users.belgacom.net/gc610902
  • Zime: archaic ornament and data encoding vehicle - Personal graphical signet for your internet site and/or HTML email.
    www.zime.de
  • FAQSYS - A wealth of programming links, including 3D/2D math, fractals, optimization, compression, video cards, graphics file formats.
    thorkildsen.no/faqsys

Google
1995-2015 © Stunning, Inc.