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.
git clone https://github.com/kirillinoz/mockury.git
cd mockury
npm install
- Create .env.local file
- Add
NEXT_PUBLIC_SUPABASE_URL
andNEXT_PUBLIC_SUPABASE_ANON_KEY
npm run start
- Open your browser and go to http://localhost:3000
- /assets
- /scripts
- /components
- /home
- /studio
- /utils
- /pages
- /public
- /icons
- /images
- /models
- /templates
- /textures
- /styles
[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]