Skip to content

Mockury is a web application that allows you to create mockups for your books. You can choose the format, camera angle, and background.

Notifications You must be signed in to change notification settings

kirillinoz/mockury

Repository files navigation

Mockury

Demo | Code

Overview

Mockury is a web application that allows you to create mockups for your books. You can choose the format, camera angle, and background. As well as download a template to fill in your book design and upload it back to the website. Afterward, you can export the resulting image and share it anywhere. Mockury uses Three.js, so all 3D rendering happens locally on your machine.

Table of Contents

Installation

  1. git clone https://github.com/kirillinoz/mockury.git
  2. cd mockury
  3. npm install

Usage

  1. Create .env.local file
  2. Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY
  3. npm run start
  4. Open your browser and go to http://localhost:3000

Folder Structure

- /assets
  - /scripts
- /components
  - /home
  - /studio
  - /utils
- /pages
- /public
  - /icons
  - /images
  - /models
  - /templates
  - /textures
- /styles

Packages Used

[email protected]
├── @react-three/[email protected]
├── @react-three/[email protected]
├── @splitbee/[email protected]
├── @supabase/[email protected]
├── @supabase/[email protected]
├── @supabase/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── @types/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]

About

Mockury is a web application that allows you to create mockups for your books. You can choose the format, camera angle, and background.

Resources

Stars

Watchers

Forks