Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mishig25/2017block3

Colorado College CP360 - Computer Graphics
https://github.com/mishig25/2017block3

computer-graphics particles

Last synced: 20 days ago
JSON representation

Colorado College CP360 - Computer Graphics

Awesome Lists containing this project

README

        

# CP360 - Computer Graphics
Course repository of Mishig Davaadorj

#### From Course Syllabus:
Introduction to the algorithms and theory necessary for producing graphic images with the computer. Topics include perspective, projection, hidden line removal, curve design, fractal images, shading, and some animation.
#### Textbook:
* [Mathematical Structures for Computer Graphics by Steven Janke](https://www.amazon.com/Mathematical-Structures-Computer-Graphics-Steven/dp/1118712196)
#### Language:
* Java and Java 2D Graphics
#### Highlights:
More interesting projects compared to other ones
* [Spiraling Squares](https://github.com/mishig25/2017Block3/tree/master/4-Spiral)
* [Free Hand Draw](https://github.com/mishig25/2017Block3/tree/master/6-FreeHandDraw)
* [3D Cube](https://github.com/mishig25/2017Block3/tree/master/8-Cube)
* [3D Sphere Shading](https://github.com/mishig25/2017Block3/tree/master/10-SphereShading)
* [Particle System](https://github.com/mishig25/2017Block3/tree/master/11-FinalProject)
#### Content/All Projects:
1. [Pythagorean Triangle](https://github.com/mishig25/2017Block3/tree/master/1-Pythagorus)
2. [Color Test](https://github.com/mishig25/2017Block3/tree/master/2-ColorTest)
3. [Gradient Triangles](https://github.com/mishig25/2017Block3/tree/master/3-ShadedTriangles)
4. [Spiraling Squares](https://github.com/mishig25/2017Block3/tree/master/4-Spiral)
5. [Face Construction](https://github.com/mishig25/2017Block3/tree/master/5-Face)
6. [Free Hand Draw](https://github.com/mishig25/2017Block3/tree/master/6-FreeHandDraw)
7. [Polar Coord](https://github.com/mishig25/2017Block3/tree/master/7-Polar)
8. [3D Cube](https://github.com/mishig25/2017Block3/tree/master/8-Cube)
9. [ImageIO Example](https://github.com/mishig25/2017Block3/tree/master/9-Image)
10. [3D Sphere Shading](https://github.com/mishig25/2017Block3/tree/master/10-SphereShading)
11. [Particle System](https://github.com/mishig25/2017Block3/tree/master/11-FinalProject)