Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alchemist0823/three.quarks-editor

An Particle System Editor for three.quarks
https://github.com/alchemist0823/three.quarks-editor

Last synced: 18 days ago
JSON representation

An Particle System Editor for three.quarks

Awesome Lists containing this project

README

        

## THREE.QUARKS

Three.quarks is a fast powerful and general purpose particle engine for [three.js](https://threejs.org).

This Repo is Archived.

Access the latest update from **[Here](https://quarks.art)**.

### Install

It includes a core runtime library and a **particle system editor**.

#### Core Runtime

```
npm install three.quarks
```

The runtime library has only one three.js dependency.

It uses GPU instancing and interleaved buffer technology to maximize performance.

Most particle system parameters can be input as bezier curves. For curve parameters,
It has a lookup table for best performance.

#### Editor

The particle system has an in-house bezier editor and WYSIWYG particle system viewport.

#### Thanks

powered by Three.js, React, mui