Marching.js is a JavaScript library for compiling raymarchers that run on the GPU and experimenting with volumetric rendering / constructive solid geometry. This plugin enables it to run in Atom; no browser required.
atom-marching package from Atomctrl+alt+command+l to reload all packages.marching.js, select packages > atom-marching > toggle or use the keyboard shortcut ctrl+alt+m
march( Sphere() ).render() in your new file to testctrl+enter to run italt+enter to run a block of code, delimited by blank linesctrl+. will clear the current sceneTry running atom from the command line as follows:
atom --ignore-gpu-blacklist
Code for this plugin adapted from:
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.