https://github.com/thibautlfr/trinity
https://github.com/thibautlfr/trinity
3d r3f threejs web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thibautlfr/trinity
- Owner: thibautlfr
- Created: 2025-01-06T22:16:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T19:23:29.000Z (over 1 year ago)
- Last Synced: 2025-01-20T20:27:56.557Z (over 1 year ago)
- Topics: 3d, r3f, threejs, web
- Language: JavaScript
- Homepage: https://thibautlfr-exp001.netlify.app/
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trinity
> 🌐 / [Live project](https://thibautlfr-exp001.netlify.app/)
## Description
Trinity is a web application using React and @react-three/fiber to create interactive 3D experiences. The project includes post-processing effects and a user interface with links to GitHub and LinkedIn.
## Installation
1. Clone the repository
```bash
git clone https://github.com/thibautlfr/Trinity.git
cd Trinity
```
2. Install dependencies
```bash
npm install
```
3. Start the development server
```bash
npm run dev
```
_The application will open in your default browser at http://localhost:5173/._
## Author
This project was created by Thibaut LEFRANCOIS aka Frozway.
[Github : Frozway](https://github.com/Frozway)
[LinkedIn : Thibaut LEFRANCOIS](https://www.linkedin.com/in/thibaut-lefrancois/)