Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 864 Bytes

ThreeJS RayMarcher

screenshot A raymarching renderer made with three.js and React that uses codemirror to allow you to change the SDF and color of the scene. Cone marching is also used for optimization.

View Online

You can check out this web app by going to https://nabilmansour.com/ThreeJSRayMarcher/

Installation

To install the project locally, you can use either npm or yarn. Make sure you have Node.js installed on your machine.

  1. Clone the repository by running
git clone https://github.com/NabilNYMansour/ThreeJS-RayMarcher
  1. Install the necessary packages and run the local server
yarn && yarn dev
  1. Open http://localhost:5173/ on your browser