Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 485 Bytes

SpecialVFX@Cloud

This project contains three sub-projects:

  1. raytracer - the Ray Tracing workload
  2. imageproc - the BlurImage and EnhanceImage workloads
  3. webserver - the web server exposing the functionality of the workloads

Refer to the README.md files of the sub-projects to get more details about each specific sub-project.

How to build everything

  1. Make sure your JAVA_HOME environment variable is set to Java 11+ distribution
  2. Run mvn clean package