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.
- Host: GitHub
- URL: https://github.com/vanruesc/suture
- Owner: vanruesc
- License: zlib
- Created: 2015-12-08T13:12:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T19:00:10.000Z (over 7 years ago)
- Last Synced: 2025-04-03T11:01:47.787Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Suture
[](https://travis-ci.org/vanruesc/suture)
[](http://badge.fury.io/js/suture)
[](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.