https://github.com/fabianferno/three-js-wallpaper-generator
A simple 3D live wallpaper generator using ThreeJS. Use with lively wallpaper.
https://github.com/fabianferno/three-js-wallpaper-generator
3d lively-wallpaper three-js wallpaper-generator web-app
Last synced: about 1 month ago
JSON representation
A simple 3D live wallpaper generator using ThreeJS. Use with lively wallpaper.
- Host: GitHub
- URL: https://github.com/fabianferno/three-js-wallpaper-generator
- Owner: fabianferno
- Created: 2021-05-01T15:42:40.000Z (almost 4 years ago)
- Default Branch: wallpaper
- Last Pushed: 2023-02-14T09:08:50.000Z (about 2 years ago)
- Last Synced: 2025-01-25T07:08:41.189Z (3 months ago)
- Topics: 3d, lively-wallpaper, three-js, wallpaper-generator, web-app
- Language: JavaScript
- Homepage: https://wallpaper.fabianferno.com
- Size: 85.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Simple 3D Live Wallpaper Generator using ThreeJS. Use with Lively Wallpaper.
#### Create own wallpaper here [/create.html](https://wallpaper.fabianferno.com/create.html)----
#### Three.js Starter
Courtesy of Bruno Simon of https://threejs-journey.xyz/## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```