https://github.com/cdriehuys/comp475
Programming assignments for COMP 475 at UNC
https://github.com/cdriehuys/comp475
graphics
Last synced: 4 months ago
JSON representation
Programming assignments for COMP 475 at UNC
- Host: GitHub
- URL: https://github.com/cdriehuys/comp475
- Owner: cdriehuys
- License: mit
- Created: 2018-01-24T14:29:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T14:15:20.000Z (about 7 years ago)
- Last Synced: 2025-01-07T07:44:23.078Z (5 months ago)
- Topics: graphics
- Language: C++
- Homepage:
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COMP 475 - 2D Graphics
Programming assignments for COMP 475 at UNC.
## Assignments
Since assignments are cummulative, the point at which an assignment is completed is marked with a tag. These tags can be browsed on the [releases page](https://github.com/cdriehuys/comp475/releases).
## Testing
### Unit Tests
Each new assignment comes with a few unit tests.
```shell
$ make tests
$ ./tests -v
```### Images
Assignments also have a set of images that utilize the features implemented in the assignment.
```shell
$ make image
$ ./image -e expected -v
```## License
This project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for more information.
## Authors
Chathan Driehuys ([email protected])