distributeaid / next-website-v2

This repository contains the scaffolding for DA's new website, powered by Nextjs, TypeScript & Strapi [Minus Puck]
1 stars 5 forks source link

Create a 3D component to render the animated Globe on the homepage #44

Closed CatherineKiiru closed 4 months ago

CatherineKiiru commented 5 months ago

Description

We want to create a reusable component for the 3D implementation on the homepage. The current implementation uses Threejs but it's not rendering the component correctly. Alternative frameworks you can use for this component are:

Screen capture

This is the idea render we're aiming for. screen-capture (13).webm

Source files

The current implementation is in the app/page.tsx directory because it's the homepage. The components are in the ui directory. Do a git pull from the saga branch, then create a new branch to make your changes

CatherineKiiru commented 4 months ago

Closing because we agreed to use an image, since we're changing the designs anyway