CS248: Introduction to Computer Graphics Autumn 2006

Course information

You can find more detailed information the official course page:

Check out the CS248 discussion forums:

Articles and Wiki pages

About this wiki page

This wiki can be used by students taking CS 248 in autumn 2006 to collaborate on articles and tutorials that complement the course and assignments. This will be especially useful for students taking the course as an audited course.

To get started you don't need an account to browse the articles, but to start contributing or to create new articles/sections you must register an account. Once you register you can start playing with the wiki.

Check out some dokuWiki tutorials to start playing around:

  • Code formatting plugin - If you want to stick in snippets of Java/C/C++/etc code then check out this plugin. It's pretty simple its basically just a <code java> </code> check the source for this wiki page to see how the following example is done in dokuWiki.
public class HelloWorld{
    public static void main(String[] args) {
        System.out.println("Hello Wiki World!!");
    }
}
  • dokuWiki playground - Play around in this sites playground to see how various dokuWiki syntax looks.

This area can also be used to showcase various game project development efforts as part of the CS248 game project assignment.

 
articles/cs248.txt · Last modified: 2009/04/30 22:56 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki