Skip to content

rbneiman/raymarching_final

Repository files navigation

Ray Marching Fractals and Volumes

This project was made as a final project submission for UT Computer Graphics course.

The submission readme is the "submission_readme.txt" file, and the writeup is the "graphics final report.pdf".

Useful commands for building and running

Npm bug workaround

 export NODE_OPTIONS=--openssl-legacy-provider
$env:NODE_OPTIONS="--openssl-legacy-provider"

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published