Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastianwachter/emoji-domain
THREE.js powered website behind an emoji domain
https://github.com/sebastianwachter/emoji-domain
particles threejs webgl
Last synced: 4 months ago
JSON representation
THREE.js powered website behind an emoji domain
- Host: GitHub
- URL: https://github.com/sebastianwachter/emoji-domain
- Owner: sebastianwachter
- License: mit
- Created: 2019-07-02T10:49:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:00:41.000Z (about 2 years ago)
- Last Synced: 2023-03-07T23:38:18.416Z (almost 2 years ago)
- Topics: particles, threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 1.83 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THREE.js powered website behind an emoji domain
Visit the great website here: [👌🏻😂💯🔥.ws](http://👌🏻😂💯🔥.ws)
## Why?
This project started as a joke about the existance of emoji domains. As I developed the idea futher I
wanted to dive deeper into THREE.js and WebGL renderers.So I created this small website in some kind of vaporwave design and a very basic interactive particle
system that spits out the emojis of the domain.## Installation & development
The website uses parcel to bundle itself so you should have node installed.
```
npm i
npm run dev
```The project will be ready on `localhost:1234`.
## Building for production
```
npm run build
```## License
MIT