This project provides a visualization of a 4D hypercube (tesseract) rotating in 3D space. The hypercube is rendered using the Three.js library and can be viewed in modern web browsers.
To run the project locally, follow these steps:
-
Clone the repository or download the source code.
-
Make sure you have a browserify tool installed globally. If not, you can install it using npm:
npm install -g browserify
- Install the project dependencies by running the following command in the project directory:
npm install
- Bundle the code using browserify:
browserify main.js -o bundle.js
- Open the
index.htmlfile in a web browser to view the 4D hypercube visualization.
This project is licensed under the MIT License.
