marching icon indicating copy to clipboard operation
marching copied to clipboard

A JavaScript library that compiles GLSL ray marchers.

Results 11 marching issues
Sort by recently updated
recently updated
newest added

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.3.7 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies

Sorry for creating an issue to ask a question, but I'm playing around with Marching.js and I find that if I resize the browser window, that rendering gets all messed...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Release notes Sourced from y18n's releases. y18n y18n-v4.0.3 Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) y18n y18n-v4.0.2 Bug Fixes security:...

dependencies

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Not sure if this is a feature you actually want in there. probably needs an "autosave?" checkbox somewhere, as currently loading an example overrides the saved program which doesn't make...

Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.5.0 to 5.58.2. Release notes Sourced from codemirror's releases. 5.58.2 No release notes provided. 5.58.1 Version 5.58.1 Bug fixes placeholder addon: Remove arrow function that ended up...

dependencies

When we try to translate the Union as a group, the combined shape should move forward, instead only the first primitive translates. `march( Union( Torus(), Twist(Torus(Vec2(.5, .125), 8)) ).translate(0, 0,...

I was just following the live-coding tutorial in the playground, but when I re-evaluate the `march()` code, it doesn't persist the value of `rpt2.distance.x`. I don't think I've misunderstood what's...

I can rotate and translate the sdf inside the Twist modifier but the resulting sdf cannot be manipulated

bug