https://github.com/klange/cs418
Various machine problems from UIUC CS418
https://github.com/klange/cs418
Last synced: 9 months ago
JSON representation
Various machine problems from UIUC CS418
- Host: GitHub
- URL: https://github.com/klange/cs418
- Owner: klange
- Created: 2012-03-06T18:09:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T04:58:44.000Z (over 7 years ago)
- Last Synced: 2025-04-02T16:50:39.512Z (9 months ago)
- Language: C
- Homepage:
- Size: 2.5 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# CS 418 - Computer Graphics
This is a repo of my MP submissions from the Fall 2011 semester of UIUC's CS 418 "Computer Graphics".
Copyright (c) 2011-2012 Kevin Lange. All rights reserved.
Developed by: Kevin Lange
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal with the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
- Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimers in the documentation and/or other materials
provided with the distribution.
- The names of the contributors may be used to endorse or promote
products derived from this Software without specific prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
## To TAs in CS418
This course is largely based on the creativity of students. I made it a point to open source as much of my school work as possible and will not respond to requests to remove this repository. Unlike many other courses, the contents of this repository are entirely my own work and the University of Illinois maintains no license on them, implied or otherwise – this is half the reason why I chose to attend UIUC. Additionallity, it is your job as a TA to ensure that students do not cheat by copying code verbatim or without proper attribution.