Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alchemist0823/three.quarks-editor
- Owner: Alchemist0823
- License: mit
- Created: 2019-07-24T06:05:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T09:52:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T15:51:39.930Z (about 1 month ago)
- Language: TypeScript
- Size: 28.3 MB
- Stars: 28
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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