Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mishig25/2017block3
- Owner: mishig25
- Created: 2017-10-26T03:42:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T06:27:35.000Z (about 7 years ago)
- Last Synced: 2024-12-03T15:48:42.725Z (about 1 month ago)
- Topics: computer-graphics, particles
- Language: Java
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)