An open API service indexing awesome lists of open source software.

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.

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
```