Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolalysenko/obj2sc

Basic command line tool that converts an OBJ file into a simplicial complex
https://github.com/mikolalysenko/obj2sc

Last synced: about 2 months ago
JSON representation

Basic command line tool that converts an OBJ file into a simplicial complex

Awesome Lists containing this project

README

        

# obj2sc
Command line tool that converts OBJ files to a JSON formatted simplicial complex

# Install

```
npm i -g obj2sc
```

# Usage

```
obj2sc < mymesh.obj > mymesh.json
```

# Credits
(c) 2017 Mikola Lysenko. MIT License