1.1.4 • Published 2 years ago

marching v1.1.4

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

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.

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago