Giter VIP home page Giter VIP logo

3dmodel-cake's Introduction

3D Cake

An interactive birthday cake screensaver where users can customize their own cake. Once activated, a virtual birthday cake with lit candles appears on the screen. Users can blow into their device's microphone to simulate blowing out the candles, which will then extinguish accordingly on the screen.

This project was submitted as a requirement for an elective on 3D Modeling and Animation (3DMODEL).

Getting Started

Prerequisites

Before you begin, make sure you have Node.js & npm installed on your system.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/nicapos/3dmodel-final.git
  2. Navigate into the project directory:

    cd 3dmodel-final
  3. Install dependencies:

    npm install

Usage

Development Server

To start the development server with hot-reloading, run:

npm run dev

This will start the Vite development server, and the project will be available at http://localhost:5173/ by default.

Project Structure

├── public/              # Public assets (HTML, images, etc.)
├── src/                 # Source files
│   ├── components/      # Reusable components
│   ├── scenes/          # Three.js scenes
│   └── main.js          # Entry point
├── .gitignore           # Git ignore file
├── package.json         # NPM package configuration
└── README.md            # Project README

3dmodel-cake's People

Contributors

nicapos avatar justjelooo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.