Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 857 Bytes

File metadata and controls

30 lines (16 loc) · 857 Bytes

4D Hypercube (Tesseract) Visualization

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.

Demo

Hypercube GIF

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository or download the source code.

  2. Make sure you have a browserify tool installed globally. If not, you can install it using npm:

npm install -g browserify

  1. Install the project dependencies by running the following command in the project directory:

npm install

  1. Bundle the code using browserify:

browserify main.js -o bundle.js

  1. Open the index.html file in a web browser to view the 4D hypercube visualization.

License

This project is licensed under the MIT License.