clemos / marching

A JavaScript library that compiles GLSL ray marchers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marching.js

Online Playground (Chrome/Firefox)
Atom plugin
Reference

Screenshot Marching.js is a JavaScript shader compiler specifically focused on ray marching via signed distance functions. The goals of this project are:

  • Expose beginning programmers to constructive solid geometry (CSG) concepts
  • Enable JS programmers to explore CSG without having to learn GLSL
  • Provide a terse API suitable for live coding performance

Marching.js builds on the work of many other people.

Development

The library is compiled using gulp. Run npm install to install all necessary dependencies, and then npm run build to build the library.

About

A JavaScript library that compiles GLSL ray marchers.

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.8%Language:HTML 0.1%