csci5607/assignment-0
2023-02-20 22:15:37 -06:00
..
src polish 2023-02-20 22:05:32 -06:00
.gitignore hand in 2023-02-20 22:05:55 -06:00
ASSIGNMENT.md Rename assignment 1 to 1a 2023-02-20 22:15:37 -06:00
Cargo.lock polish 2023-02-20 22:05:32 -06:00
Cargo.toml polish 2023-02-20 22:05:32 -06:00
Makefile hand in 2023-02-20 22:05:55 -06:00
README.md polish 2023-02-20 22:05:32 -06:00

Assignment 0: Generating turbulence with Rust!

This program generates PPM images.

Using the program

The binary provided has been built for Ubuntu, and has been tested on CSELabs. Run assignment-0 --help to find out about all the options for using this program.

Compiling the source

This project is a standard Rust program, and can be built with just a Rust compiler. The version of Rust used is the current stable at the time of writing, 1.66.

Build the program using:

cargo build --release

The binary can be found in the target directory.

Contact

Author: Michael Zhang