Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```