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

https://github.com/denosaurs/obj

๐ŸŒŠ A simple wavefront obj and mtl parser and loader module for deno
https://github.com/denosaurs/obj

deno obj wavefront-obj

Last synced: 2 months ago
JSON representation

๐ŸŒŠ A simple wavefront obj and mtl parser and loader module for deno

Awesome Lists containing this project

README

        

# obj

[![Tags](https://img.shields.io/github/release/denosaurs/obj)](https://github.com/denosaurs/obj/releases)
[![CI Status](https://img.shields.io/github/workflow/status/denosaurs/obj/check)](https://github.com/denosaurs/obj/actions)
[![Dependencies](https://img.shields.io/github/workflow/status/denosaurs/obj/depsbot?label=dependencies)](https://github.com/denosaurs/depsbot)
[![License](https://img.shields.io/github/license/denosaurs/obj)](https://github.com/denosaurs/obj/blob/master/LICENSE)

A simple wavefront obj and mtl parser and loader module for deno.

## Maintainers

- Elias Sjรถgreen ([@eliassjogreen](https://github.com/eliassjogreen))

### Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with
`deno fmt` and commit messages are done following
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec.

### Licence

Copyright 2021, Denosaurs. All rights reserved. MIT license.