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

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

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])