Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kekkorider/threejs-luminous-pharaon

A ThreeJS demo project where an OBJ file is imported and turned into a mix of colored particles.
https://github.com/kekkorider/threejs-luminous-pharaon

glsl noise-algorithms particles shaders threejs webgl

Last synced: 3 months ago
JSON representation

A ThreeJS demo project where an OBJ file is imported and turned into a mix of colored particles.

Awesome Lists containing this project

README

        

# ThreeJS starter

This is a general template for ThreeJS applications. It uses [Parcel](https://github.com/parcel-bundler/parcel) to create the bundle and [Tweakpane](https://github.com/cocopon/tweakpane) for live updates.

# Before we start
This has been developed with NodeJS `12.6.0`; it should work with other versions too, but in case something doesn't work I recommend to switch to version `12.6.0` with [nvm](https://github.com/nvm-sh/nvm).

## Setup
```shell
$ yarn install
```

## Develop

Run

```shell
$ yarn dev
```

then open a new browser window and navigate to `http://localhost:1234`

## Build

```shell
$ yarn build
```

## Credits

The 3D model is from [Geoffrey Marchal](https://sketchfab.com/geoffreymarchal)