This is a very basic implentation of rendering a 3D cube using a textarea as the render window. Written using React & Typescript.
You can view a live demo here.
To get started with the project, clone the repository and install the necessary dependencies:
git clone https://github.com/connorms/spinning-cube.git
cd spinning-cube
npm install
To start the development server, run:
npm start
This will start the application at http://localhost:3000
.
In the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
Builds the app for production to the build
folder.
Builds the app and deploys it to GitHub Pages.
This project is licensed under the MIT License.