fold icon indicating copy to clipboard operation
fold copied to clipboard

FOLD file format for origami models, crease patterns, etc.

Results 36 fold issues
Sort by recently updated
recently updated
newest added

Related to #45. Moves coffeescript source over to Civet and adds type definitions. Haven't removed the CS source code yet, as `@danielx/civet` doesn't have the unplugin plugin exported yet in...

This PR adds the ability to render edges and vertices in fold files that don't necessarily have faces defined by decoupling the vertices & edges from faces in data structure...

Just wanted to throw this out there to gauge a response: **Can we convert the `src/` folder from coffee script into ES6 Javascript or Typescript?** This would be for the...

Having full spec as a text is cool, but having it as a JSON schema also gives you validation, autocomplete and auto documentation in modern IDEs. Things to note: *...

src/viewer.coffee: ``` js if view.opts.properties buttonDiv.innerHTML += ' Property:' view.properties = viewer.appendHTML(buttonDiv, 'select') view.data = viewer.appendHTML(buttonDiv, 'div', { style: 'width: 300; padding: 10px; overflow: auto; \ border: 1px solid black;...