Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elite-sheep/bubblescript
A webgl-based bubble simulation implementation
https://github.com/elite-sheep/bubblescript
Last synced: about 2 months ago
JSON representation
A webgl-based bubble simulation implementation
- Host: GitHub
- URL: https://github.com/elite-sheep/bubblescript
- Owner: elite-sheep
- Created: 2019-12-19T15:04:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:05:24.000Z (about 2 years ago)
- Last Synced: 2023-03-05T14:44:38.520Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bubble Script
BubbleScript is a WebGL-based application. It mainly tries to simulate water, bubble and foam. This project is based on Evan Wallace's wonderful [work](https://github.com/evanw/webgl-water).
## Build
This project uses **yarn** and **webpack** for project management tool. Firstly use the following command to install the dependent packages:
```
yarn install
```
Then for demo, use the following command:
```
yarn dev
```To build a production release, use the following command:
```
yarn build
```