Galleries Index

This page will be a directory of the Galleries for each workbooks - a place for us to showcase excellent assignments!

We will usually post a few cool assignments from class each week. Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best. If your assignment doesn’t appear, that doesn’t mean it wasn’t cool (or even one of the coolest).

You can see the 2021 Workbook Galleries or the Gallery from 2020. The assignments are a bit different this year, and the UI for the Gallery is a little unnusual (you need to use the arrow keys and menus to find different demos).

Workbook Final Gallery

in Galleries Index
Graphics Town These are some of the really excellent assignments we saw. We have obscured the code so that you can try them out. Name Theme Xin Cai Grizzly Hills Try it yourself Melissa Schmidt Baseball Stadium Try it yourself Michelle Tan Monkey Vacation Resort Try it yourself Nolan Wark A Burning Barn Being Put Out By Firefighters Try it yourself Xuran Cai The Undersea Town Try it yourself Timothy Voelker Infinite Loop Try it yourself Xianfu Luo Snow World Try it yourself Mya Schmitz The Solar System Try it yourself Sean Erickson A Neighborhood Being Expanded Try it yourself Hongru Zhou An Amusement Park Located Near the Sea Try it yourself Miles Gong Journey to the West Try it yourself Box-final-grtown Author: Xin Cai Notes: My town’s theme is “Grizzly Hills”. Read more…

Workbook 10 Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook 10.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 09 Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook 9.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 08 Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook 8.

Please click on the images and then you can interact with the scenes by yourself!

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 07 Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook 7.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 06 Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook 6.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook Train Gallery

in Galleries Index

Here are some cool examples from student assignments for Workbook Train.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 05 Gallery

in Galleries Index

Here are a few cool examples from student assignments for Workbook 5.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 04 Gallery

in Galleries Index

Here are a few cool examples from student assignments for Workbook 4.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 03 Gallery

in Galleries Index

Here are a few cool examples from student assignments for Workbook 3.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

Workbook 02 Gallery

in Galleries Index

Here are a few cool examples from student assignments for Workbook 2.

Note: we cannot post all cool assignments! What we post is a random selection of good assignments - not necessarily the best.

Read more…

in Galleries Index
CS559 3D Framework (a.k.a. “Graphics Town”) This is the Spring 22 Version of the Framework! This directory contains framework code to be used for the assignments for the CS559 (Computer Graphics) class at the University of Wisconsin. It provides a thin wrapper around the THREE.JS library to make it more convenient to do class assignments. This is the 2022 version - based on the 2021 version, which started with the 2020 version, which was based on the 2019 re-write of the code. Read more…

in Galleries Index
Installation npm install --save @types/three Summary This package contains type definitions for three (https://threejs.org/). Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three. Additional Details Last updated: Thu, 27 Jan 2022 22:31:34 GMT Dependencies: none Global values: THREE Credits These definitions were written by Josh Ellis, and Nathan Bierema. Read formatted page...

in Galleries Index
MgOpen typefaces Source and License https://web.archive.org/web/20050528114140/https://ellak.gr/fonts/mgopen/index.en Usage Use Facetype.js to generate typeface.json fonts: https://gero3.github.io/facetype.js/ Collection of Google fonts as typeface data for usage with three.js: https://github.com/components-ai/typefaces Read formatted page...

in Galleries Index
three.js JavaScript 3D library The aim of the project is to create an easy to use, lightweight, cross-browser, general purpose 3D library. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available in the examples. Examples — Documentation — Wiki — Migrating — Questions — Forum — Slack — Discord Usage This code creates a scene, a camera, and a geometric cube, and it adds the cube to the scene. Read more…