Skip to content

SuddenDevelopment/web3d

Repository files navigation

IMAGE ALT TEXT HERE

Features

  • drag and drop create new 3d scenes with options / templates
    • focus object
    • environment
    • background fx
    • (tbd) interface
    • (tbd) data
  • antd integrated for 2d ui
  • deployment considerations built in
  • dev vs prod environments
  • tutorial links
  • analysis and suggestions
  • integrated editor
  • integrated animator
  • material tools

notes:

  • sometimes you need to restart the dev server to get the latest changes

Changelog:

15 Jan 2024

  • switched default demo to xwing
  • bumped versions of dependancies
  • allow css to pass through to canvas in setup component
  • funcionsStash.js -> functions.js

==============

Getting Started

  1. clone repo
  2. npm install
  3. npm run dev

Docker

  1. docker build -t web3d .
  2. docker run -d -p 3000:3000 web3d

Publishing

  1. Create a github account and save changes to a new repo
  2. Create a vercel account and link to github repo
  3. Deploy

==============

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.