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 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
The documentation is generated using TypeDoc and can be found here
To generate documentation, simply use the command
npm run document
- Svelte / SvelteKit
- Typescript
- TypeDoc
- Install dependencies using:
npm install
- Start a development server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
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.