|
|
| About site: Programming/Graphics - Lode's Computer Graphics Tutorial |
Return to Computers also Computers |
| About site: http://student.kuleuven.be/~m0216922/CG/index.html |
Title: Programming/Graphics - Lode's Computer Graphics Tutorial Computer graphics tutorials about fractals, fourier transform, demo effects, software 3D engines, raycasting, etc. Examples (with C++ source code). |
|
|
|
|
Contel_ITS Specialize in the delivery of Manufacturing Execution Systems (MES) for production management with expertise in environments, including pharmaceutical, food, and beverage industries.
| UGeek_Technical_Glossary Searchable definitions for computer and communications terms.
| Gopi_Sundaram\'s_comp_mail_pine_FAQ A collection of answers to questions that appear frequently in comp.mail.pine.
| BeOS_MIX Uses BFiles for 18 of 20 MIX I/O devices, each MIX I/O instruction spawns a Be thread to do operation while MIX keeps computing. Has MIX Go button, unlike some MIX emulators, coded in C++.
| Hasug_Flash Hartford, CT area SAS user group dedicated to sharing information and quarterly meetings with interested SAS users from Mass, CT and NY.
| Global_Presence Custom design and graphics including Flash.
|
|
| Alexa statistic for http://student.kuleuven.be/~m0216922/CG/index.html |
Please visit: http://student.kuleuven.be/~m0216922/CG/index.html
|
| Related sites for http://student.kuleuven.be/~m0216922/CG/index.html |
| RFC_1667 Modeling and Simulation Requirements for IPng. S. Symington, D. Wood, M. Pullen. August 1994. | | NPR___Competing_in_the_Government\'s_Robot_Race Renee Montagne talks with Michael Griffis, owner of Eigenpoint Company. Griffis helped design a robot that is competing in this year's DARPA Grand Challenge. [3:02 streaming audio broadcast] ( | | SAP_Info Online version of the magazine offering selected articles on installation and customization. | | RFC_2388 Returning Values from Forms: Multipart/Form-Data. L. Masinter. August 1998. | | XML_Events__An_Events_Syntax_for_XML Specification that provides XML languages with the ability to uniformly integrate event listeners and associated event handlers with DOM2 event interfaces. The result is to provide an interoperable wa | | File_Sift A utility to help organize data into folders that will fit on recordable media (ie CD or DVD). | | Francesco_Pirozzi\'s_TI_Page Math and engineering programs as well as games for the TI-89. | | Discotheque_Sound_System MP3 DJ mixing software with automatic beat-matching, recording, dual player, cue support, and crossfaders. | | Evelio\'s_B5_3D_Model An attempt to index all Babylon 5 3D models available on the Internet. | | Aurelon_DeskCheck Automatic real-time color control of digital color proofs on your desktop. Press-accurate color proofing in-house, on everyday inkjet printers, automatically, in minutes. Windows NT, 2000 and Macintos | | Shankar_on_the_Web Kaun Banega Crorepathi, a game show simulation, and Unmask. | | RFC_0440 Scheduled Network Software Maintenance. D.C. Walden. January 1973. | | Ekushey Free Bengali typing add-in for MSWord 97/2000/XP. Supports multiple keyboard layouts and bangla font types. Installs with 5 TTFs. Also allows automatic transliteration between Bangla and English, expo | | The_Rails_Way Core Rails committers answers user submitted questions about Rails. | | MobileDemand The xTablet is a rugged Tablet PC with integrated numeric keypad, bar-code scanning, credit card reading, fan cooled vehicle mounts, and accessories. | | LaTeX_for_Secretaries Introduction to using LaTeX for everyday documents including a tutorial by example. Article in Linux Journal. | | SNMP_Toolkit_for_LabView A set of LabVIEW VIs which encode and transmit SNMP request messages and traps, and receive and decode SNMP response and trap messages. | | Planetary_Vision Offering web site design and services. | | Role_Playing When it comes to security in .NET's Web services world, it's going to be vital to know how each application plays its part. An article by Roberta Bragg. | | Webonautics Web design with HTML or Flash. Also offer redesign of existing sites. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.12 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Lode's Computer Graphics Tutorial /**/ Lode's Computer Graphics Tutorial Introduction Legal Stuff: Copyright message SDL, C++ and QuickCG: Installing SDL and using QuickCG with your compiler, function reference QuickCG Examples: Examples of every function from QuickCG Color and Image Arithmetic Light and Color: How humans see color, Color Model Conversions, and editing colors of images Image Arithmetic: Adding, Subtracting, ... 2D Drawing Painting: Painting with brushes of various colors, opacities and sizes Flood Fill: Filling areas with a new color Cohen Sutherland Clipping: Clipping 2D Lines Fractals Recursion Trees: Make trees with fractals Sierpinski Fractals: Sierpinski Triangle and Sierpinski Carpet Julia and Mandelbrot Set: Those pretty fractals Oldskool Effects Plasma: The plasma effect Fire Effect: The classic Tunnel Effect: It looks like a 3D tunnel Raycasting Raycasting: Untextured and textured walls Raycasting II: Floor and Ceiling Raycasting III: Sprites Filtering and FT Image Filtering: Blur, Find Edges, Emboss, ... Fourier Transform: Introduction to FT and frequency spectrum of signals an images, and using it on RGB color images Texture Generation The XOR Texture: Not artistic, but handy Texture Generation using Random Noise: Turbulence, Clouds, Marble, Wood, ... QuickCG can be downloaded here, it's required to compile the code in the articles. quickcg.cpp quickcg.h main.cpp DevC++ users can download a project file for QuickCG here: quickcg.dev (optional DevC++ project file) The following files are currently not used in any of the tutorials but are kept for completeness: q3dmath.cpp q3dmath.h Here is the QuickCG from the year 2004, a lot of articles still require this old one instead of the current version. quickcg_2004.zip Recent Updates 20 August 2007: Fire tutorial updated to new QuickCG, and made waitFrame of QuickCG use seconds instead of milliseconds. 12 August 2007: Small non-backwards compatible QuickCG update. 3 July 2007: Fourier Transform article updated to the new QuickCG. Please let me know if something doesn't compile. 17 June 2007: The Raycasting tutorials have been updated to let the code work with the updated QuickCG. The other tutorials still use the old QuickCG code, therefor the .zip with the old QuickCG is made available for download again. 27 May 2007: This site has undergone some changes. The directory structure has changed. QuickCG has received an improvement. Some links of the site may not work, some code examples may not compile anymore due to non-backwards compatible changes to QuickCG. Some articles got removed. Sorry for the inconvenience. To contact me, please use the address on the following image: Copyright (c) 2004-2007 by Lode Vandevenne. All rights reserved. |
|
| |
Computer | graphics | tutorials | about | fractals, | fourier | transform, | demo | effects, | software | 3D | engines, | raycasting, | etc. | Examples | (with | C++ | source | code). |
|
http://student.kuleuven.be/~m0216922/CG/index.html
Lode's Computer Graphics Tutorial 2008 October
dvd rental
dvd
Computer graphics tutorials about fractals, fourier transform, demo effects, software 3D engines, raycasting, etc. Examples (with C++ source code).
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Free Advertising - Bad Credit Loan - Daily funny video - Wills - Online Advertising
|