Skip to content

ethiril/hypercube.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published