A 3D web experience that honors the life of Somchai through meaningful objects and cultural storytelling.
https://somchai-funeral.vercel.app/
- Interactive 3D Scene: Explore objects like a coffin, guitar, noodle bowl, piggy bank, and plant, each with its own story.
- Popup Information: Click on objects to view detailed descriptions.
- Credits Popup: A dedicated popup to credit contributors and resources.
- Loading State: Displays a loading message while 3D models are being fetched.
- Responsive Design: Optimized for various screen sizes using Tailwind CSS.
- Three.js: For rendering the 3D scene and objects.
- React: For building the user interface.
- Next.js: For server-side rendering and routing.
- Tailwind CSS: For styling and responsive design.
- Vercel: For deployment.
- Tutorial: Credit Tutorial
- 3D Models (from CGTrader):
- Coffin - nicmacanimations
- Guitar - Yoshikitaima
- Noodle - elle-ly
- Piggy Bank - Sanyi3D
- Plant - diego-michelsbueno
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.