Skip to content

Commit

Permalink
release: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Dec 17, 2023
1 parent fd19fdc commit a37f7db
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgl-fluid",
"PascalCasedName": "WebGLFluid",
"version": "0.3.5",
"version": "0.3.6",
"private": false,
"description": "ES Module support for https://github.com/PavelDoGreat/WebGL-Fluid-Simulation.",
"author": {
Expand Down
76 changes: 60 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -4822,7 +4822,7 @@
</script>
<script>
/*<!--*/
const data = {"version":2,"tree":{"name":"root","children":[{"name":"webgl-fluid.umd.js","children":[{"name":"src","children":[{"uid":"382f-5","name":"dat.gui.min.js"},{"uid":"382f-7","name":"index.js"}]}]}],"isRoot":true},"nodeParts":{"382f-5":{"renderedLength":50351,"gzipLength":0,"brotliLength":0,"metaUid":"382f-4"},"382f-7":{"renderedLength":46823,"gzipLength":0,"brotliLength":0,"metaUid":"382f-6"}},"nodeMetas":{"382f-4":{"id":"/src/dat.gui.min.js","moduleParts":{"webgl-fluid.umd.js":"382f-5"},"imported":[],"importedBy":[{"uid":"382f-6"}]},"382f-6":{"id":"/src/index.js","moduleParts":{"webgl-fluid.umd.js":"382f-7"},"imported":[{"uid":"382f-4"}],"importedBy":[],"isEntry":true}},"env":{"rollup":"4.9.1"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};
const data = {"version":2,"tree":{"name":"root","children":[{"name":"webgl-fluid.umd.js","children":[{"name":"src","children":[{"uid":"adc3-5","name":"dat.gui.min.js"},{"uid":"adc3-7","name":"index.js"}]}]}],"isRoot":true},"nodeParts":{"adc3-5":{"renderedLength":50352,"gzipLength":0,"brotliLength":0,"metaUid":"adc3-4"},"adc3-7":{"renderedLength":46823,"gzipLength":0,"brotliLength":0,"metaUid":"adc3-6"}},"nodeMetas":{"adc3-4":{"id":"/src/dat.gui.min.js","moduleParts":{"webgl-fluid.umd.js":"adc3-5"},"imported":[],"importedBy":[{"uid":"adc3-6"}]},"adc3-6":{"id":"/src/index.js","moduleParts":{"webgl-fluid.umd.js":"adc3-7"},"imported":[{"uid":"adc3-4"}],"importedBy":[],"isEntry":true}},"env":{"rollup":"3.29.4"},"options":{"gzip":false,"brotli":false,"sourcemap":false}};

const run = () => {
const width = window.innerWidth;
Expand Down

0 comments on commit a37f7db

Please sign in to comment.