Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 645 Bytes

CS 201 BK Project 2

Dependency

This project depends on StdDraw (included in the project) and javax.vecmath.

To install javax.vecmath on Debian/Ubuntu based systems, run apt install libvecmath-java. It might also be necessary to set the CLASSPATH environment variable by executing export CLASSPATH=$CLASSPATH:/usr/share/java/*.

Build

javac *.java

Run

java RayMarcher