Skip to content

This is a project that explores 3D rendering. It allows you to draw 3D objects loaded from .obj files and provides a simple engine for creating interactive experiences. (Still under construction!)

sutaC/Renderer3D

Repository files navigation

Renderer3D

This is a project that explores 3D rendering. It allows you to draw 3D objects loaded from .obj files and provides a simple engine for creating interactive experiences.

The project is still in the construction process and still differs from the final concept

Where to find the official release?

The github repository for this project is public and can be found here

The official deploy is available at this address

The project is made and managed by sutaC

Documentation

The documentation is generated using TypeDoc and can be found here

To generate documentation, simply use the command npm run document

Technologies

  • Svelte / SvelteKit
  • Typescript
  • TypeDoc

Running project

  1. Install dependencies using:
    npm install
  1. Start a development server
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

This is a project that explores 3D rendering. It allows you to draw 3D objects loaded from .obj files and provides a simple engine for creating interactive experiences. (Still under construction!)

Topics

Resources

Stars

Watchers

Forks