Skip to content

Hamziss/miror-laser

Repository files navigation

Mirror Laser Project (Work in progress)

Project Logo

This project is a React application built with Vite, featuring a 3D environment using React Three Fiber. It includes a minimal setup for Hot Module Replacement (HMR) and ESLint rules for code quality.

Features

  • Interactive 3D scenes with customizable objects like mirrors and triangles.
  • Real-time updates and effects using post-processing techniques.
  • Responsive design with Tailwind CSS for styling.
  • State management for object editing and positioning.

Official Plugins

This project utilizes the following Vite plugins:

Getting Started

To get started with the project, clone the repository and install the dependencies:

git clone <repository-url>
cd <project-directory>
npm install

Then, you can run the development server:

npm run dev

Building for Production

To build the project for production, use:

npm run build

Linting

To lint the code, run:

npm run lint

License

This project is licensed under the MIT License.