Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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