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

https://github.com/isc30/wasm-imasiengine


https://github.com/isc30/wasm-imasiengine

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Travis CI](https://img.shields.io/travis/isc30/wasm-imasiengine/master.svg?label=gcc%2C%20clang%2C%20emscripten)](https://travis-ci.org/isc30/wasm-imasiengine)
[![AppVeyor](https://img.shields.io/appveyor/ci/isc30/wasm-imasiengine/master.svg?label=vc%2B%2B)](https://ci.appveyor.com/project/isc30/wasm-imasiengine)

## Demo
https://isc30.github.io/wasm-imasiengine/demo/Game.html

## Clone the repo

```
git clone --recursive https://github.com/isc30/wasm-imasiengine.git
```

or

```
git clone https://github.com/isc30/wasm-imasiengine.git
git submodule update --init --recursive
```