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

https://github.com/vanruesc/suture

A 3D game engine that stitches several systems together in order to provide a single API for game development purposes.
https://github.com/vanruesc/suture

Last synced: about 1 year ago
JSON representation

A 3D game engine that stitches several systems together in order to provide a single API for game development purposes.

Awesome Lists containing this project

README

          

# Suture

[![Build status](https://travis-ci.org/vanruesc/suture.svg?branch=master)](https://travis-ci.org/vanruesc/suture)
[![npm version](https://badge.fury.io/js/suture.svg)](http://badge.fury.io/js/suture)
[![Peer dependencies](https://david-dm.org/vanruesc/suture/peer-status.svg)](https://david-dm.org/vanruesc/suture?type=peer)

A 3D game engine that stitches several systems together in order to provide a single API for game development purposes.

This project is currently on hold.

*[API Reference](https://vanruesc.github.io/suture/public/docs)*

## Installation

```sh
npm install suture
```

## Usage

```javascript
import { Suture } from "suture";

const suture = new Suture();
suture.run();
```

## Contributing

Maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.