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.
- 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.
This project utilizes the following Vite plugins:
- @vitejs/plugin-react: Uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc: Uses SWC for Fast Refresh.
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
To build the project for production, use:
npm run build
To lint the code, run:
npm run lint
This project is licensed under the MIT License.