Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 334 Bytes

Graphics

This is the project for Stuy CS's Graphics class. It is a graphics engine work-in-progress.

Install rustc

From rust-lang.org's instructions, run the following to install rust:

$ curl https://sh.rustup.rs -sSf | sh

Compile and run

$ make
$ make run